File: automatic-triggers.html

package info (click to toggle)
arch 1.0pre15-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 20,180 kB
  • ctags: 4,560
  • sloc: ansic: 64,410; sh: 29,168; lisp: 1,896; awk: 1,044; makefile: 484; sed: 26
file content (74 lines) | stat: -rw-r--r-- 1,189 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<html>
<head>
<title>Automatic Triggers</title>
</head>
<body>

<a name="Automatic_Triggers"></a>

<a href="http://www.regexps.com">The Hackerlab at <code>regexps.com</code></a>

<h2 align=center>Automatic Triggers</h2>




<small>
<b>up: </b><a href="arch.html#arch">arch</a></br>

<b>prev: </b><a href="using-triggers.html#Using_Triggers">Using Triggers</a></br>

</small>
<br>






<p><a name="index-pt:0"></a>

</p><p>There are exactly six commands which modify repositories:
</p><pre>
        larch commit
        larch import
        larch make-category
        larch make-branch
        larch make-version
        larch tag

</pre>
<p>Those commands can automatically invoke <code>larch notify</code>
 if you have a
default <code>notify</code>
 direcotry set.  You can set such a default with:
</p><pre>
        % larch my-notifier DIR

</pre>
<p>check your current default with:
</p><pre>
        % larch my-notifier

</pre>
<p>or delete your default setting with:
</p><pre>
        % larch my-notifier -d 

</pre>








<small><i>arch: The arch Revision Control System

</i></small><br>


<a href="http://www.regexps.com">The Hackerlab at <code>regexps.com</code></a>

</body>