~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

[merge] bialix: add a 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: