chiark / gitweb /
Implement a new patch identification scheme and id command
[stgit] / t / t1200-push-modified.sh
index 6ebd0a1333dce2ad78e653c3616a697f7832c7c3..2edc76073c0ecf46b279fa25f5869a757191a300 100755 (executable)
@@ -36,7 +36,7 @@ test_expect_success \
     (
         cd foo &&
         GIT_DIR=../bar/.git git-format-patch --stdout \
-          $(cd ../bar && stg id base@master)..HEAD | git-am -3 -k
+          $(cd ../bar && stg id master:{base})..HEAD | git-am -3 -k
     )
 '