##// END OF EJS Templates
#62 Fixed problems on hg 4.7 (the true fix is in meu, here I depend on this version)
Marcin Kasperski -
r254:1d09da9d default
parent child Browse files
Show More
@@ -1,4 +1,4 b''
1 syntax: regexp
1 -syntax: regexp
2
2
3 \.pyc$
3 \.pyc$
4 \.pyo$
4 \.pyo$
@@ -36,7 +36,7 b' setup('
36 ],
36 ],
37 install_requires=[
37 install_requires=[
38 'keyring>=0.3',
38 'keyring>=0.3',
39 'mercurial_extension_utils>=1.2.0',
39 'mercurial_extension_utils>=1.3.6',
40 ],
40 ],
41 zip_safe=True,
41 zip_safe=True,
42 )
42 )
General Comments 0
You need to be logged in to leave comments. Login now