diff hgsubversion/maps.py @ 728:cfefeefad199

rename TagMap to Tags, to free up the TagMap name
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 06 Oct 2010 16:50:10 +0200
parents c787147fa3b7
children 467b95348e6a
line wrap: on
line diff
--- a/hgsubversion/maps.py
+++ b/hgsubversion/maps.py
@@ -97,7 +97,7 @@ class AuthorMap(dict):
             return author.rsplit('@', 1)[0]
 
 
-class TagMap(dict):
+class Tags(dict):
     """Map tags to converted node identifier.
 
     tag names are non-empty strings.