diff svncommands.py @ 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 9f0738587f94
children ba8e91a7c077
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,