~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to heads.py

  • Committer: Aaron Bentley
  • Date: 2009-07-10 04:05:24 UTC
  • Revision ID: aaron@aaronbentley.com-20090710040524-slufgm4he3fx1r4f
Mirror the child_submit_to setting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
"""Show all 'heads' in a repository"""
19
19
 
20
20
 
 
21
import os
21
22
import time
22
23
 
23
24
import bzrlib
24
 
from bzrlib.commands import Command, display_command
 
25
from bzrlib.commands import Command, display_command, register_command
25
26
from bzrlib import errors
26
27
from bzrlib.option import Option
27
28
from bzrlib.urlutils import unescape_for_display