tests/test-rebase-bookmarks.t
changeset 19641 5528c31c629c
parent 18935 e5d9441ec281
child 19925 9c78ed396075
equal deleted inserted replaced
19640:472fa3b782b1 19641:5528c31c629c
   157   o  1: 'D' bookmarks: W
   157   o  1: 'D' bookmarks: W
   158   |
   158   |
   159   o  0: 'A' bookmarks:
   159   o  0: 'A' bookmarks:
   160   
   160   
   161 
   161 
   162   $ cd ..
   162 ensure that bookmarks given the names of revset functions can be used
       
   163 as --rev arguments (issue3950)
       
   164 
       
   165   $ hg update -q 3
       
   166   $ echo bimble > bimble
       
   167   $ hg add bimble
       
   168   $ hg commit -q -m 'bisect'
       
   169   $ echo e >> bimble
       
   170   $ hg ci -m bisect2
       
   171   $ echo e >> bimble
       
   172   $ hg ci -m bisect3
       
   173   $ hg book bisect
       
   174   $ hg update -q Y
       
   175   $ hg rebase -r '"bisect"^^::"bisect"^' -r bisect -d Z
       
   176   saved backup bundle to $TESTTMP/a3/.hg/strip-backup/345c90f326a4-backup.hg (glob)