~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to baz_import.py

  • Committer: Aaron Bentley
  • Date: 2006-03-07 17:07:39 UTC
  • mto: (147.4.31 trunk)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: abentley@panoramicfeedback.com-20060307170739-6574fb4085c5f4fe
Switched to blacnk branch-nicks

Show diffs side-by-side

added added

removed removed

Lines of Context:
636
636
                             message=log_message.decode('ascii', 'replace'), 
637
637
                             verbose=False, committer=log_creator,
638
638
                             timestamp=timestamp, timezone=0, rev_id=rev_id,
639
 
                             revprops={'branch-nick': str(revision.version)})
 
639
                             revprops={})
640
640
        finally:
641
641
            target_tree.unlock()
642
642
            branch.unlock()