diff tests/test-rebase-parameters.t @ 16566:ae6dddffe4f1

rebase: make --dest understand revsets
author Patrick Mezard <patrick@mezard.eu>
date Tue, 01 May 2012 10:14:35 +0200
parents 0d494a38c586
children f2719b387380
line wrap: on
line diff
--- a/tests/test-rebase-parameters.t	Wed May 02 11:43:12 2012 +0200
+++ b/tests/test-rebase-parameters.t	Tue May 01 10:14:35 2012 +0200
@@ -158,12 +158,12 @@
   $ cd ..
 
 
-Rebase with dest == `hg branch` => same as no arguments (from 3 onto 8):
+Rebase with dest == branch(.) => same as no arguments (from 3 onto 8):
 
   $ hg clone -q -u 3 a a3
   $ cd a3
 
-  $ hg rebase --dest `hg branch`
+  $ hg rebase --dest 'branch(.)'
   saved backup bundle to $TESTTMP/a3/.hg/strip-backup/*-backup.hg (glob)
 
   $ hg tglog