File: pristine-cache.texi

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 (47 lines) | stat: -rw-r--r-- 810 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
@need 3200

@node The Pristine Revision Cache
@chapter The Pristine Revision Cache

@geindex pristine revision cache

@geindex cache, pristine revision



Each project tree contains a cache of @geindex pristine
@dfn{pristine} revisions: revisions
extracted from an archive and stored without modifications.  This
cache is used to speed up operations such as @code{commit}.


It is occasionally useful to know what revisions are cached in a given
tree, and to add or remove cached revisions.  


@emph{commands to doccument}

@example
@group
        % larch pristines --help
@end group
@group
@end group
@end example
@example
@group
        % larch add-pristine --help
@end group
@group
@end group
@end example
@example
@group
        % larch delete-pristine --help
@end group
@group
@end group
@end example