##// END OF EJS Templates
absorb: note some TODOs from the code review...
Augie Fackler -
r38958:ec0697f4 default
parent child Browse files
Show More
@@ -25,6 +25,11 b' amend modified chunks into the correspon'
25 absorb.path = bold
25 absorb.path = bold
26 """
26 """
27
27
28 # TODO:
29 # * Rename config items to [commands] namespace
30 # * Converge getdraftstack() with other code in core
31 # * move many attributes on fixupstate to be private
32
28 from __future__ import absolute_import
33 from __future__ import absolute_import
29
34
30 import collections
35 import collections
General Comments 0
You need to be logged in to leave comments. Login now