~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Wouter van Heyst
  • Date: 2006-06-07 16:05:27 UTC
  • mto: This revision was merged to the branch mainline in revision 1752.
  • Revision ID: larstiq@larstiq.dyndns.org-20060607160527-2b3649154d0e2e84
more code cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1342
1342
    A more user-friendly interface is "bzr log FILE"."""
1343
1343
    hidden = True
1344
1344
    takes_args = ["filename"]
1345
 
    encoding_type = 'replace'
1346
1345
 
1347
1346
    @display_command
1348
1347
    def run(self, filename):