mercurial/commands.py
changeset 36398 eb73f8a6177e
parent 36323 920bbfb686da
parent 36364 eedc69d2776d
child 36407 a75cab94e936
equal deleted inserted replaced
36397:7a3590e67868 36398:eb73f8a6177e
  3302     each commit. When the -v/--verbose switch is used, the list of
  3302     each commit. When the -v/--verbose switch is used, the list of
  3303     changed files and full commit message are shown.
  3303     changed files and full commit message are shown.
  3304 
  3304 
  3305     With --graph the revisions are shown as an ASCII art DAG with the most
  3305     With --graph the revisions are shown as an ASCII art DAG with the most
  3306     recent changeset at the top.
  3306     recent changeset at the top.
  3307     'o' is a changeset, '@' is a working directory parent, 'x' is obsolete,
  3307     'o' is a changeset, '@' is a working directory parent, '_' closes a branch,
  3308     and '+' represents a fork where the changeset from the lines below is a
  3308     'x' is obsolete, '*' is unstable, and '+' represents a fork where the
  3309     parent of the 'o' merge on the same line.
  3309     changeset from the lines below is a parent of the 'o' merge on the same
       
  3310     line.
  3310     Paths in the DAG are represented with '|', '/' and so forth. ':' in place
  3311     Paths in the DAG are represented with '|', '/' and so forth. ':' in place
  3311     of a '|' indicates one or more revisions in a path are omitted.
  3312     of a '|' indicates one or more revisions in a path are omitted.
  3312 
  3313 
  3313     .. container:: verbose
  3314     .. container:: verbose
  3314 
  3315