summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testing/library.yarn2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/library.yarn b/testing/library.yarn
index c3803b4..6facf2a 100644
--- a/testing/library.yarn
+++ b/testing/library.yarn
@@ -198,6 +198,8 @@ Admin repo manipulation
$GTT rungit "$MATCH_1" "$MATCH_4" commit --allow-empty -m "Apply $MATCH_3 content change" \
>>"$DATADIR/stdout" 2>>"$DATADIR/stderr"
+ IMPLEMENTS WHEN ([a-z][a-z0-9]*) amends ([^ ]+) with (.+)
+ $GTT rungit "$MATCH_1" "$MATCH_2" commit --amend -m "$MATCH_3"
Specific commands
-----------------