When a hg graft
fails, it leaves behind .hg/graftstate
which signals the graft-command that a graft is in process and can be continued. Except of deleting .hg/graftstate
, is there a cleaner way to abort the grafting?
You want hg update --clean .
The earlier answer was missing the "." to indicate where to update to.
" hg update --clean " should do.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With