~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to show_paths.py

  • Committer: Aaron Bentley
  • Date: 2007-08-14 16:04:32 UTC
  • Revision ID: abentley@panoramicfeedback.com-20070814160432-19p95yu0ltkcsxbp
Don't check version when running non-bzrtools commands

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Written by Alexander Belchenko, 2006
5
5
"""
6
6
 
7
 
from bzrlib.commands import Command, register_command
 
7
from bzrlib.commands import register_command
 
8
from command import BzrToolsCommand
8
9
from bzrlib.option import Option
9
10
 
10
11
 
45
46
#/def _bzr_system_info
46
47
 
47
48
 
48
 
class cmd_show_paths(Command):
 
49
class cmd_show_paths(BzrToolsCommand):
49
50
    """Show paths used by bzr itself and for current branch.
50
51
 
51
52
    The standard "bzr info" command now includes this functionality.