[meld] Fix typo in bzr.py



commit 535bd0a4aa727849f8383b4c467c57f757a57261
Author: Andrew Beyer <beyer andrew gmail com>
Date:   Wed Jul 8 08:51:04 2009 +1000

    Fix typo in bzr.py

 vc/bzr.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vc/bzr.py b/vc/bzr.py
index 798a80a..ff6c8da 100644
--- a/vc/bzr.py
+++ b/vc/bzr.py
@@ -63,7 +63,7 @@ class Vc(_vc.CachedVc):
         branch_root = _vc.popen([self.CMD, "root", rootdir]).read().rstrip('\n')
         while 1:
             try:
-                proc = _vc.popen([self.CMD, status, branch_root])
+                proc = _vc.popen([self.CMD, "status", branch_root])
                 entries = proc.read().split("\n")[:-1]
                 break
             except OSError, e:



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