~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Robert Collins
  • Date: 2007-03-27 07:07:32 UTC
  • mto: (2378.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2379.
  • Revision ID: robertc@robertcollins.net-20070327070732-jrx0o1jgqond0xpb
Whitespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2240
2240
 
2241
2241
    @display_command
2242
2242
    def printme(self, branch):
2243
 
        print branch.nick 
 
2243
        print branch.nick
2244
2244
 
2245
2245
 
2246
2246
class cmd_selftest(Command):