# HG changeset patch # User Augie Fackler # Date 1306271252 18000 # Node ID ab372e38fb6c743c566a39d22914597cd623e1d9 # Parent b64173a27ce86148450ca13d939f4695a884d481 maps: clean up whitespace diff --git a/hgsubversion/maps.py b/hgsubversion/maps.py --- a/hgsubversion/maps.py +++ b/hgsubversion/maps.py @@ -365,8 +365,8 @@ class TagMap(dict): oldname = newname other = - The oldname tag from SVN will be represented as newname in the hg tags; - the other tag will not be reflected in the hg repository. + The oldname tag from SVN will be represented as newname in the hg tags; + the other tag will not be reflected in the hg repository. ''' def __init__(self, ui, path):