~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to heads.py

  • Committer: Jelmer Vernooij
  • Date: 2011-08-29 17:00:45 UTC
  • mto: This revision was merged to the branch mainline in revision 778.
  • Revision ID: jelmer@samba.org-20110829170045-j1yns6q2e6jb236i
Remove unused imports and fix two imports.

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
22
21
import time
23
22
 
24
23
import bzrlib
25
 
from bzrlib.commands import Command, display_command, register_command
 
24
from bzrlib.commands import Command, display_command
26
25
from bzrlib import errors
27
26
from bzrlib.option import Option
28
27
from bzrlib.urlutils import unescape_for_display