i18n-pt_BR: synchronized with
bf6bc4681383
update: add tracking of interrupted updates (
issue3113)
This takes advantage of the new checkunfinished infrastructure
mq: add checkunfinished support (
issue3955)
transplant: add checkunfinished (
issue3955)
Nobody loves transplant anymore, but it was the first command to have
a --continue flag.
histedit: add checkunfinished support (
issue3955)
The tests contain a couple corner cases where workarounds are now
required. Strictly speaking, these are behavior regressions, but of an
extremely obscure and marginal sort. Commits or updates in the middle
of a histedit would have almost always been fairly serious user error.
rebase: add checkunfinished support (
issue3955)
rebase: reorder parent check and state storage
This could cause a rebase to be 'in progress' even though it aborted.
commands: add checks for unfinished operations (
issue3955)
commands checked:
backout
bisect
commit
graft
import
update: clear any clearable unfinished operations (
issue3955)
Unclearable operations will cause an abort.
cmdutil: core functionality to block during multistep commands (
issue3955)
This adds a registration point and check functions that will allow
commands to check if multistep operations like an interrupted graft or
rebase are in progress before proceeding.