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

status: correct variable name typo

fixes #377

Changeset 607daaa79273

Parent 4031f832fe79

by Yuki KODAMA

Changes to one file · Browse files at 607daaa79273 Showing diff from parent 4031f832fe79 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
779
780
781
782
783
 
 
784
785
786
 
779
780
781
 
 
782
783
784
785
786
@@ -779,8 +779,8 @@
  FileName=fname).run()   if not response:   return - if reponse != wfile: - self.hg_copy([wfile, reponse]) + if response != wfile: + self.hg_copy([wfile, response])   return True