Mercurial > public > mercurial-scm > hg
diff notes.txt @ 2227:4f072bb06e89
deprecate undo command, replace with rollback command.
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Mon, 08 May 2006 14:19:05 -0700 |
parents | 2073e5a71008 |
children |
line wrap: on
line diff
--- a/notes.txt Mon May 08 14:18:19 2006 -0700 +++ b/notes.txt Mon May 08 14:19:05 2006 -0700 @@ -121,7 +121,7 @@ of each file touched and its length prior to the transaction. On abort, we simply truncate each file to its prior length. This is one of the nice properties of the append-only structure of the revlogs. -We can also reuse this journal for "undo". +We can also reuse this journal for "rollback". Merging between repositories: