sapling/mercurial
Matt Mackall 7ad3935fdb Fix corruption resulting from skipping parts of a revision group
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Fix corruption resulting from skipping parts of a revision group

We were occassionally losing track of what revision a delta applied to
when we skipped over deltas we already had and applying the delta
against the wrong base. This could result in coredumps from mpatch,
consistency errors, or failed verify.

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

iD8DBQFCzu5SywK+sNU5EO8RAi10AJ9cqIfQzOzbcdH36t1LR/rY+UMtHwCeM79p
Dtv+Jh0McLZr6nf4iJyhDgI=
=5o6U
-----END PGP SIGNATURE-----
2005-07-08 13:21:22 -08:00
..
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
bdiff.c [PATCH] use <arpa/inet.h> instead of <netinet/in.h> for ntohl/htonl 2005-07-03 12:26:45 -08:00
byterange.py More whitespace cleanups 2005-07-02 13:40:15 -08:00
commands.py typo in help message. 2005-07-06 22:27:53 -08:00
demandload.py implement demand loading hack 2005-06-05 10:48:39 -08:00
fancyopts.py Add username/merge/editor to .hgrc 2005-07-03 21:51:09 -08:00
hg.py Non-grouping regex for ignore 2005-07-08 00:14:47 -08:00
hgweb.py this patch permits hgweb to show the deleted files in the changeset diff 2005-07-06 22:28:50 -08:00
httprangereader.py Move httprangereader into its own file 2005-06-15 19:58:48 -08:00
lock.py Whitespace cleanups 2005-06-29 10:42:35 -08:00
mdiff.py Remove all remaining print statements 2005-07-02 18:57:59 -08:00
mpatch.c [PATCH] use <arpa/inet.h> instead of <netinet/in.h> for ntohl/htonl 2005-07-03 12:26:45 -08:00
revlog.py Fix corruption resulting from skipping parts of a revision group 2005-07-08 13:21:22 -08:00
transaction.py Remove all remaining print statements 2005-07-02 18:57:59 -08:00
ui.py Demand-load most modules in the commands and ui modules. 2005-07-04 12:16:27 -08:00
util.py Move dirstate.uniq to util.unique 2005-07-01 00:34:50 -08:00
version.py [PATCH] /dev/null for other OS 2005-06-24 22:58:14 -08:00