CVS log for ports/devel/hgsvn/distinfo
Up to [FreeBSD] / ports / devel / hgsvn
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Aug 11 19:14:48 2011 UTC (6 months ago) by delphij
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Update to 0.1.9.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jul 3 14:55:54 2011 UTC (7 months, 1 week ago) by ohauer
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +0 -1 lines
-remove MD5
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jan 30 01:30:13 2010 UTC (2 years ago) by delphij
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Update to 0.1.8
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Sep 22 23:20:12 2009 UTC (2 years, 4 months ago) by delphij
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Update to 0.1.7. Submitted by: Marco Bröder <marco.broeder gmx eu> PR: ports/ports/139067 Feature safe: yes
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jun 30 19:33:32 2008 UTC (3 years, 7 months ago) by delphij
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Update to 0.1.6
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 10 10:14:10 2008 UTC (4 years, 1 month ago) by delphij
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Update to 0.1.5
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Dec 13 01:32:50 2007 UTC (4 years, 1 month ago) by delphij
Branches: MAIN
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
