comparison mercurial/interfaces/repository.py @ 43712: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
comparison
equal deleted inserted replaced
43711:7f443cce2972 43712:f965b1027fb0
1744 """Lock the non-store parts of the repository.""" 1744 """Lock the non-store parts of the repository."""
1745 1745
1746 def currentwlock(): 1746 def currentwlock():
1747 """Return the wlock if it's held or None.""" 1747 """Return the wlock if it's held or None."""
1748 1748
1749 def checkcommitpatterns(wctx, vdirs, match, status, fail): 1749 def checkcommitpatterns(wctx, match, status, fail):
1750 pass 1750 pass
1751 1751
1752 def commit( 1752 def commit(
1753 text=b'', 1753 text=b'',
1754 user=None, 1754 user=None,