Submitter | phabricator |
---|---|
Date | Dec. 10, 2021, 9:45 p.m. |
Message ID | <differential-rev-PHID-DREV-dhdeez23mmrcechwky2r-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/50222/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/merge.py b/mercurial/merge.py --- a/mercurial/merge.py +++ b/mercurial/merge.py @@ -2207,7 +2207,7 @@ # it makes the "different write with same mtime" issue # virtually vanish. However, dirstate v1 cannot store such # precision and a bunch of python-runtime, operating-system and - # filesystem does not provide use with such precision, so we + # filesystem does not provide use with such precision, so we # have to operate as if it wasn't available. if getfiledata: ambiguous_mtime = {}