Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

history: show more arguments in push title

Changeset 41f2f6d4f98b

Parent 6de469ff7c57

by Steve Borho

Changes to one file · Browse files at 41f2f6d4f98b Showing diff from parent 6de469ff7c57 Diff from another changeset...

 
1152
1153
1154
1155
 
1156
1157
1158
 
1152
1153
1154
 
1155
1156
1157
1158
@@ -1152,7 +1152,7 @@
  if self.forcepush:   cmdline += ['--force']   cmdline += [remote_path] - dlg = hgcmd.CmdDialog(cmdline, text='hg push') + dlg = hgcmd.CmdDialog(cmdline, text=' '.join(cmdline[:-1]))   dlg.show_all()   dlg.run()   dlg.hide()