meld r1297 - trunk/vc



Author: vincele
Date: Sat Mar 28 00:28:49 2009
New Revision: 1297
URL: http://svn.gnome.org/viewvc/meld?rev=1297&view=rev

Log:
Don't open-code VC_DIR


Modified:
   trunk/vc/tla.py

Modified: trunk/vc/tla.py
==============================================================================
--- trunk/vc/tla.py	(original)
+++ trunk/vc/tla.py	Sat Mar 28 00:28:49 2009
@@ -138,6 +138,6 @@
             if path in whatsnew:
                 state = whatsnew[path]
             vcfile = fstype(path, filename, state)
-            if filename != "{arch}":
+            if filename != self.VC_DIR:
                 rets.append(vcfile)
         return rets



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