equal
deleted
inserted
replaced
112 b'skip this check' |
112 b'skip this check' |
113 ) % (base_ctx, other_ctx, local_ctx) |
113 ) % (base_ctx, other_ctx, local_ctx) |
114 raise error.InputError(msg) |
114 raise error.InputError(msg) |
115 else: |
115 else: |
116 raise error.InputError( |
116 raise error.InputError( |
117 msg, hint=_(b"add --verbose for details") |
117 msg, |
|
118 hint=_( |
|
119 b"add --verbose for details or see " |
|
120 b"'hg help evolution.instability'" |
|
121 ), |
118 ) |
122 ) |
119 |
123 |
120 |
124 |
121 def disallowednewunstable(repo, revs): |
125 def disallowednewunstable(repo, revs): |
122 """Checks whether editing the revs will create new unstable changesets and |
126 """Checks whether editing the revs will create new unstable changesets and |