hg2git.py: Allow consumers to modify keys of dicts returned by load_cache()
commit8551771d2b3ce508a6d901f7cde6818d4e20e361
authorRocco Rutte <pdmef@gmx.net>
Mon, 22 Oct 2007 07:50:52 +0000 (22 09:50 +0200)
committerRocco Rutte <pdmef@gmx.net>
Mon, 22 Oct 2007 07:50:52 +0000 (22 09:50 +0200)
treed6a4bdaa3118e96a097c6030ae4cc9656e5256cd
parent3d1f111d302627f93be619088c9d214d4755119b
hg2git.py: Allow consumers to modify keys of dicts returned by load_cache()

By default, the key is not changed. This will allow us for fixing up the
off-by-one issue with marks restored using load_cache().

Signed-off-by: Rocco Rutte <pdmef@gmx.net>
hg2git.py