# HG changeset patch # User Sean Farley # Date 1395678045 18000 # Node ID 38dd8721fb0d8fe142a4cf37098730d53d1165e0 # Parent 30b2139c3931f3b36b06db86378bc0f200bff108 maps: remove trailing whitespace diff --git a/hgsubversion/maps.py b/hgsubversion/maps.py --- a/hgsubversion/maps.py +++ b/hgsubversion/maps.py @@ -14,7 +14,7 @@ class AuthorMap(dict): If the 'hgsubversion.defaultauthors' configuration option is set to false, attempting to obtain an unknown author will fail with an Abort. - + If the 'hgsubversion.caseignoreauthors' configuration option is set to true, the userid from Subversion is always compared lowercase. '''