hg-fast-export: support new --hgtags option
commit5fad4e4b99c7eccf9579a1b9607080241f8281d0
authorKyle J. McKay <mackyle@gmail.com>
Sat, 15 Mar 2014 07:54:45 +0000 (15 00:54 -0700)
committerFrej Drejhammar <frej.drejhammar@gmail.com>
Sun, 16 Mar 2014 15:00:42 +0000 (16 16:00 +0100)
tree60d60428845d5e248001798ea96aca7cafd954f4
parentb1d1265330673ec32808173498153339e3977a27
hg-fast-export: support new --hgtags option

Add support for a new --hgtags option.  When given, any .hgtags
files that may be present are exported.

Normally this is not desirable.  However, when attempting to mimic
the actions of other hg exporters that always export any .hgtags
files this option can help produce matching export data.
hg-fast-export.py
hg-fast-export.sh