~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-30 22:15:30 UTC
  • mfrom: (4663.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090830221530-cyl2ubhnn49s05m2
(robertc) Merge 2.0 to bzr.dev,
        including fixes for log and serialisation of
        IncompatibleRepositories. (Robert Collins, John Arbash Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    1.2dev
71
71
    >>> print _format_version_tuple((1, 1, 1, 'candidate', 2))
72
72
    1.1.1rc2
 
73
    >>> print bzrlib._format_version_tuple((2, 1, 0, 'beta', 1))
 
74
    2.1b1
73
75
    >>> print _format_version_tuple((1, 4, 0))
74
76
    1.4
75
77
    >>> print _format_version_tuple((1, 4))