Show More
@@ -923,14 +923,6 b' class path:' | |||||
923 | new._setup_url(self._pushloc) |
|
923 | new._setup_url(self._pushloc) | |
924 | return new |
|
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 | def _validate_path(self): |
|
926 | def _validate_path(self): | |
935 | # When given a raw location but not a symbolic name, validate the |
|
927 | # When given a raw location but not a symbolic name, validate the | |
936 | # location is valid. |
|
928 | # location is valid. |
General Comments 0
You need to be logged in to leave comments.
Login now