# HG changeset patch # User Pierre-Yves David # Date 1389331289 28800 # Node ID fc8034069fe1f91f06d2eb4dfd697a0bd29ffc77 # Parent 27b3442f08d965b729123d83a1555b9a91bbe8ed tutorial: warn about rollback beeing obsolete diff -r 27b3442f08d9 -r fc8034069fe1 tests/test-tutorial.t --- a/tests/test-tutorial.t Thu Jan 09 21:16:09 2014 -0800 +++ b/tests/test-tutorial.t Thu Jan 09 21:21:29 2014 -0800 @@ -526,7 +526,9 @@ -We do not want to publish the "bathroom changeset". Let's rollback the last transaction +We do not want to publish the "bathroom changeset". Let's rollback the last transaction. + +.. Warning: Rollback is actually a dangerous kind of internal command that is deprecated and should not be exposed to user. Please forget you read about it until someone fix this tutorial. $ hg rollback repository tip rolled back to revision 4 (undo pull)