Mercurial > hgbook
annotate en/undo-simple.dot @ 427:b7d284121f21
merge from somewhere else
author | jerojasro@localhost |
---|---|
date | Thu, 16 Oct 2008 23:25:41 -0500 |
parents | c9aad709bd3a |
children |
rev | line source |
---|---|
124
c9aad709bd3a
Document the backout command.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
1 digraph undo_simple { |
c9aad709bd3a
Document the backout command.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
2 "first change" -> "second change"; |
c9aad709bd3a
Document the backout command.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
3 "second change" -> "back out\nsecond change"; |
c9aad709bd3a
Document the backout command.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
4 } |