Mercurial > public > mercurial-scm > hg-stable
diff mercurial/interfaces/repository.py @ 43751:f965b1027fb0
commit: drop unused "vdirs" argument from repo.checkcommitpatterns()
Differential Revision: https://phab.mercurial-scm.org/D7438
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 15 Nov 2019 14:47:31 -0800 |
parents | beed7ce61681 |
children | b9e174d4ed11 |
line wrap: on
line diff
--- a/mercurial/interfaces/repository.py Fri Nov 15 14:41:00 2019 -0800 +++ b/mercurial/interfaces/repository.py Fri Nov 15 14:47:31 2019 -0800 @@ -1746,7 +1746,7 @@ def currentwlock(): """Return the wlock if it's held or None.""" - def checkcommitpatterns(wctx, vdirs, match, status, fail): + def checkcommitpatterns(wctx, match, status, fail): pass def commit(