Add help to the list of nourl commands

This commit is contained in:
Daniel Tang 2009-04-23 14:51:13 -04:00
parent 5404d12843
commit bc7d0c40c8

View File

@ -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,