changeset 1318:f1b8029cf8e9

svnmeta: pep8
author Sean Farley <sean.michael.farley@gmail.com>
date Sun, 08 Feb 2015 17:32:36 -0800
parents 62fc5850eb28
children 43a365f5d13c
files hgsubversion/svnmeta.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgsubversion/svnmeta.py
+++ b/hgsubversion/svnmeta.py
@@ -193,7 +193,7 @@ class SVNMeta(object):
                 remotepath = layoutobj.remotepath(branch, subdir)
             except KeyError:
                 continue
-            if  remotepath == revpath:
+            if remotepath == revpath:
                 candidates.add(layout)
 
         if len(candidates) == 1:
@@ -205,7 +205,6 @@ class SVNMeta(object):
 
         return 'standard'
 
-
     @property
     def layout_file(self):
         return os.path.join(self.metapath, 'layout')