comparison tests/test-rebase-parameters.t @ 20246:e4dc4c89b03a

rebase: test for empty dest revision
author Mads Kiilerich <madski@unity3d.com>
date Sun, 17 Nov 2013 18:21:58 -0500
parents aa9385f983fa
children a259f7b488ab
comparison
equal deleted inserted replaced
20245:4edd179fefb8 20246:e4dc4c89b03a
87 87
88 $ hg rebase --traceback 88 $ hg rebase --traceback
89 nothing to rebase 89 nothing to rebase
90 [1] 90 [1]
91 91
92 $ hg rebase --dest '1 & !1'
93 abort: empty revision set
94 [255]
92 95
93 These work: 96 These work:
94 97
95 Rebase with no arguments (from 3 onto 8): 98 Rebase with no arguments (from 3 onto 8):
96 99