diff hgsubversion/wrappers.py @ 403:37c96b78b8c0

uisetup: use a single loop/abstraction for wrapping all the commands
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 10 Jun 2009 12:06:31 +0200
parents d453cf1aafa3
children 28e4b47b2179
line wrap: on
line diff
--- a/hgsubversion/wrappers.py
+++ b/hgsubversion/wrappers.py
@@ -24,7 +24,7 @@ pullfuns = {
     False: stupidmod.convert_rev,
 }
 
-def parent(orig, ui, repo, *args, **opts):
+def parents(orig, ui, repo, *args, **opts):
     """show Mercurial & Subversion parents of the working dir or revision
     """
     if not opts.get('svn', False):