~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to common.py

  • Committer: John Arbash Meinel
  • Date: 2005-10-20 06:35:17 UTC
  • mto: (1185.82.1 bzr-w-changeset)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: john@arbash-meinel.com-20051020063517-8f16714fc96d0d4b
Getting closer to being able to read back the changesets, still broken, though.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
import bzrlib
7
7
 
8
8
header_str = 'Bazaar-NG changeset v'
9
 
version = (0, 0, 5)
 
9
version = (0, 1, 0)
10
10
 
11
11
def get_header():
12
12
    return [