tests/test-rebase-parameters.t
changeset 16566 ae6dddffe4f1
parent 16550 0d494a38c586
child 16913 f2719b387380
equal deleted inserted replaced
16565:9b7d2ff4b006 16566:ae6dddffe4f1
   156   o  0: 'A'
   156   o  0: 'A'
   157   
   157   
   158   $ cd ..
   158   $ cd ..
   159 
   159 
   160 
   160 
   161 Rebase with dest == `hg branch` => same as no arguments (from 3 onto 8):
   161 Rebase with dest == branch(.) => same as no arguments (from 3 onto 8):
   162 
   162 
   163   $ hg clone -q -u 3 a a3
   163   $ hg clone -q -u 3 a a3
   164   $ cd a3
   164   $ cd a3
   165 
   165 
   166   $ hg rebase --dest `hg branch`
   166   $ hg rebase --dest 'branch(.)'
   167   saved backup bundle to $TESTTMP/a3/.hg/strip-backup/*-backup.hg (glob)
   167   saved backup bundle to $TESTTMP/a3/.hg/strip-backup/*-backup.hg (glob)
   168 
   168 
   169   $ hg tglog
   169   $ hg tglog
   170   @  8: 'D'
   170   @  8: 'D'
   171   |
   171   |