CVS update by michaels packages/xemacs-packages/igrep ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Tue Aug 21 08:45:57 EDT 2007


  User: michaels
  Date: 07/08/21 14:45:57

  Modified:    packages/xemacs-packages/igrep ChangeLog igrep.el
Log:
2007-08-21  Mike Sperber  <mike at xemacs.org>

	* igrep.el (igrep-find-prune-clause): Add .hg to the list of
	ignored directories.

Revision  Changes    Path
1.22      +5 -0      XEmacs/packages/xemacs-packages/igrep/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/igrep/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- ChangeLog	2007/08/21 12:44:26	1.21
+++ ChangeLog	2007/08/21 12:45:54	1.22
@@ -1,5 +1,10 @@
 2007-08-21  Mike Sperber  <mike at xemacs.org>
 
+	* igrep.el (igrep-find-prune-clause): Add .hg to the list of
+	ignored directories.
+
+2007-08-21  Mike Sperber  <mike at xemacs.org>
+
 	* igrep.el: Synch with igrep 2.113.
 
 2005-12-05  Norbert Koch  <viteno at xemacs.org>



1.11      +1 -1      XEmacs/packages/xemacs-packages/igrep/igrep.el

Index: igrep.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/igrep/igrep.el,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- igrep.el	2007/08/21 12:44:26	1.10
+++ igrep.el	2007/08/21 12:45:54	1.11
@@ -427,7 +427,7 @@ See `igrep-find'.")
   (if (equal (call-process igrep-find-program nil nil nil
 			   igrep-null-device "-prune")
 	     0)
-      (format "-type d %s -name RCS -o -name CVS -o -name SCCS -name .svn %s"
+      (format "-type d %s -name RCS -o -name CVS -o -name SCCS -name .svn -name .hg %s"
 	      (shell-quote-argument "(")
 	      (shell-quote-argument ")")))
   "The `find` clause used to prune directories, or nil;





More information about the XEmacs-CVS mailing list