Created
October 18, 2017 09:44
-
-
Save k-takata/1fd572c18aafa6f4cf99a4a02d47bda7 to your computer and use it in GitHub Desktop.
Fix that "hg log --mq" is not colored on Cygwin/MSYS2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /usr/lib/python2.7/site-packages/mercurial/localrepo.py.orig | |
+++ /usr/lib/python2.7/site-packages/mercurial/localrepo.py | |
@@ -366,7 +366,7 @@ | |
setupfunc(self.ui, self.supported) | |
else: | |
self.supported = self._basesupported | |
- color.setup(self.ui) | |
+ #color.setup(self.ui) | |
# Add compression engines. | |
for name in util.compengines: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment