Mercurial > hgsubversion
changeset 506:b5f24dd948af
__init__: document wrapping commands more clearly
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Mon, 14 Dec 2009 09:34:46 -0600 |
parents | e508a718779c |
children | 4ce09bf4d382 |
files | hgsubversion/__init__.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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'),