~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-03-27 08:18:02 UTC
  • mfrom: (2378.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070327081802-271be0d343108f4f
(robertc) Merge bzrlib.strace module which adds support for stracing individual callables from within bzrlib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2243
2243
 
2244
2244
    @display_command
2245
2245
    def printme(self, branch):
2246
 
        print branch.nick 
 
2246
        print branch.nick
2247
2247
 
2248
2248
 
2249
2249
class cmd_selftest(Command):