Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add `--no-announce` to patch comment creation for stdout
Sebastian Martinez committed 2 years ago
commit cc08490eebbe9f86ec17b9f82cafb1174840339a
parent aed853821828e9a02f052258f79050931a2f92e6
1 file changed +2 -0
modified tests/support/fixtures.ts
@@ -454,6 +454,7 @@ export async function createCobsFixture(peer: RadiclePeer) {
      "--message",
      "I'll review the patch",
      "--quiet",
+
      "--no-announce",
    ],
    createOptions(projectFolder, 1),
  );
@@ -491,6 +492,7 @@ export async function createCobsFixture(peer: RadiclePeer) {
      "--message",
      "Looking good so far",
      "--quiet",
+
      "--no-announce",
    ],
    createOptions(projectFolder, 4),
  );