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

qtlib: openshell would crash because repo is undefined

Changeset 01984f98ffc0

Parent 8f2f1ab727fc

by Angel Ezquerra

Changes to one file · Browse files at 01984f98ffc0 Showing diff from parent 8f2f1ab727fc Diff from another changeset...

 
160
161
162
163
 
164
165
166
 
160
161
162
 
163
164
165
166
@@ -160,7 +160,7 @@
  if _user_shell:   cwd = os.getcwd()   try: - os.chdir(repo.root) + os.chdir(root)   QProcess.startDetached(_user_shell)   finally:   os.chdir(cwd)