# HG changeset patch # User Sean Farley # Date 1423445556 28800 # Node ID f1b8029cf8e9d079e3ea7863219978651049e702 # Parent 62fc5850eb2802d84ccda5b05436828c9148888a svnmeta: pep8 diff --git a/hgsubversion/svnmeta.py b/hgsubversion/svnmeta.py --- 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')