##// END OF EJS Templates
relnotes: added description about statemod._statecheck...
Taapas Agrawal -
r42735:df5f6740 default
parent child Browse files
Show More
@@ -57,3 +57,14 b''
57
57
58 * `util.dirs()` and `util.finddirs()` now include an entry for the
58 * `util.dirs()` and `util.finddirs()` now include an entry for the
59 root directory (empty string).
59 root directory (empty string).
60
61 * New API to manage unfinished operations: Earlier there were distinct APIs
62 which dealt with unfinished states and separate lists maintaining them
63 that are `cmdutil.afterresolvestates`, `cmdutil.unfinishedstates` and
64 `cmdutil.STATES`. Now these have been unified to a single
65 API which handles the various states and their utilities. This API
66 has been added to `state.py`. Now instead of adding to these 3 lists
67 independently a state for a new operation can be registered using
68 `addunfinished()` in `state` module.
69
70 * `cmdutil.checkunfinished()` now includes detection for merge too.
General Comments 0
You need to be logged in to leave comments. Login now