/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to commands.py

  • Committer: Martin Pool
  • Date: 2010-05-27 01:10:15 UTC
  • mto: This revision was merged to the branch mainline in revision 689.
  • Revision ID: mbp@canonical.com-20100527011015-2nqd6hgwjn38tb87
Describe what Ctrl-G actually does

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
    Browse changes to FILENAME line by line in a GTK+ window.
202
202
 
203
203
    Within the annotate window, you can use Ctrl-F to search for text, and 
204
 
    Ctrl-G to repeat the previous search.
 
204
    Ctrl-G to jump to a line by number.
205
205
    """
206
206
 
207
207
    takes_args = ["filename", "line?"]