##// END OF EJS Templates
cleanup: drop `path.pushloc` deprecated since 6.5...
marmoute -
r52029:591845f8 default
parent child Browse files
Show More
@@ -923,14 +923,6 b' class path:'
923 923 new._setup_url(self._pushloc)
924 924 return new
925 925
926 def pushloc(self):
927 """compatibility layer for the deprecated attributes"""
928 from .. import util # avoid a cycle
929
930 msg = "don't use path.pushloc, use path.get_push_variant()"
931 util.nouideprecwarn(msg, b"6.5")
932 return self._pushloc
933
934 926 def _validate_path(self):
935 927 # When given a raw location but not a symbolic name, validate the
936 928 # location is valid.
General Comments 0
You need to be logged in to leave comments. Login now