Small update to tla plugin



Hi,

A small patch for the tla/arch plugin to add a couple of statuses. Seems
that anyvcs is going to require many more status types than are
currently available. We should be able to support anything and
everything, allowing "less able" version control systems to fall back on
the basics.

Ali
Index: vc/tla.py
===================================================================
RCS file: /cvs/gnome/meld/vc/tla.py,v
retrieving revision 1.2
diff -u -r1.2 tla.py
--- vc/tla.py	29 Jan 2006 00:13:56 -0000	1.2
+++ vc/tla.py	31 Jan 2006 14:48:11 -0000
@@ -55,6 +55,8 @@
     "D/": _vc.STATE_REMOVED,
     "/>": _vc.STATE_REMOVED,
     "-/": _vc.STATE_MODIFIED,
+    "lf": _vc.STATE_MODIFIED,
+    "fl": _vc.STATE_MODIFIED,
 }
 
 class Vc(_vc.Vc):


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