convert: add config to not convert tags
In some cases we do not want to convert tags from the source repo to be tags in the target repo (for instance, in a large repository, hgtags cause scaling issues so we want to avoid them). This adds a config option to disable converting tags.
Showing
- hgext/convert/__init__.py 8 additions, 0 deletionshgext/convert/__init__.py
- hgext/convert/convcmd.py 16 additions, 15 deletionshgext/convert/convcmd.py
- tests/test-convert-tagsbranch-topology.t 13 additions, 0 deletionstests/test-convert-tagsbranch-topology.t
- tests/test-convert.t 9 additions, 0 deletionstests/test-convert.t
Loading
Please register or sign in to comment