sapling/hgext/convert
Matt Mackall 11a373ad95 convert: try to be smarter about CVS branching
Better handles this case:

The output from cvsps -A -u --cvs-direct -q:
---------------------
PatchSet 1
Date: 2008/02/08 20:33:28
Author: fk
Branch: HEAD
Tag: (none)
Log:
initial

Members:
         file_one:INITIAL->1.1

---------------------
PatchSet 2
Date: 2008/02/08 20:33:32
Author: fk
Branch: branch_name
Ancestor branch: HEAD
Tag: (none)
Log:
new file on branch

Members:
         file_two:1.1->1.1.2.1
2008-02-11 16:16:05 -06:00
..
__init__.py convert: added GNU Arch source converter 2008-02-05 09:30:08 +01:00
common.py convert: improve gnu arch source performance and other fixes 2008-02-08 13:56:29 +01:00
convcmd.py convert: Don't decode unicode strings 2008-02-09 13:13:46 +01:00
cvs.py convert: try to be smarter about CVS branching 2008-02-11 16:16:05 -06:00
darcs.py merge with crew-stable 2007-11-09 21:24:25 -02:00
filemap.py Merge with crew-stable 2008-01-04 23:43:49 +01:00
git.py merge with crew-stable 2008-02-03 21:47:07 -02:00
gnuarch.py convert: support binary files, link to files (viceversa) in gnu arch 2008-02-09 17:36:42 +01:00
hg.py Merge with crew-stable 2008-01-26 20:04:31 +01:00
subversion.py convert: Compatibility fixes for python2.3 2008-02-09 13:08:02 +01:00
transport.py Replace _ with inst for catching exceptions to not shadow gettext. 2007-08-07 09:56:21 +02:00