##// END OF EJS Templates
absorb: make it clear what happens when no input...
Sushil khanchi -
r45524:65d19d9c default
parent child Browse files
Show More
@@ -1051,7 +1051,7 b' def absorb(ui, repo, stack=None, targetc'
1051 not opts.get(b'apply_changes')
1051 not opts.get(b'apply_changes')
1052 and state.ctxaffected
1052 and state.ctxaffected
1053 and ui.promptchoice(
1053 and ui.promptchoice(
1054 b"apply changes (yn)? $$ &Yes $$ &No", default=1
1054 b"apply changes (y/N)? $$ &Yes $$ &No", default=1
1055 )
1055 )
1056 ):
1056 ):
1057 raise error.Abort(_(b'absorb cancelled\n'))
1057 raise error.Abort(_(b'absorb cancelled\n'))
@@ -97,7 +97,7 b' Delete a few lines and related commits w'
97 84e5416 commit 5
97 84e5416 commit 5
98 ff5d556 commit 3
98 ff5d556 commit 3
99 f548282 commit 1
99 f548282 commit 1
100 apply changes (yn)? y
100 apply changes (y/N)? y
101 saved backup bundle to * (glob)
101 saved backup bundle to * (glob)
102 3 of 3 chunk(s) applied
102 3 of 3 chunk(s) applied
103 $ hg annotate a
103 $ hg annotate a
General Comments 0
You need to be logged in to leave comments. Login now