Submitter | phabricator |
---|---|
Date | April 14, 2018, 8:12 a.m. |
Message ID | <569c50270cc9485acbd127353dc5c2a2@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/31007/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -399,7 +399,7 @@ # * If "x" can be a mix of the above, you'll have to figure it out # yourself repo.ui.deprecwarn("changectx.__init__ is getting more limited, see source " - "for details", "4.6") + "for details", "4.6", stacklevel=4) class changectx(basectx): """A changecontext object makes access to data related to a particular