forked from mirrors/jj
Deployed 7ce25f8
to prerelease with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
parent
c43516ddb9
commit
182780ce6e
3 changed files with 19 additions and 2 deletions
|
@ -5773,8 +5773,9 @@ repository.</li>
|
|||
<p>Possible values: <code>true</code>, <code>false</code></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>-m</code>, <code>--message <MESSAGE></code> — The change description to use (don't open editor)</p>
|
||||
<p><code>--tool <NAME></code> — Specify diff editor to be used (implies --interactive)</p>
|
||||
</li>
|
||||
<li><code>-m</code>, <code>--message <MESSAGE></code> — The change description to use (don't open editor)</li>
|
||||
</ul>
|
||||
<h2 id="jj-config"><code>jj config</code><a class="headerlink" href="#jj-config" title="Permanent link">¶</a></h2>
|
||||
<p>Manage config options</p>
|
||||
|
@ -5961,6 +5962,7 @@ Martin von Zweigbergk</p>
|
|||
<li><code>-r</code>, <code>--revision <REVISION></code> — The revision to touch up. Defaults to @ if neither --to nor --from are specified</li>
|
||||
<li><code>--from <FROM></code> — Show changes from this revision. Defaults to @ if --to is specified</li>
|
||||
<li><code>--to <TO></code> — Edit changes in this revision. Defaults to @ if --from is specified</li>
|
||||
<li><code>--tool <NAME></code> — Specify diff editor to be used</li>
|
||||
</ul>
|
||||
<h2 id="jj-duplicate"><code>jj duplicate</code><a class="headerlink" href="#jj-duplicate" title="Permanent link">¶</a></h2>
|
||||
<p>Create a new change with the same content as an existing one</p>
|
||||
|
@ -6276,6 +6278,9 @@ Martin von Zweigbergk</p>
|
|||
<p><code>-i</code>, <code>--interactive</code> — Interactively choose which parts to move</p>
|
||||
<p>Possible values: <code>true</code>, <code>false</code></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>--tool <NAME></code> — Specify diff editor to be used (implies --interactive)</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="jj-new"><code>jj new</code><a class="headerlink" href="#jj-new" title="Permanent link">¶</a></h2>
|
||||
<p>Create a new, empty change and (by default) edit it in the working copy</p>
|
||||
|
@ -6636,6 +6641,9 @@ commit. This is true in general; it is not specific to this command.</p>
|
|||
<p><code>-q</code>, <code>--quiet</code> — Do not print the list of remaining conflicts (if any) after resolving a conflict</p>
|
||||
<p>Possible values: <code>true</code>, <code>false</code></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>--tool <NAME></code> — Specify 3-way merge tool to be used</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="jj-restore"><code>jj restore</code><a class="headerlink" href="#jj-restore" title="Permanent link">¶</a></h2>
|
||||
<p>Restore paths from another revision</p>
|
||||
|
@ -6750,6 +6758,9 @@ commit. This is true in general; it is not specific to this command.</p>
|
|||
<p>Possible values: <code>true</code>, <code>false</code></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>--tool <NAME></code> — Specify diff editor to be used (implies --interactive)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>-r</code>, <code>--revision <REVISION></code> — The revision to split</p>
|
||||
<p>Default value: <code>@</code></p>
|
||||
</li>
|
||||
|
@ -6777,6 +6788,9 @@ commit. This is true in general; it is not specific to this command.</p>
|
|||
<p><code>-i</code>, <code>--interactive</code> — Interactively choose which parts to squash</p>
|
||||
<p>Possible values: <code>true</code>, <code>false</code></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>--tool <NAME></code> — Specify diff editor to be used (implies --interactive)</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="jj-status"><code>jj status</code><a class="headerlink" href="#jj-status" title="Permanent link">¶</a></h2>
|
||||
<p>Show high-level repo status</p>
|
||||
|
@ -6910,6 +6924,9 @@ compinit
|
|||
<p><code>-i</code>, <code>--interactive</code> — Interactively choose which parts to unsquash</p>
|
||||
<p>Possible values: <code>true</code>, <code>false</code></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>--tool <NAME></code> — Specify diff editor to be used (implies --interactive)</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="jj-untrack"><code>jj untrack</code><a class="headerlink" href="#jj-untrack" title="Permanent link">¶</a></h2>
|
||||
<p>Stop tracking specified paths in the working copy</p>
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in a new issue