meld r1242 - trunk/vc



Author: vincele
Date: Mon Mar  9 21:45:18 2009
New Revision: 1242
URL: http://svn.gnome.org/viewvc/meld?rev=1242&view=rev

Log:
Remove unused "_cachetime" attribute
Initialize _cached_statuses instead


Modified:
   trunk/vc/darcs.py

Modified: trunk/vc/darcs.py
==============================================================================
--- trunk/vc/darcs.py	(original)
+++ trunk/vc/darcs.py	Mon Mar  9 21:45:18 2009
@@ -42,7 +42,7 @@
     PATCH_INDEX_RE = "--- old.+?/(.+?)\\t+.*[0-9]{4}$"
 
     def __init__(self, location):
-        self._cachetime = None
+        self._cached_statuses = None
         _vc.Vc.__init__(self, location)
 
     def commit_command(self, message):



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