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

commit: combine message with --message argument, avoid potential parsing errors

See #1712 in the stable repository issue tracker

Changeset 8ff24d874e2f

Parent 68584afb2fd3

by Steve Borho

Changes to one file · Browse files at 8ff24d874e2f Showing diff from parent 68584afb2fd3 Diff from another changeset...

 
609
610
611
612
 
613
614
615
 
609
610
611
 
612
613
614
615
@@ -609,7 +609,7 @@
  ]   else:   cmdline = ['commit', '--repository', repo.root, - '--verbose', '--user', user, '--message', msg] + '--verbose', '--user', user, '--message='+msg]   if self.qref:   cmdline[0] = 'qrefresh'   files = []