~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Vincent Ladeuil
  • Date: 2010-01-15 18:14:51 UTC
  • mto: (4955.4.4 respect-direction)
  • mto: This revision was merged to the branch mainline in revision 4985.
  • Revision ID: v.ladeuil+lp@free.fr-20100115181451-vrlkt09fsyv25idg
Cleanup.

* bzrlib/tests/test_log.py:
(TestGetViewRevisions.test_file_id_for_range): Fix too long lines.

* bzrlib/log.py:
(Logger): Fix typo in doc string.
(_is_obvious_ancestor): Add comment.
(_graph_view_revisions): Add comment.

* bzrlib/builtins.py:
(cmd_log): bzr-gtk provides viz but no glog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2191
2191
    :Tips & tricks:
2192
2192
 
2193
2193
      GUI tools and IDEs are often better at exploring history than command
2194
 
      line tools. You may prefer qlog or glog from the QBzr and Bzr-Gtk packages
 
2194
      line tools. You may prefer qlog or viz from the QBzr and Bzr-Gtk packages
2195
2195
      respectively for example. (TortoiseBzr uses qlog for displaying logs.) See
2196
2196
      http://bazaar-vcs.org/BzrPlugins and http://bazaar-vcs.org/IDEIntegration.
2197
2197