Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

grep: force grep ui to plain mode (no defaults or aliases)

Changeset dce5f796a226

Parent cf485cb9587e

by Steve Borho

Changes to one file · Browse files at dce5f796a226 Showing diff from parent cf485cb9587e Diff from another changeset...

 
256
257
258
 
 
 
259
260
261
 
256
257
258
259
260
261
262
263
264
@@ -256,6 +256,9 @@
  qtlib.configstyles(self)   self.fullmsg = ''   + def plain(self): + return True +   def write(self, msg, *args, **opts):   if opts.get('label'):   self.fullmsg += self.label(msg, opts['label'])