changeset 38922:ec0697f4f9c9

absorb: note some TODOs from the code review Differential Revision: https://phab.mercurial-scm.org/D4047
author Augie Fackler <augie@google.com>
date Wed, 01 Aug 2018 18:30:10 -0400
parents e930df0f9a55
children 8460c3cbca7e
files hgext/absorb.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/absorb.py	Wed Aug 01 18:29:57 2018 -0400
+++ b/hgext/absorb.py	Wed Aug 01 18:30:10 2018 -0400
@@ -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