[Pkg-bazaar-commits] ./bzr/unstable r523: doc

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:19:21 UTC 2009


------------------------------------------------------------
revno: 523
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Tue 2005-05-17 17:16:00 +1000
message:
  doc
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-05-16 08:11:41 +0000
+++ b/bzrlib/commands.py	2005-05-17 07:16:00 +0000
@@ -604,7 +604,9 @@
 
 
 class cmd_touching_revisions(Command):
-    """Return revision-ids which affected a particular file."""
+    """Return revision-ids which affected a particular file.
+
+    A more user-friendly interface is "bzr log FILE"."""
     hidden = True
     takes_args = ["filename"]
     def run(self, filename):



More information about the Pkg-bazaar-commits mailing list