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

setup: enable shellext debugging

Changeset 41db9804dfa8

Parent b1951ea7f070

by Steve Borho

Changes to one file · Browse files at 41db9804dfa8 Showing diff from parent b1951ea7f070 Diff from another changeset...

 
144
145
146
 
147
148
149
 
144
145
146
147
148
149
150
@@ -144,6 +144,7 @@
  def run(self):   cwd = os.getcwd()   os.chdir("win32/shellext") + os.environ["DEBUG"] = "1"   os.system("mingw32-make")   os.chdir(cwd)