Mercurial > hgsubversion
changeset 809:ab372e38fb6c
maps: clean up whitespace
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 24 May 2011 16:07:32 -0500 |
parents | b64173a27ce8 |
children | 0b07a0c574bc |
files | hgsubversion/maps.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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):