/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: Vincent Ladeuil
  • Date: 2010-10-27 13:43:51 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20101027134351-rduj432msgbk1vrf
Clarify viz help

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
 
163
163
 
164
164
class cmd_visualise(Command):
165
 
    """Graphically visualise this branch.
166
 
 
167
 
    Opens a graphical window to allow you to see the history of the branch
168
 
    and relationships between revisions in a visual manner,
169
 
 
170
 
    The default starting point is latest revision on the branch, you can
171
 
    specify a starting point with -r revision.
 
165
    """Graphically visualise one or several branches.
 
166
 
 
167
    Opens a graphical window to allow you to see branches history and
 
168
    relationships between revisions in a visual manner,
 
169
 
 
170
    If no revision is specified, the branch last revision is taken as a
 
171
    starting point. When a revision is specified, the presented graph starts
 
172
    with it (as a side effect, when a shared repository is used, any revision
 
173
    can be used even if it's not part of the branch history).
172
174
    """
173
175
    takes_options = [
174
176
        "revision",