sapling/hgext/convert
Emanuele Giaquinta 18869274ee cvsps: fix computation of parent revisions when log caching is on
cvsps computes the parent revisions of log entries by walking the cvs log
sorted by (rcs, revision) and by iteratively maintaining a 'versions'
dictionary which maps a (rcs, branch) pair onto the last revision seen for that
pair. When log caching is on and a log cache exists, cvsps fails to set the
parent revisions of new log entries because it does not iterate over the log
cache in the parents computation. A complication is that a file rcs can change
(move to/from the attic), with respect to its value in the log cache, if the
file is removed/added back. This patch adds an iteration over the log cache to
update the rcs of cached log entries, if changed, and to properly populate the
'versions' dictionary.
2015-10-07 11:33:52 +03:00
..
__init__.py help: include parens in DEPRECATED/EXPERIMENTAL keywords 2015-09-26 11:38:39 +09:00
bzr.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
common.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
convcmd.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
cvs.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
cvsps.py cvsps: fix computation of parent revisions when log caching is on 2015-10-07 11:33:52 +03:00
darcs.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
filemap.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
git.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
gnuarch.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
hg.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
monotone.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
p4.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
subversion.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
transport.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00