hg export: Support tag movement
commitb4833029a44d47b16c12ae3af2acda754e28314f
authorJason S. McMullan <jason.mcmullan@netronome.com>
Thu, 11 Dec 2008 14:05:05 +0000 (11 09:05 -0500)
committerJason S. McMullan <jason.mcmullan@netronome.com>
Thu, 11 Dec 2008 14:05:05 +0000 (11 09:05 -0500)
treecbe84739da82d7d259dc2ceba60af7f40ad77d6a
parent1ab60e492b406ae5dba5f115c605486aa2564caa
hg export: Support tag movement

HG tag movement is now supported with this patch.

This patch creates a .git/hg2git-mapping file, which maps
HG revision numbers to HG hashes. Combined with the
.git/hg2git-marks file, which maps HG revisions to GIT hashes,
we can now reprocess all tags at the end of each hg export
operation.
hg-fast-export.py
hg-fast-export.sh
hg-reset.py
hg-reset.sh