monotone-commits-diffs
[Top][All Lists]
Advanced

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

[Monotone-commits-diffs] net.venge.monotone.lua-5.2: 9c086b9ef0b3d73abec


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone.lua-5.2: 9c086b9ef0b3d73abec54a71e1efa82c82bd5e79
Date: Wed, 25 Apr 2012 17:44:06 +0200 (CEST)

revision:            9c086b9ef0b3d73abec54a71e1efa82c82bd5e79
date:                2012-04-25T15:35:37
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone.lua-5.2
changelog:
* extra/mtn-hooks/monotone-cvs-ignore.lua: file:lines() takes zero
  arguments.

manifest:
format_version "1"

new_manifest [a9ea2e28b85413e7d36ab466a41c4043a4aa8f29]

old_revision [a6ed8b0418b6e6bd14a409841d4d084a8c2fdbb1]

patch "extra/mtn-hooks/monotone-cvs-ignore.lua"
 from [7bc64a29dac6409b2dbfbda0b3458ccc5b5fdc46]
   to [e237828983a27a99d58ec6bb0243fbf56fdcb817]
============================================================
--- extra/mtn-hooks/monotone-cvs-ignore.lua	7bc64a29dac6409b2dbfbda0b3458ccc5b5fdc46
+++ extra/mtn-hooks/monotone-cvs-ignore.lua	e237828983a27a99d58ec6bb0243fbf56fdcb817
@@ -23,7 +23,7 @@ do
 
       local handle, msg = io.open(dir .. ".cvsignore")
       if (handle) then
-	 for line in handle:lines(dir .. ".cvsignore") do
+	 for line in handle:lines() do
 	    pat2 = _glob_to_pattern(line) .. "$"
 	    if (string.find(name, pat1 .. pat2)) then
 	       return true

reply via email to

[Prev in Thread] Current Thread [Next in Thread]