aboutsummaryrefslogtreecommitdiff
path: root/doc/submitting-changes.xml
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2019-03-24 16:33:46 -0400
committerJohn Ericson <git@JohnEricson.me>2019-03-24 22:12:15 -0400
commitceb27efde0532bb663e3d8c4fe20f82ee4dc22e3 (patch)
tree34d1f95ade30cae4419ef5b6400fa8abc1412115 /doc/submitting-changes.xml
parent3b27113a7c361cffebcf111b05f45e1b553cabbf (diff)
manual: Auto reformat
Diffstat (limited to 'doc/submitting-changes.xml')
-rw-r--r--doc/submitting-changes.xml19
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/submitting-changes.xml b/doc/submitting-changes.xml
index 33abfb634ea..bc090fd757c 100644
--- a/doc/submitting-changes.xml
+++ b/doc/submitting-changes.xml
@@ -354,23 +354,22 @@ Additional information.
<title>Tested compilation of all pkgs that depend on this change using <command>nix-review</command></title>
<para>
- If you are updating a package's version, you can use nix-review to make sure all
- packages that depend on the updated package still compile correctly.
- The <command>nix-review</command> utility can look for and build all dependencies
- either based on uncommited changes with the <literal>wip</literal> option or
- specifying a github pull request number.
+ If you are updating a package's version, you can use nix-review to make
+ sure all packages that depend on the updated package still compile
+ correctly. The <command>nix-review</command> utility can look for and build
+ all dependencies either based on uncommited changes with the
+ <literal>wip</literal> option or specifying a github pull request number.
</para>
<para>
- review changes from pull request number 12345:
- <screen>nix-shell -p nix-review --run "nix-review pr 12345"</screen>
+ review changes from pull request number 12345:
+<screen>nix-shell -p nix-review --run "nix-review pr 12345"</screen>
</para>
<para>
- review uncommitted changes:
- <screen>nix-shell -p nix-review --run "nix-review wip"</screen>
+ review uncommitted changes:
+<screen>nix-shell -p nix-review --run "nix-review wip"</screen>
</para>
-
</section>
<section xml:id="submitting-changes-tested-execution">