mercurial/commands.py
branchstable
changeset 21174 7991df9d2f20
parent 21127 69402eb72115
child 21200 a1381eea7c7d
equal deleted inserted replaced
21173:d4daebb21cf6 21174:7991df9d2f20
  4011 
  4011 
  4012     With --graph the revisions are shown as an ASCII art DAG with the most
  4012     With --graph the revisions are shown as an ASCII art DAG with the most
  4013     recent changeset at the top.
  4013     recent changeset at the top.
  4014     'o' is a changeset, '@' is a working directory parent, 'x' is obsolete,
  4014     'o' is a changeset, '@' is a working directory parent, 'x' is obsolete,
  4015     and '+' represents a fork where the changeset from the lines below is a
  4015     and '+' represents a fork where the changeset from the lines below is a
  4016     parent of the 'o' merge on the same same line.
  4016     parent of the 'o' merge on the same line.
  4017 
  4017 
  4018     .. note::
  4018     .. note::
  4019 
  4019 
  4020        log -p/--patch may generate unexpected diff output for merge
  4020        log -p/--patch may generate unexpected diff output for merge
  4021        changesets, as it will only compare the merge changeset against
  4021        changesets, as it will only compare the merge changeset against