commit: Drat. Hashmarks need to be escaped in .hgignore patterns.
Stephen Turnbull
unwelcome-guest at alioth.debian.org
Thu Dec 20 05:58:23 EST 2007
changeset: 4342:4df309efe6fc5d5591b8d7f48b593083a55c36b4
tag: tip
user: Stephen J. Turnbull <stephen at xemacs.org>
date: Thu Dec 20 02:58:07 2007 -0800
files: .hgignore
description:
Drat. Hashmarks need to be escaped in .hgignore patterns.
diff -r 5938003821ac8b2fbb12f38379fdcfb115cf79a9 -r 4df309efe6fc5d5591b8d7f48b593083a55c36b4 .hgignore
--- a/.hgignore Thu Dec 20 02:34:02 2007 -0800
+++ b/.hgignore Thu Dec 20 02:58:07 2007 -0800
@@ -6,8 +6,8 @@
~$
\.orig$
\.rej$
-(^|/)#[^/]*#$
-(^|/).#[^/]*$
+(^|/)\#[^/]*\#$
+(^|/)\.\#[^/]*$
info/.*\.info(-[0-9]+)?$
^GNUmakefile$
^Installation$
More information about the XEmacs-Patches
mailing list