~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to heads.py

  • Committer: Aaron Bentley
  • Date: 2008-05-12 03:44:54 UTC
  • Revision ID: aaron@aaronbentley.com-20080512034454-hj01v2w5shjodk21
Move heads registration to bzrtools init

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
            print msg, last_time - self._time
199
199
            self._time = last_time
200
200
#/class cmd_heads
201
 
 
202
 
 
203
 
register_command(cmd_heads)