D6557: relnotes: added description about statemod._statecheck
taapas1128 (Taapas Agrawal)
phabricator at mercurial-scm.org
Thu Jun 27 22:08:15 UTC 2019
Closed by commit rHGdf5f674050b7: relnotes: added description about statemod._statecheck (authored by taapas1128).
This revision was automatically updated to reflect the committed changes.
CHANGED PRIOR TO COMMIT
https://phab.mercurial-scm.org/D6557?vs=15690&id=15691#toc
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D6557?vs=15690&id=15691
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D6557/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D6557
AFFECTED FILES
relnotes/next
CHANGE DETAILS
diff --git a/relnotes/next b/relnotes/next
--- a/relnotes/next
+++ b/relnotes/next
@@ -57,3 +57,14 @@
* `util.dirs()` and `util.finddirs()` now include an entry for the
root directory (empty string).
+
+ * New API to manage unfinished operations: Earlier there were distinct APIs
+ which dealt with unfinished states and separate lists maintaining them
+ that are `cmdutil.afterresolvestates`, `cmdutil.unfinishedstates` and
+ `cmdutil.STATES`. Now these have been unified to a single
+ API which handles the various states and their utilities. This API
+ has been added to `state.py`. Now instead of adding to these 3 lists
+ independently a state for a new operation can be registered using
+ `addunfinished()` in `state` module.
+
+ * `cmdutil.checkunfinished()` now includes detection for merge too.
To: taapas1128, #hg-reviewers, martinvonz
Cc: martinvonz, mercurial-devel
More information about the Mercurial-devel
mailing list