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

qtlib: always start editor with cwd in root of repository

Changeset 1b9f095d7ca5

Parent c4ae90d9c1f1

by Steve Borho

Changes to one file · Browse files at 1b9f095d7ca5 Showing diff from parent c4ae90d9c1f1 Diff from another changeset...

 
137
138
139
140
 
141
142
143
 
137
138
139
 
140
141
142
143
@@ -137,7 +137,7 @@
  cmdline = util.quotecommand(cmdline)   try:   subprocess.Popen(cmdline, shell=True, creationflags=openflags, - stderr=None, stdout=None, stdin=None) + stderr=None, stdout=None, stdin=None, cwd=repo.root)   except (OSError, EnvironmentError), e:   QMessageBox.warning(parent,   _('Editor launch failure'),