~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-25 01:16:46 UTC
  • Revision ID: mbp@sourcefrog.net-20050325011646-e3f0af5d6bd1190c
- update version string
- put it in bzrlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
 
65
65
 
66
 
__copyright__ = "Copyright 2005 Canonical Development Ltd."
67
 
__author__ = "Martin Pool <mbp@canonical.com>"
68
 
__docformat__ = "restructuredtext en"
69
 
__version__ = '0.0.0'
70
 
 
71
66
 
72
67
import sys, os, random, time, sha, sets, types, re, shutil, tempfile
73
68
import traceback, socket, fnmatch, difflib
524
519
 
525
520
 
526
521
def cmd_version():
527
 
    print "bzr (bazaar-ng) %s" % __version__
528
 
    print __copyright__
 
522
    print "bzr (bazaar-ng) %s" % bzrlib.__version__
 
523
    print bzrlib.__copyright__
529
524
    print "http://bazaar-ng.org/"
530
525
    print
531
526
    print \