monotone-devel
[Top][All Lists]
Advanced

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

[Monotone-devel] .mt-attrs formatting


From: Bruce Stephens
Subject: [Monotone-devel] .mt-attrs formatting
Date: Thu, 19 Aug 2004 15:25:46 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

I just got hit by this annoying problem.  Here's a possible
documentation patch, although possibly it would be better to change
the code (if only to warn when lines were being ignored for some
reason).

--- monotone.texi
+++ monotone.texi
@@ -2775,8 +2775,8 @@

 @smallexample
 @group
-execute   true   src/configure
-execute   true   autogen.sh
+execute true src/configure
+execute true autogen.sh
 @end group
 @end smallexample

@@ -2784,7 +2784,8 @@
 in your working copy. The first column of each line contains the name
 of the attribute, the second column is the value of the attribute, and
 the third column is the file name within the working copy to which the
-attribute will be applied.
+attribute will be applied.  The fields must be separated by a single
+space character, or the line will be silently ignored.

 Every time your working copy is written to, monotone will look for an
 @file{.mt-attrs} file, and if it finds one, run the corresponding




reply via email to

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