# HG changeset patch # User Augie Fackler # Date 1260804886 21600 # Node ID b5f24dd948aff87223bbc1fd4501a2b2017d94e5 # Parent e508a718779ccde6234f035fcd0cbceb7885dc19 __init__: document wrapping commands more clearly diff --git a/hgsubversion/__init__.py b/hgsubversion/__init__.py --- a/hgsubversion/__init__.py +++ b/hgsubversion/__init__.py @@ -49,6 +49,9 @@ svnopts = [ 'use slower, but more compatible, protocol for Subversion'), ] +# generic means it picks up all options from svnopts +# fixdoc means update the docstring +# TODO: fixdoc hoses l18n wrapcmds = { # cmd: generic, target, fixdoc, ppopts, opts 'parents': (False, None, False, False, [ ('', 'svn', None, 'show parent svn revision instead'),