From patchwork Mon Aug 6 15:54:57 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D4047: absorb: note some TODOs from the code review From: phabricator X-Patchwork-Id: 33339 Message-Id: <7a50f5fee82f4e7232654c084e51c2ef@localhost.localdomain> To: mercurial-devel@mercurial-scm.org Date: Mon, 6 Aug 2018 15:54:57 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHGec0697f4f9c9: absorb: note some TODOs from the code review (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D4047?vs=9764&id=9991 REVISION DETAIL https://phab.mercurial-scm.org/D4047 AFFECTED FILES hgext/absorb.py CHANGE DETAILS To: durin42, #hg-reviewers, indygreg Cc: mercurial-devel diff --git a/hgext/absorb.py b/hgext/absorb.py --- a/hgext/absorb.py +++ b/hgext/absorb.py @@ -25,6 +25,11 @@ 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