D4047: absorb: note some TODOs from the code review

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Wed Aug 1 22:47:52 UTC 2018


durin42 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D4047

AFFECTED FILES
  hgext/absorb.py

CHANGE DETAILS

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



To: durin42, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list