Cosmetic fix for monotone
- From: Daniel Thompson <daniel redfelineninja org uk>
- To: meld-list gnome org
- Subject: Cosmetic fix for monotone
- Date: Mon, 15 Jan 2007 20:49:35 +0000
Hi Folks
Please find attached a trivial patch to shut up a warning from the
monotone integration code caused by monotone's new workspace metadata
format.
--
Daniel Thompson <daniel redfelineninja org uk>
Index: meld-1.1.4/vc/monotone.py
===================================================================
--- meld-1.1.4.orig/vc/monotone.py 2006-07-26 16:47:03.000000000 +0100
+++ meld-1.1.4/vc/monotone.py 2007-01-12 10:23:18.372024000 +0000
@@ -206,7 +206,7 @@
for f,path in files:
if f not in vcfiles:
# if the ignore MT filter is not enabled these will crop up
- ignorelist = [ 'log', 'options', 'revision', 'work' ]
+ ignorelist = [ 'format', 'log', 'options', 'revision', 'work' ]
if f not in ignorelist:
print "WARNING: '%s' was not listed by 'automate inventory'" % f
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]