Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.6, 0.7, and 0.7.1

history: use long option names when calling hg

Changeset db120711cd09

Parent 873fc0277a36

by TK Soh

Changes to one file · Browse files at db120711cd09 Showing diff from parent 873fc0277a36 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​history.py Stacked
 
435
436
437
438
 
439
440
441
 
435
436
437
 
438
439
440
441
@@ -435,7 +435,7 @@
  if res != gtk.RESPONSE_YES:   return   - cmdline = ['hg', 'revert', '--verbose', '-a', '-r', str(rev)] + cmdline = ['hg', 'revert', '--verbose', '--all', '--rev', str(rev)]     from hgcmd import CmdDialog   dlg = CmdDialog(cmdline)