# HG changeset patch # User David Schleimer # Date 1375826152 25200 # Node ID 91d061989acc2e92a3796186c3224b69c1c178bf # Parent 31917a6be09cf26ada48485b245a1cb840909dd8 layouts: correct flubbed __unimplement call in base layout diff --git a/hgsubversion/layouts/base.py b/hgsubversion/layouts/base.py --- 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')