File: control

package info (click to toggle)
eclipse-mercurialeclipse 1.9.4-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 4,472 kB
  • ctags: 7,014
  • sloc: java: 52,719; xml: 1,857; makefile: 6
file content (39 lines) | stat: -rw-r--r-- 1,338 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: eclipse-mercurialeclipse
Priority: optional
Section: devel
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends: debhelper (>= 8~),
               default-jdk,
               eclipse-pde (>= 3.8~),
               eclipse-mylyn,
               javahelper (>= 0.32~),
               unzip,
               zip
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/pkg-java/eclipse-mercurialeclipse.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/eclipse-mercurialeclipse.git
Homepage: http://www.javaforge.com/project/HGE

Package: eclipse-mercurialeclipse
Architecture: all
Depends: eclipse-platform (>= 3.8~),
         eclipse-mylyn,
         mercurial,
         ${orbit:Depends},
         ${misc:Depends}
Description: Mercurial DVCS integration for Eclipse
 MercurialEclipse is a plugin providing support for the highly popular Mercurial
 distributed version control system within the Eclipse IDE.
 .
 MercurialEclipse supports:
 .
  * cloning repositories and importing them as Eclipse projects
  * push, pull and convenient syncronization
  * working with branches (branch, merge and rebase)
  * tags
  * undo (backout, rollback and strip)
  * diffs
  * histories
  * patches
  * Mercurial extensions (mqueue, transplant and such)