[meld] Show changed files in SVN changelists



commit 93ff970bc62399316dd955195069c2bfaf8e536a
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sun Dec 25 07:07:55 2011 +1000

    Show changed files in SVN changelists

 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 8f0b305..84b1cbd 100644
--- a/meld/vc/svn.py
+++ b/meld/vc/svn.py
@@ -83,7 +83,7 @@ class Vc(_vc.CachedVc):
                 if e.errno != errno.EAGAIN:
                     raise
 
-        for target in tree.findall("target"):
+        for target in tree.findall("target") + tree.findall("changelist"):
             for entry in (t for t in target.getchildren() if t.tag == "entry"):
                 path = entry.attrib["path"]
                 if path == "":



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