~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: 2007-02-27 22:08:46 UTC
  • mfrom: (2227.4.1 bzr.78026)
  • Revision ID: pqm@pqm.ubuntu.com-20070227220846-8cce3b2986915092
CapitalizeĀ rocksĀ output

Show diffs side-by-side

added added

removed removed

Lines of Context:
2332
2332
 
2333
2333
    @display_command
2334
2334
    def run(self):
2335
 
        print "it sure does!"
 
2335
        print "It sure does!"
2336
2336
 
2337
2337
 
2338
2338
class cmd_find_merge_base(Command):