Date: Thu, 13 Dec 2007 01:32:50 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/hgsvn Makefile distinfo pkg-descr pkg-plist Message-ID: <200712130132.lBD1WoNI019563@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2007-12-13 01:32:50 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/hgsvn Makefile distinfo pkg-descr pkg-plist
Log:
Add hgsvn:
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
Revision Changes Path
1.2930 +1 -0 ports/devel/Makefile
1.1 +22 -0 ports/devel/hgsvn/Makefile (new)
1.1 +3 -0 ports/devel/hgsvn/distinfo (new)
1.1 +17 -0 ports/devel/hgsvn/pkg-descr (new)
1.1 +3 -0 ports/devel/hgsvn/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712130132.lBD1WoNI019563>
