Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

serve: format abort messages

Changeset c5323d04c4a7

Parent 05e2aeed1580

by Steve Borho

Changes to one file · Browse files at c5323d04c4a7 Showing diff from parent 05e2aeed1580 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​serve.py Stacked
 
214
215
216
217
 
218
219
220
 
214
215
216
 
217
218
219
220
@@ -214,7 +214,7 @@
  try:   hglib.hgcmd_toq(path, q, *args)   except util.Abort, e: - self._write(str(e)) + self._write(_('Abort: %s\n') % str(e))     # gather input data   try: