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

nautilus: do not pass --cwd or --root to hgproc.py

cwd is set on the process, it can read it implicitly. --root
is also implied by cwd.

Changeset fe57d0393e3e

Parent b53b5234c94d

by Steve Borho

Changes to one file · Browse files at fe57d0393e3e Showing diff from parent b53b5234c94d Diff from another changeset...

 
132
133
134
135
136
137
138
139
 
132
133
134
 
 
135
136
137
@@ -132,8 +132,6 @@
  return     cmdopts = [sys.executable, self.hgproc] - if repo: cmdopts += ['--root', repo.root] - cmdopts += ['--cwd', cwd]   cmdopts += ['--command', hgcmd]     if hgcmd not in nofilecmds and self.files: