aboutsummaryrefslogtreecommitdiff
path: root/devel/hgsvn/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.1.6Xin LI2008-06-301-3/+3
| | | | Notes: svn path=/head/; revision=216041
* Update to 0.1.5Xin LI2008-01-101-3/+3
| | | | Notes: svn path=/head/; revision=205362
* Add hgsvn:Xin LI2007-12-131-0/+3
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"... Currenly two 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. WWW: http://cheeseshop.python.org/pypi/hgsvn Notes: svn path=/head/; revision=203432