# HG changeset patch # User Daniel Tang # Date 1240512673 14400 # Node ID a119ab6135f31619df56ad67df8c09b16200c919 # Parent e0f9fa0acc03331a3ca890793b8f273fcafd5544 Add help to the list of nourl commands diff --git a/svncommands.py b/svncommands.py --- a/svncommands.py +++ b/svncommands.py @@ -222,7 +222,7 @@ def update(ui, args, repo, clean=False, return 1 -nourl = ['rebuildmeta'] + utility_commands.nourl +nourl = ['rebuildmeta', 'help'] + utility_commands.nourl table = { 'update': update, 'help': help,