diff tests/test-tutorial.t @ 547:c4abb0218e84 stable

remove all notion of --detach in the test Mercurial 2.3 killed --detach (dance)
author Pierre-Yves David <pierre-yves.david@logilab.fr>
date Mon, 10 Sep 2012 16:54:58 +0200
parents 415540dee2bd
children 02cadd3dc9f4
line wrap: on
line diff
--- a/tests/test-tutorial.t	Mon Sep 10 17:33:06 2012 +0200
+++ b/tests/test-tutorial.t	Mon Sep 10 16:54:58 2012 +0200
@@ -403,7 +403,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
@@ -631,7 +631,7 @@
 
 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.