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
|
<html>
<head>
<title>The Pristine Revision Cache</title>
</head>
<body>
<a name="The_Pristine_Revision_Cache"></a>
<a href="http://www.regexps.com">The Hackerlab at <code>regexps.com</code></a>
<h2 align=center>The Pristine Revision Cache</h2>
<small>
<b>up: </b><a href="arch.html#arch">arch</a></br>
</small>
<br>
<p><a name="index-pt:0"></a>
<a name="index-pt:1"></a>
</p><p>Each project tree contains a cache of <em>
<a name="index-pt:2"></a>
pristine
</em>
revisions: revisions
extracted from an archive and stored without modifications. This
cache is used to speed up operations such as <code>commit</code>
.
</p><p>It is occasionally useful to know what revisions are cached in a given
tree, and to add or remove cached revisions.
</p><p><em>commands to doccument</em>
</p><pre>
% larch pristines --help
</pre>
<pre>
% larch add-pristine --help
</pre>
<pre>
% larch delete-pristine --help
</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>
|