--- a/plugin.py Wed May 01 16:13:25 2013 -0500+++ b/plugin.py Fri Oct 19 01:24:04 2018 +0800@@ -112,7 +112,7 @@ self.path = path def run(self, args):- fd = os.popen('%s %s' % (self.path, args))+ fd = os.popen('HGPLAIN=1 %s %s' % (self.path, args)) out = fd.read() fd.close()