comparison __init__.py @ 199:91db8fc049b0

Add a genignore utility command that generates an hgignore file by scraping svn:ignore properties.
author Augie Fackler <durin42@gmail.com>
date Tue, 24 Feb 2009 14:30:21 -0600
parents 57355b0e7bd1
children d06572495c5e
comparison
equal deleted inserted replaced
198:df4611050286 199:91db8fc049b0
61 [('u', 'svn-url', '', 'path to the Subversion server.'), 61 [('u', 'svn-url', '', 'path to the Subversion server.'),
62 ('', 'stupid', False, 'be stupid and use diffy replay.'), 62 ('', 'stupid', False, 'be stupid and use diffy replay.'),
63 ('A', 'authors', '', 'username mapping filename'), 63 ('A', 'authors', '', 'username mapping filename'),
64 ('', 'filemap', '', 64 ('', 'filemap', '',
65 'remap file to exclude paths or include only certain paths'), 65 'remap file to exclude paths or include only certain paths'),
66 ('', 'force', False, 'force an operation to happen'),
66 ], 67 ],
67 svncommand.generate_help(), 68 svncommand.generate_help(),
68 ), 69 ),
69 "svnclone": 70 "svnclone":
70 (svn_fetch, 71 (svn_fetch,