Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.4, 2.0.5, and 2.1

stable backout: fix default command line

Changeset 95f8f3988d31

Parent c0e1c948274a

by Steve Borho

Changes to one file · Browse files at 95f8f3988d31 Showing diff from parent c0e1c948274a Diff from another changeset...

 
170
171
172
 
 
173
174
175
 
170
171
172
173
174
175
176
177
@@ -170,6 +170,8 @@
  msg = self.msgTextEdit.text()   cmdline += ['--message', hglib.fromunicode(msg)]   commandlines = [cmdline] + else: + commandlines = [cmdline]     # start backing out   self.cmdline = cmdline