chiark / gitweb /
Add patch editing command
[stgit] / t / t1400-patch-history.sh
index b0602ff159ec4ff0c712ef9573b6e182428c6ebd..5b842d0b116246398a29d4766d4185c3ed98a63c 100755 (executable)
@@ -64,7 +64,7 @@ test_expect_success \
        'Check the "push(f)" log' \
        '
        stg pop &&
-       stg refresh -m "Foo2 Patch" &&
+       stg edit -m "Foo2 Patch" &&
        stg push &&
        stg log --full | grep -q -e "^push(f) "
        '