From 7aadcfeaf858a1fcb475aa0d661af591ce3ce7c4 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 14 Jan 2022 10:36:33 -0500
Subject: [PATCH] put the tahoe-lafs-master stuff at the end

---
 CONTRIBUTING.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 5515468..623c8a4 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -62,6 +62,8 @@ To update to a new release, run:
 When it is not feasible to use a released version of Tahoe-LAFS,
 niv's ``--branch`` or ``--rev`` features can be used to update this dependency.
 
+It is also possible to pass a revision of ``pull/<pr-number>/head`` to test against a specific PR.
+
 We test against a pinned commit of Tahoe-LAFS master.
 To update to the current master@HEAD revision, run:
 
@@ -73,8 +75,6 @@ We intend for these updates to be performed periodically.
 At the moment, they must be performed manually.
 It might be worthwhile to `automate this process <https://github.com/PrivateStorageio/ZKAPAuthorizer/issues/287>` in the future.
 
-It is also possible to pass ``pull/<pr-number>/head`` to test against a specific PR.
-
 .. note::
 
    Since tahoe-lafs doesn't have correct version information when installed from a github archive,
-- 
GitLab