diff --git a/hgsubversion/maps.py b/hgsubversion/maps.py index 5c25c9d406..43601fd1a5 100644 --- a/hgsubversion/maps.py +++ b/hgsubversion/maps.py @@ -323,7 +323,7 @@ class FileMap(object): msg = 'duplicate %s entry in %s: "%s"\n' self.ui.status(msg % (m, fn, path)) return - bits = m.strip('e'), path + bits = m.rstrip('e'), path self.ui.debug('%sing %s\n' % bits) # respect rule order mapping[path] = len(self)