changeset 1089:91d061989acc

layouts: correct flubbed __unimplement call in base layout
author David Schleimer <dschleimer@fb.com>
date Tue, 06 Aug 2013 14:55:52 -0700
parents 31917a6be09c
children 80a456b77ade
files hgsubversion/layouts/base.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgsubversion/layouts/base.py
+++ b/hgsubversion/layouts/base.py
@@ -77,4 +77,4 @@ class BaseLayout(object):
         local_path should be relative to the root of the Mercurial working dir
 
         """
-        self.unimplemented('split_branch_and_local_path')
+        self.__unimplemented('split_remote_name')