comparison 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
comparison
equal deleted inserted replaced
273:e0f9fa0acc03 274:a119ab6135f3
220 ui.status('\n'.join(['%s on %s' % (node.hex(a[0]), a[1]) for a in 220 ui.status('\n'.join(['%s on %s' % (node.hex(a[0]), a[1]) for a in
221 answers]+[''])) 221 answers]+['']))
222 return 1 222 return 1
223 223
224 224
225 nourl = ['rebuildmeta'] + utility_commands.nourl 225 nourl = ['rebuildmeta', 'help'] + utility_commands.nourl
226 table = { 226 table = {
227 'update': update, 227 'update': update,
228 'help': help, 228 'help': help,
229 'rebuildmeta': rebuildmeta, 229 'rebuildmeta': rebuildmeta,
230 'incoming': incoming, 230 'incoming': incoming,