Mercurial > hgsubversion
comparison wrappers.py @ 329:235022089da6
merge with stable
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Sat, 09 May 2009 12:36:17 +0200 |
parents | 33736e2e25f0 b6c6d32c8ef1 |
children | 75f082b5897e |
comparison
equal
deleted
inserted
replaced
328:48ec2d62dc29 | 329:235022089da6 |
---|---|
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: |