From c34e7ba35b66d5ffaaae2b04b2a814a2a95fd6a3 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 18 Dec 2013 23:17:10 -0200 Subject: Prioritize "scm" over "cvs". This was underspecified before. --- src/luarocks/deps.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/luarocks/deps.lua b/src/luarocks/deps.lua index 732f587c..0c6bb8d5 100644 --- a/src/luarocks/deps.lua +++ b/src/luarocks/deps.lua @@ -34,7 +34,7 @@ local operators = { } local deltas = { - scm = 1000, + scm = 1100, cvs = 1000, rc = -1000, pre = -10000, -- cgit v1.2.3-55-g6feb