Mercurial > hgsubversion
comparison wrappers.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 | 1d48d9a34c19 |
children | 235022089da6 |
comparison
equal
deleted
inserted
replaced
320:1ba8ed29148e | 321:b6c6d32c8ef1 |
---|---|
281 subdir=svn.subdir, | 281 subdir=svn.subdir, |
282 author_host=author_host, | 282 author_host=author_host, |
283 tag_locations=tag_locations, | 283 tag_locations=tag_locations, |
284 authors=authors, | 284 authors=authors, |
285 filemap=filemap) | 285 filemap=filemap) |
286 hg_editor.opts = opts | |
286 if os.path.exists(hg_editor.uuid_file): | 287 if os.path.exists(hg_editor.uuid_file): |
287 uuid = open(hg_editor.uuid_file).read() | 288 uuid = open(hg_editor.uuid_file).read() |
288 assert uuid == svn.uuid | 289 assert uuid == svn.uuid |
289 start = hg_editor.last_known_revision() | 290 start = hg_editor.last_known_revision() |
290 else: | 291 else: |