Submitter | phabricator |
---|---|
Date | July 19, 2021, 10:44 a.m. |
Message ID | <differential-rev-PHID-DREV-y2ooiqbivbn4ssdnxhcm-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/49464/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/sparse.py b/mercurial/sparse.py --- a/mercurial/sparse.py +++ b/mercurial/sparse.py @@ -453,7 +453,7 @@ for file, flags, msg in tmresult.getactions( [mergestatemod.ACTION_GET] ): - dirstate.normal(file) + dirstate.update_file(file, p1_tracked=True, wc_tracked=True) profiles = activeconfig(repo)[2] changedprofiles = profiles & files