From: Dmitry Selyutin Date: Sat, 9 Sep 2017 16:56:33 +0000 (+0300) Subject: [backport] Assume gnulib is checked out from Git, not CVS X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d3dfe41e39b14a7a464ed5f9b1657668adf119d3;p=gnulib.git [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: --- 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__,