Mercurial > evolve
changeset 6556:a567e5e90b4f stable
evolve: fix docstring of _markerseffects()
This block of text doesn't apply to the function, it seems to be just an
artifact of copy-pasting.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 16 Aug 2023 15:11:43 -0300 |
parents | e6a18e1cafe8 |
children | cb009f13126a 144a5814f1ce |
files | hgext3rd/evolve/obshistory.py |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/evolve/obshistory.py Wed Oct 04 13:48:52 2023 -0300 +++ b/hgext3rd/evolve/obshistory.py Wed Aug 16 15:11:43 2023 -0300 @@ -785,9 +785,6 @@ def _markerseffects(markers): """ Return a list of effects as strings based on effect flags in markers - - Return None if verb cannot be more precise than just "rewritten", i.e. when - markers collectively have more than one effect in the flags. """ metadata = [dict(marker[3]) for marker in markers] ef1 = [data.get(b'ef1') for data in metadata]