Submitter | phabricator |
---|---|
Date | Jan. 10, 2019, 7:19 p.m. |
Message ID | <a4ddf3c7743caf23e00812135efd98d1@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/37628/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/narrowspec.py b/mercurial/narrowspec.py --- a/mercurial/narrowspec.py +++ b/mercurial/narrowspec.py @@ -251,7 +251,7 @@ def _writeaddedfiles(repo, pctx, files): actions = merge.emptyactions() - addgaction = actions['g'].append + addgaction = actions[merge.ACTION_GET].append mf = repo['.'].manifest() for f in files: if not repo.wvfs.exists(f):