From d3dfe41e39b14a7a464ed5f9b1657668adf119d3 Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Sat, 9 Sep 2017 19:56:33 +0300 Subject: [PATCH] [backport] Assume gnulib is checked out from Git, not CVS commit 435f1d7ad985d95a6000e55e3fc398300b04ba12 Author: Stefano Lattarini Date: Sat May 4 10:30:14 2013 +0200 Assume gnulib is checked out from Git, not CVS In fact, access to the gnulib repository through CVS has been disabled, or more precisely, got broken and was never restored; see: --- pygnulib/filesystem.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pygnulib/filesystem.py b/pygnulib/filesystem.py index 3c03f6e42c..266ee25f83 100644 --- a/pygnulib/filesystem.py +++ b/pygnulib/filesystem.py @@ -75,7 +75,6 @@ class Git(Directory): "." : str.startswith, "~" : str.endswith, "-tests" : str.endswith, - "CVS" : str.startswith, "ChangeLog" : str.__eq__, "COPYING" : str.__eq__, "README" : str.__eq__, -- 2.39.5