emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r118212: Looking for .bzr as a check for top-level d


From: Eric S. Raymond
Subject: [Emacs-diffs] trunk r118212: Looking for .bzr as a check for top-level directory will soon be a bad idea.
Date: Sat, 25 Oct 2014 20:11:31 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118212
revision-id: address@hidden
parent: address@hidden
committer: Eric S. Raymond <address@hidden>
branch nick: trunk
timestamp: Sat 2014-10-25 16:11:24 -0400
message:
  Looking for .bzr as a check for top-level directory will soon be a bad idea.
  
  Fortunately the other two checks should be quite sufficient.
modified:
  admin/check-doc-strings        
checkdocstrings-20091113204419-o5vbwnq5f7feedwu-2206
=== modified file 'admin/check-doc-strings'
--- a/admin/check-doc-strings   2014-01-02 08:47:40 +0000
+++ b/admin/check-doc-strings   2014-10-25 20:11:24 +0000
@@ -18,7 +18,7 @@
 This program is in the public domain.\n";
 
 die $usage if @ARGV;
-die $usage unless -r "src/alloc.c" && -d ".bzr" && -d "lisp";
+die $usage unless -r "src/alloc.c" && -d "lisp";
 
 my %texi_funtype;
 my %texi_arglist;


reply via email to

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