about summary refs log tree commit diff
path: root/doc/reviewing-contributions.xml
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-03-22 07:05:06 +0000
committerGitHub <noreply@github.com>2019-03-22 07:05:06 +0000
commit6a81a60294a38256db23316b708562cdf6848fae (patch)
treeed92ff35eb68d4bb42793b60318b3b2337b1715e /doc/reviewing-contributions.xml
parente6ad7eeecd64f3f4cc1266f400fd235ba11fa764 (diff)
parent22d083e6598293c7c23a062689bb84e751e35ee7 (diff)
downloadnixlib-6a81a60294a38256db23316b708562cdf6848fae.tar
nixlib-6a81a60294a38256db23316b708562cdf6848fae.tar.gz
nixlib-6a81a60294a38256db23316b708562cdf6848fae.tar.bz2
nixlib-6a81a60294a38256db23316b708562cdf6848fae.tar.lz
nixlib-6a81a60294a38256db23316b708562cdf6848fae.tar.xz
nixlib-6a81a60294a38256db23316b708562cdf6848fae.tar.zst
nixlib-6a81a60294a38256db23316b708562cdf6848fae.zip
Merge pull request #57076 from Mic92/nix-review
doc/reviewing-contributions: nix-review instead of nox-review
Diffstat (limited to 'doc/reviewing-contributions.xml')
-rw-r--r--doc/reviewing-contributions.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/reviewing-contributions.xml b/doc/reviewing-contributions.xml
index d31c6deb4909..029299a50b1e 100644
--- a/doc/reviewing-contributions.xml
+++ b/doc/reviewing-contributions.xml
@@ -189,14 +189,14 @@ $ git rebase --onto nixos-unstable BASEBRANCH FETCH_HEAD <co
      </listitem>
      <listitem>
       <para>
-       The <link xlink:href="https://github.com/madjar/nox">nox</link> tool can
-       be used to review a pull request content in a single command. It doesn't
-       rebase on a channel branch so it might trigger multiple source builds.
+       The <link xlink:href="https://github.com/Mic92/nix-review">nix-review</link>
+       tool can be used to review a pull request content in a single command.
        <varname>PRNUMBER</varname> should be replaced by the number at the end
-       of the pull request title.
+       of the pull request title. You can also provide the full github pull
+       request url.
       </para>
 <screen>
-$ nix-shell -p nox --run "nox-review -k pr PRNUMBER"
+$ nix-shell -p nix-review --run "nix-review pr PRNUMBER"
 </screen>
      </listitem>
     </itemizedlist>