From bc7d0c40c84e6072699f252d732a75ece6e42092 Mon Sep 17 00:00:00 2001 From: Daniel Tang Date: Thu, 23 Apr 2009 14:51:13 -0400 Subject: [PATCH] Add help to the list of nourl commands --- svncommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,