Submitter | Pierre-Yves David |
---|---|
Date | April 4, 2017, 2:54 p.m. |
Message ID | <9b811fe9dc445d35cb25.1491317663@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/19951/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -890,7 +890,7 @@ class localrepository(object): 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):