sapling/mercurial
mpm@selenic.com b7514f43bc revlog: allow duplicates
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

revlog: allow duplicates

If two branches make the same change to the same parent, the result
will be an identical hash. Git apparently does this all the time. Deal
with it gracefully.

manifest hash: c6217eab4b310e1ae529dd75ab90e717dbe5d55d
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCqU61ywK+sNU5EO8RAkFqAJ9KhWUQgjZbzzB/+mTkolH0GkT1awCfa+Mj
ulbI4xCRZcvfQE492mcNwQA=
=N6In
-----END PGP SIGNATURE-----
2005-06-10 00:26:29 -08:00
..
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
byterange.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
commands.py hg init: when hardlinking, remove dirstate 2005-06-10 00:25:04 -08:00
demandload.py implement demand loading hack 2005-06-05 10:48:39 -08:00
fancyopts.py hg help improvements 2005-06-08 20:11:57 -08:00
hg.py Merge with TAH 2005-06-09 09:48:50 -08:00
hgweb.py hgweb: ignore pipe errors 2005-06-07 00:21:53 -08:00
lock.py Simply repository locking 2005-05-26 08:53:04 -08:00
mdiff.py unidiff: handle empty diffs more gracefully 2005-06-08 10:47:10 -08:00
mpatch.c mpatch: properly NULL out return in lalloc 2005-06-08 11:01:18 -08:00
revlog.py revlog: allow duplicates 2005-06-10 00:26:29 -08:00
transaction.py Implement recover and undo commands 2005-05-26 09:04:54 -08:00
ui.py ui: add configuration file support 2005-06-08 14:45:06 -08:00