freebsd-ports/devel/hgsvn/pkg-descr
Xin LI 9e716b1f51 Update to 0.1.7.
Submitted by:	Marco Bröder <marco.broeder gmx eu>
PR:		ports/ports/139067
Feature safe:	yes
2009-09-22 23:20:12 +00:00

19 lines
761 B
Plaintext

This set of scripts allows to work locally on Subversion-managed
projects using the Mercurial distributed version control system.
Why use Mercurial? You can do local (disconnected) work, pull the
latest changes from the SVN server, manage private branches, submit
patches to project maintainers, etc. And of course you have fast
local operations like "hg log", "hg annotate"...
Three scripts are provided:
* hgimportsvn initializes an SVN checkout which is also a
Mercurial repository.
* hgpullsvn pulls the latest changes from the SVN repository,
and updates the Mercurial repository accordingly. It can
be run multiple times.
* hgpushsvn pushes your local Mercurial commits back to the SVN repository.
WWW: http://pypi.python.org/pypi/hgsvn