forked from mirrors/jj
Deployed 4b215a3
to prerelease with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
parent
7830b3efe3
commit
40d5d7105a
3 changed files with 5 additions and 4 deletions
|
@ -5678,7 +5678,7 @@ does not match the <code>jj help</code> output exactly.</p>
|
|||
<li><code>move</code> — Move changes from one revision into another</li>
|
||||
<li><code>new</code> — Create a new, empty change and (by default) edit it in the working copy</li>
|
||||
<li><code>next</code> — Move the working-copy commit to the child revision</li>
|
||||
<li><code>obslog</code> — Show how a change has evolved</li>
|
||||
<li><code>obslog</code> — Show how a change has evolved over time</li>
|
||||
<li><code>operation</code> — Commands for working with the operation log</li>
|
||||
<li><code>parallelize</code> — Parallelize revisions by making them siblings</li>
|
||||
<li><code>prev</code> — Change the working copy revision relative to the parent revision</li>
|
||||
|
@ -6534,8 +6534,9 @@ implied.</p>
|
|||
</li>
|
||||
</ul>
|
||||
<h2 id="jj-obslog"><code>jj obslog</code><a class="headerlink" href="#jj-obslog" title="Permanent link">¶</a></h2>
|
||||
<p>Show how a change has evolved</p>
|
||||
<p>Show how a change has evolved as it's been updated, rebased, etc.</p>
|
||||
<p>Show how a change has evolved over time</p>
|
||||
<p>Lists the previous commits which a change has pointed to. The current commit of a change evolves when the change is updated, rebased, etc.</p>
|
||||
<p>Name is derived from Merciual's obsolescence markers.</p>
|
||||
<p><strong>Usage:</strong> <code>jj obslog [OPTIONS]</code></p>
|
||||
<h6 id="options_31"><strong>Options:</strong><a class="headerlink" href="#options_31" title="Permanent link">¶</a></h6>
|
||||
<ul>
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in a new issue