/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-05-05 23:28:27 UTC
  • Revision ID: mbp@sourcefrog.net-20050505232827-3f3b146caead34bb
- Typo (reported by uws)

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
        bzrlib.add.smart_add(file_list, verbose)
175
175
 
176
176
 
177
 
def Relpath(Command):
 
177
class cmd_relpath(Command):
178
178
    """Show path of a file relative to root"""
179
179
    takes_args = ('filename')
180
180