~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/weavefile.py

  • Committer: Martin Pool
  • Date: 2005-08-22 16:31:16 UTC
  • Revision ID: mbp@sourcefrog.net-20050822163116-935a433f338e7d5b
- new shell-complete command to help zsh completion

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
    from weave import Weave, WeaveFormatError
103
103
    w = Weave()
104
104
 
 
105
    wfe = WeaveFormatError
105
106
    l = f.readline()
106
107
    if l != FORMAT_1:
107
108
        raise WeaveFormatError('invalid weave file header: %r' % l)