~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-05-14 03:11:59 UTC
  • mfrom: (4360.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090514031159-va38ehp3ttmrf21l
(trivial) revnocache -> historycache in log help (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2089
2089
 
2090
2090
      When exploring non-mainline history on large projects with deep
2091
2091
      history, the performance of log can be greatly improved by installing
2092
 
      the revnocache plugin. This plugin buffers historical information
 
2092
      the historycache plugin. This plugin buffers historical information
2093
2093
      trading disk space for faster speed.
2094
2094
    """
2095
2095
    takes_args = ['file*']