##// END OF EJS Templates
obsolete: add a note that explains creating aliases for marker flags
av6 -
r37035:98c14e85 default
parent child Browse files
Show More
@@ -148,6 +148,8 b' def isenabled(repo, option):'
148
148
149 return _getoptionvalue(repo, option)
149 return _getoptionvalue(repo, option)
150
150
151 # Creating aliases for marker flags because evolve extension looks for
152 # bumpedfix in obsolete.py
151 bumpedfix = obsutil.bumpedfix
153 bumpedfix = obsutil.bumpedfix
152 usingsha256 = obsutil.usingsha256
154 usingsha256 = obsutil.usingsha256
153
155
General Comments 0
You need to be logged in to leave comments. Login now