# HG changeset patch # User Sean Farley # Date 1395678060 18000 # Node ID 7a866bca15dee320a8b26f720be673198e08ec42 # Parent c9d59a5a1ed646f0e33646ccf1f752269862c5c9 maps: make tag map inherit from base map diff --git a/hgsubversion/maps.py b/hgsubversion/maps.py --- a/hgsubversion/maps.py +++ b/hgsubversion/maps.py @@ -423,7 +423,7 @@ class BranchMap(BaseMap): def __init__(self, meta): super(BranchMap, self).__init__(meta) -class TagMap(dict): +class TagMap(BaseMap): '''Facility for controlled renaming of tags. Example: oldname = newname