changeset 274:a119ab6135f3

Add help to the list of nourl commands
author Daniel Tang <dytang@cs.purdue.edu>
date Thu, 23 Apr 2009 14:51:13 -0400
parents e0f9fa0acc03
children 68aea59116b6
files svncommands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,