Skip to content
Snippets Groups Projects
Commit 95a67508 authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

localrepo: fix deprecation version for 'repo._link'

The patch lingered for a while and nobody noticed when it was resubmitted.
parent 8fa516b2
No related branches found
No related tags found
No related merge requests found
......@@ -890,7 +890,7 @@
def _link(self, f):
self.ui.deprecwarn("use 'repo.wvfs.islink' instead of 'repo._link'",
'4.0')
'4.2')
return self.wvfs.islink(f)
def _loadfilter(self, filter):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment