~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to heads.py

  • Committer: Aaron Bentley
  • Date: 2014-01-13 00:50:22 UTC
  • Revision ID: aaron@aaronbentley.com-20140113005022-q40nvybtox1mt19o
Tags: release-2.6.0
Update for release 2.6.0

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