Mercurial > public > mercurial-scm > hg
diff mercurial/dirstate.py @ 26781:1aee2ab0f902
spelling: trivial spell checking
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Sat, 17 Oct 2015 00:58:46 +0200 |
parents | 4a82cb5c1dc8 |
children | cbd04ce641b9 |
line wrap: on
line diff
--- 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):