[meld/VersionControlRework: 104/123] vc.svn: Fix the only _command usage without a working directory



commit bdd5f7d15f0b56a3634d40c7f527ad1ef1abfe7e
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Apr 18 08:16:00 2015 +1000

    vc.svn: Fix the only _command usage without a working directory

 meld/vc/svn.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meld/vc/svn.py b/meld/vc/svn.py
index b88cba1..377f398 100644
--- a/meld/vc/svn.py
+++ b/meld/vc/svn.py
@@ -157,7 +157,7 @@ class Vc(_vc.Vc):
             runner(command, [path], refresh=True,
                    working_dir=os.path.dirname(path))
         if files:
-            runner(command, files, refresh=True)
+            runner(command, files, refresh=True, working_dir=self.location)
 
     @classmethod
     def _repo_version_support(cls, version):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]