# HG changeset patch # User Augie Fackler # Date 2018-08-01 22:30:10 # Node ID ec0697f4f9c91b2e489037231410e26e450aa051 # Parent e930df0f9a5520c2d5b6af837ade10935fa56cdf absorb: note some TODOs from the code review Differential Revision: https://phab.mercurial-scm.org/D4047 diff --git a/hgext/absorb.py b/hgext/absorb.py --- a/hgext/absorb.py +++ b/hgext/absorb.py @@ -25,6 +25,11 @@ amend modified chunks into the correspon absorb.path = bold """ +# TODO: +# * Rename config items to [commands] namespace +# * Converge getdraftstack() with other code in core +# * move many attributes on fixupstate to be private + from __future__ import absolute_import import collections