changeset 26781 | 1aee2ab0f902 |
parent 26749 | 4a82cb5c1dc8 |
child 26782 | cbd04ce641b9 |
--- a/mercurial/dirstate.py Wed Oct 14 03:30:27 2015 -0400 +++ b/mercurial/dirstate.py Sat Oct 17 00:58:46 2015 +0200 @@ -80,7 +80,7 @@ self._filename = 'dirstate' self._pendingfilename = '%s.pending' % self._filename - # for consitent view between _pl() and _read() invocations + # for consistent view between _pl() and _read() invocations self._pendingmode = None def beginparentchange(self):