Submitter | via Mercurial-devel |
---|---|
Date | May 22, 2017, 6:22 p.m. |
Message ID | <bdc4861ffe597d6dc0c1.1495477352@martinvonz.svl.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/20835/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/hgext/fsmonitor/__init__.py b/hgext/fsmonitor/__init__.py --- a/hgext/fsmonitor/__init__.py +++ b/hgext/fsmonitor/__init__.py @@ -669,7 +669,7 @@ with state_update(repo, node, distance, partial): return orig( repo, node, branchmerge, force, ancestor, mergeancestor, - labels, matcher, *kwargs) + labels, matcher, **kwargs) def reposetup(ui, repo): # We don't work with largefiles or inotify