Mercurial > hgsubversion
comparison __init__.py @ 247:1272e87546ed
Move help, update into svncommands.
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Wed, 08 Apr 2009 18:59:50 +0200 |
parents | 4950b18cf949 |
children | a9134fa28d15 |
comparison
equal
deleted
inserted
replaced
246:074f27c68818 | 247:1272e87546ed |
---|---|
80 'remap file to exclude paths or include only certain paths'), | 80 'remap file to exclude paths or include only certain paths'), |
81 ('', 'force', False, 'force an operation to happen'), | 81 ('', 'force', False, 'force an operation to happen'), |
82 ('', 'username', '', 'username for authentication'), | 82 ('', 'username', '', 'username for authentication'), |
83 ('', 'password', '', 'password for authentication'), | 83 ('', 'password', '', 'password for authentication'), |
84 ], | 84 ], |
85 svncommand.generate_help(), | 85 svncommands.generate_help(), |
86 ), | 86 ), |
87 "svnclone": | 87 "svnclone": |
88 (svn_fetch, | 88 (svn_fetch, |
89 [('S', 'skipto-rev', '0', 'skip commits before this revision.'), | 89 [('S', 'skipto-rev', '0', 'skip commits before this revision.'), |
90 ('', 'stupid', False, 'be stupid and use diffy replay.'), | 90 ('', 'stupid', False, 'be stupid and use diffy replay.'), |