~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to baz_import.py

  • Committer: Aaron Bentley
  • Date: 2007-11-29 15:43:53 UTC
  • Revision ID: abentley@panoramicfeedback.com-20071129154353-sniuonf06go74h2d
Fix deprecated API use

Show diffs side-by-side

added added

removed removed

Lines of Context:
449
449
            if wt is not None:
450
450
                wt.set_last_revision(wt.branch.last_revision())
451
451
                wt.set_root_id(BAZ_IMPORT_ROOT)
452
 
                wt.revert([])
 
452
                wt.revert()
453
453
 
454
454
        finally:
455
455