~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:58:34 UTC
  • mfrom: (2367.1.9 benchmark-strace)
  • mto: This revision was merged to the branch mainline in revision 2379.
  • Revision ID: robertc@robertcollins.net-20070327075834-51wgidn6o63h8lqo
(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):