~ubuntu-branches/debian/squeeze/bzr/squeeze-201308041037

« back to all changes in this revision

Viewing changes to bzr

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2010-05-27 21:58:49 UTC
  • mfrom: (1.4.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100527215849-61ojb51ih9zn31ov
Tags: 2.1.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
import warnings
24
24
 
25
25
# update this on each release
26
 
_script_version = (2, 1, 1)
 
26
_script_version = (2, 1, 2)
27
27
 
28
28
if __doc__ is None:
29
29
    print "bzr does not support python -OO."