comparison __init__.py @ 321:b6c6d32c8ef1

Add an option to clone without branch names.
author Augie Fackler <durin42@gmail.com>
date Fri, 08 May 2009 16:11:08 -0500
parents ce676eff002b
children 235022089da6
comparison
equal deleted inserted replaced
320:1ba8ed29148e 321:b6c6d32c8ef1
66 ('', 'svn-stupid', False, 'be stupid and use diffy replay.'), 66 ('', 'svn-stupid', False, 'be stupid and use diffy replay.'),
67 ('', 'svn-tag-locations', 'tags', 'Relative path to Subversion tags.'), 67 ('', 'svn-tag-locations', 'tags', 'Relative path to Subversion tags.'),
68 ('', 'svn-authors', '', 'username mapping filename'), 68 ('', 'svn-authors', '', 'username mapping filename'),
69 ('', 'svn-filemap', '', 69 ('', 'svn-filemap', '',
70 'remap file to exclude paths or include only certain paths'), 70 'remap file to exclude paths or include only certain paths'),
71 ('', 'svn-no-branchnames', False, "don't record branch names in hg"),
71 ]) 72 ])
72 73
73 try: 74 try:
74 rebase = extensions.find('rebase') 75 rebase = extensions.find('rebase')
75 if rebase: 76 if rebase: