238
256
>>> result_path = os.path.join(q, "result")
239
257
>>> commit_test_revisions()
241
259
>>> import_version('/', version, fancy=False, dry_run=True)
242
260
Traceback (most recent call last):
243
261
UserError: / exists, but is not a bzr branch.
244
262
>>> import_version(result_path, version, fancy=False, dry_run=True)
266
>>> import_version(result_path, version, fancy=False, dry_run=True)
247
269
Dry run, not modifying output_dir