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