Show More
@@ -34,7 +34,7 b" def precheck(repo, revs, action=b'rewrit" | |||
|
34 | 34 | Make sure this function is called after taking the lock. |
|
35 | 35 | """ |
|
36 | 36 | if nullrev in revs: |
|
37 |
msg = _(b"cannot %s null |
|
|
37 | msg = _(b"cannot %s the null revision") % action | |
|
38 | 38 | hint = _(b"no changeset checked out") |
|
39 | 39 | raise error.InputError(msg, hint=hint) |
|
40 | 40 |
General Comments 0
You need to be logged in to leave comments.
Login now