New port to support colocation in bazaar-ng. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->glarkin glarkin@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed, thank you!
glarkin 2010-10-18 19:06:23 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/bzr-colo Makefile distinfo pkg-descr pkg-plist Log: In order to provide a faster and simpler working model, this plugin tries to support a configuration similar to git and Mercurial's colocated branches, where there is a single working tree that can be switched between multiple branches that all co-exist in the same directory. This working model is entirely possible using Bazaar's existing technology, and this plugin aims to make it as simple as possible to use that model. WWW: https://launchpad.net/bzr-colo PR: ports/151536 Submitted by: Carlo Strub <c-s at c-s.li> Revision Changes Path 1.4088 +1 -0 ports/devel/Makefile 1.1 +27 -0 ports/devel/bzr-colo/Makefile (new) 1.1 +3 -0 ports/devel/bzr-colo/distinfo (new) 1.1 +9 -0 ports/devel/bzr-colo/pkg-descr (new) 1.1 +41 -0 ports/devel/bzr-colo/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"