##// END OF EJS Templates
context: set stack level for deprecation warning...
Martin von Zweigbergk -
r37694:1764527a default
parent child Browse files
Show More
@@ -399,7 +399,7 b' def changectxdeprecwarn(repo):'
399 399 # * If "x" can be a mix of the above, you'll have to figure it out
400 400 # yourself
401 401 repo.ui.deprecwarn("changectx.__init__ is getting more limited, see source "
402 "for details", "4.6")
402 "for details", "4.6", stacklevel=4)
403 403
404 404 class changectx(basectx):
405 405 """A changecontext object makes access to data related to a particular
General Comments 0
You need to be logged in to leave comments. Login now