~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-05-17 07:16:00 UTC
  • Revision ID: mbp@sourcefrog.net-20050517071600-e84d25e1ae181831
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
604
604
 
605
605
 
606
606
class cmd_touching_revisions(Command):
607
 
    """Return revision-ids which affected a particular file."""
 
607
    """Return revision-ids which affected a particular file.
 
608
 
 
609
    A more user-friendly interface is "bzr log FILE"."""
608
610
    hidden = True
609
611
    takes_args = ["filename"]
610
612
    def run(self, filename):