docs/tutorials/tutorial.t
branchstable
changeset 547 c4abb0218e84
parent 390 54582eebeb08
child 654 c56109c9aebf
--- a/docs/tutorials/tutorial.t	Mon Sep 10 17:33:06 2012 +0200
+++ b/docs/tutorials/tutorial.t	Mon Sep 10 16:54:58 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.