diff --git a/svncommands.py b/svncommands.py index 08a84e6234..eca04122cc 100644 --- a/svncommands.py +++ b/svncommands.py @@ -222,7 +222,7 @@ def update(ui, args, repo, clean=False, **opts): return 1 -nourl = ['rebuildmeta'] + utility_commands.nourl +nourl = ['rebuildmeta', 'help'] + utility_commands.nourl table = { 'update': update, 'help': help,