annotate en/undo-simple.dot @ 281:a880d07f2d29

Fix repository paths of data/index files in filelog diagram. Data/index files are stored in the repository at .hg/store/data, not .hg/data. Modify the filelog diagram to reflect this.
author Arun Thomas <arun.thomas@gmail.com>
date Mon, 17 Dec 2007 23:16:59 -0500
parents c9aad709bd3a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 }