summaryrefslogtreecommitdiff
path: root/debian/control
blob: 4c40a0d041bcf724d6bb525ed1ead6ad8dddd457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: hg-fast-export
Section: vcs
Priority: optional
Maintainer: Andrey Rahmatullin <wrar@wrar.name>
Build-Depends: debhelper (>= 8), python (>= 2.6.6-3)
Standards-Version: 3.9.2
Homepage: http://repo.or.cz/w/fast-export.git
Vcs-Git: git://git.debian.org/collab-maint/hg-fast-export.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/hg-fast-export.git;a=summary

Package: hg-fast-export
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, git, mercurial
Description: mercurial to git converter using git-fast-import
 hg-fast-export tool allows incremental import of mercurial repositories
 to git repositories.
 .
 It can automatically import a local hg repo into a local git repo using
 just one command. Subsequent importing of new changesets is supported.
 .
 Included git-hg wrapper script can be used to transparently track Mercurial
 repositories without a separate checkout. It also includes experimental
 support for pushing back to Mercurial.