docs/tutorials/tutorial.t
changeset 573 5a0a01c4c7c2
parent 547 c4abb0218e84
child 654 c56109c9aebf
--- a/docs/tutorials/tutorial.t	Fri Aug 24 11:49:21 2012 +0200
+++ b/docs/tutorials/tutorial.t	Thu Sep 20 23:14:59 2012 +0200
@@ -400,7 +400,7 @@
 
 for simplicity shake we get the bathroom change in line again
 
-  $ hg rebase -Dr 8d39a843582d -d a2fccc2e7b08
+  $ hg rebase -r 8d39a843582d -d a2fccc2e7b08
   merging shopping
   $ hg phase --draft .
   $ hg log -G
@@ -624,11 +624,11 @@
   $ hg stabilize --dry-run
   move:[15] animals
   atop:[14] bathroom stuff
-  hg rebase -Dr 9ac5d0e790a2 -d ffa278c50818
+  hg rebase -r 9ac5d0e790a2 -d ffa278c50818
 
 Let's do it
 
-  $ hg rebase -Dr 9ac5d0e790a2 -d ffa278c50818
+  $ hg rebase -r 9ac5d0e790a2 -d ffa278c50818
   merging shopping
 
 The old version of bathroom is hidden again.