Submitter | Katsunori FUJIWARA |
---|---|
Date | Feb. 1, 2016, 1:15 p.m. |
Message ID | <5f5457d48d2c6d0a7cfc.1454332502@feefifofum> |
Download | mbox | patch |
Permalink | /patch/12927/ |
State | Accepted |
Delegated to: | Yuya Nishihara |
Headers | show |
Comments
On Mon, 01 Feb 2016 22:15:02 +0900, FUJIWARA Katsunori wrote: > # HG changeset patch > # User FUJIWARA Katsunori <foozy@lares.dti.ne.jp> > # Date 1454331995 -32400 > # Mon Feb 01 22:06:35 2016 +0900 > # Branch stable > # Node ID 5f5457d48d2c6d0a7cfcff552f12eac0ad8c897a > # Parent 88609cfa37455815e4d6acd45e2a8893720c065b > doc: prevent non-literal text block from being treated as literal one > > This creates hg.1.html as expected. The series looks good to me. I'll push them to the clowncopter soon, thanks.
Patch
diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -873,7 +873,7 @@ def histedit(ui, repo, *freeargs, **opts This command lets you edit a linear series of changesets (up to and including the working directory, which should be clean). - You can:: + You can: - `pick` to [re]order a changeset @@ -887,7 +887,7 @@ def histedit(ui, repo, *freeargs, **opts - `edit` to edit this changeset - There are a number of ways to select the root changset:: + There are a number of ways to select the root changset: - Specify ANCESTOR directly diff --git a/hgext/rebase.py b/hgext/rebase.py --- a/hgext/rebase.py +++ b/hgext/rebase.py @@ -121,7 +121,7 @@ def rebase(ui, repo, **opts): destination changeset is not modified by rebasing, but new changesets are added as its descendants.) - Here are the ways to select changesets:: + Here are the ways to select changesets: 1. Explicitly select them using ``--rev``.