Skip to content

Commit

Permalink
Added -kk tags for keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jun 4, 2004
1 parent 6a652cb commit 308214e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/en/docs/cvs.html
Expand Up @@ -171,7 +171,7 @@ <h3><a name="4.2" id="4.2"></a>4.2 Stable branches for each release</h3>
<div class="commandline">cvs update -dPA</div>
</li>
<li>Merge everything on the branch since the last merge, into your trunk version<br><br>
<div class="commandline">cvs update -j MOODLE_13_MERGED -j MOODLE_13_STABLE</div>
<div class="commandline">cvs update -kk -j MOODLE_13_MERGED -j MOODLE_13_STABLE</div>
</li>
<li>Check the merged copy back into CVS trunk version<br><br>
<div class="commandline">cvs commit</div>
Expand Down Expand Up @@ -210,7 +210,7 @@ <h3><a name="4.3" id="4.3"></a>4.3 Feature branches for large changes </h3>
<br><br>
<div class="commandline">
<strong>cvs update -dPA</strong><br />
<strong>cvs update -j <span class="style1">MOODLE_XX_WIDGET</span></strong><br />
<strong>cvs update -kk -j <span class="style1">MOODLE_XX_WIDGET</span></strong><br />
<strong>cvs commit </strong></div>
</li>
</ol>
Expand Down

0 comments on commit 308214e

Please sign in to comment.