changeset 1388:130ced9e371d

maps: make branch map inherit from base map
author Sean Farley <sean.michael.farley@gmail.com>
date Mon, 24 Mar 2014 11:20:59 -0500
parents b9975bc80bb6
children 44d0c5d73bfd
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
@@ -410,7 +410,7 @@ class FileMap(object):
         f.write('%s\n' % self.VERSION)
         f.close()
 
-class BranchMap(dict):
+class BranchMap(BaseMap):
     '''Facility for controlled renaming of branch names. Example:
 
     oldname = newname