comparison mercurial/hg.py @ 26781:1aee2ab0f902

spelling: trivial spell checking
author Mads Kiilerich <madski@unity3d.com>
date Sat, 17 Oct 2015 00:58:46 +0200
parents 30657909b2ba
children 70884715725e
comparison
equal deleted inserted replaced
26780:bbf544b5f2e9 26781:1aee2ab0f902
822 822
823 return dst 823 return dst
824 824
825 # Files of interest 825 # Files of interest
826 # Used to check if the repository has changed looking at mtime and size of 826 # Used to check if the repository has changed looking at mtime and size of
827 # theses files. 827 # these files.
828 foi = [('spath', '00changelog.i'), 828 foi = [('spath', '00changelog.i'),
829 ('spath', 'phaseroots'), # ! phase can change content at the same size 829 ('spath', 'phaseroots'), # ! phase can change content at the same size
830 ('spath', 'obsstore'), 830 ('spath', 'obsstore'),
831 ('path', 'bookmarks'), # ! bookmark can change content at the same size 831 ('path', 'bookmarks'), # ! bookmark can change content at the same size
832 ] 832 ]