##// END OF EJS Templates
abort: added support for rebase...
abort: added support for rebase This adds support of `rebase` to `hg abort` plan. An independent abort logic for `rebase` is created under `abortrebase()` function. For this a seperate `rebaseruntime` object is created under the function to handle an unfinished `rebasestate` and abort that using abort logic under `_prepareabortorcontinue`. Results of tests are shown. Differential Revision: https://phab.mercurial-scm.org/D6568

File last commit:

r41001:5532823e default
r42786:b9bc4721 default
Show More
Cargo.toml
3 lines | 92 B | text/plain | TOMLLexer
Gregory Szorc
rust: implementation of `hg`...
r35587 [workspace]
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 members = ["hg-core", "hg-direct-ffi", "hg-cpython"]
Georges Racinet
rust-cpython: exclude hgcli from workspace...
r41000 exclude = ["chg", "hgcli"]