~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to baz2bzr

  • Committer: abentley
  • Date: 2005-05-10 05:20:50 UTC
  • Revision ID: abentley@lappy-20050510052050-d82d0e61ac608fc2
removed now un-necessary tracefile use

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
import bzrlib
32
32
import sys
33
33
from progress import *
34
 
bzrlib.trace.create_tracefile([])
35
34
 
36
35
def add_id(files, id=None):
37
36
    """Adds an explicit id to a list of files.