~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/history2weaves.py

  • Committer: Martin Pool
  • Date: 2005-09-16 08:49:31 UTC
  • Revision ID: mbp@sourcefrog.net-20050916084931-b6792a121f4f8ae9
- add Branch constructor option to relax version check 
  to help with upgrade process

- tidy up imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
    # holds in-memory weaves for all files
74
74
    text_weaves = {}
75
75
 
76
 
    b = find_branch('.')
 
76
    b = Branch('.', relax_version_check=True)
77
77
 
78
78
    revno = 1
79
79
    rev_history = b.revision_history()