changeset 1391:7a866bca15de

maps: make tag map inherit from base map
author Sean Farley <sean.michael.farley@gmail.com>
date Mon, 24 Mar 2014 11:21:00 -0500
parents c9d59a5a1ed6
children ec01aa2d088e
files hgsubversion/maps.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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