##// END OF EJS Templates
urlutil: use the deprecation warning function on the `ui` object...
Matt Harbison -
r48203:65333ecc default
parent child Browse files
Show More
@@ -684,7 +684,7 b' class paths(dict):'
684 684 path to a repo.
685 685 """
686 686 msg = b'getpath is deprecated, use `get_*` functions from urlutil'
687 self.deprecwarn(msg, '6.0')
687 ui.deprecwarn(msg, '6.0')
688 688 # Only fall back to default if no path was requested.
689 689 if name is None:
690 690 if not default:
General Comments 0
You need to be logged in to leave comments. Login now