~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-01 20:07:49 UTC
  • mfrom: (1711.2.112 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060801200749-e0bd496331bb4d2b
(bialix) Create a nice win32 installer

Show diffs side-by-side

added added

removed removed

Lines of Context:
2003
2003
 
2004
2004
def show_version():
2005
2005
    import bzrlib
2006
 
    print "bzr (bazaar-ng) %s" % bzrlib.__version__
 
2006
    print "Bazaar (bzr) %s" % bzrlib.__version__
2007
2007
    # is bzrlib itself in a branch?
2008
2008
    branch = _get_bzr_branch()
2009
2009
    if branch: