chiark / gitweb /
Implement a new patch identification scheme and id command
[stgit] / t / t1201-pull-trailing.sh
index 9d70fe02fcd499ae0c52602bb21a5af0ec18e47c..8a748737b4cab3b66ef3dffec18035645a8dd45d 100755 (executable)
@@ -30,7 +30,7 @@ test_expect_success \
     'Port those patches to orig tree' \
     '(cd foo &&
       GIT_DIR=../bar/.git git-format-patch --stdout \
-          $(cd ../bar && stg id base@master)..HEAD |
+          $(cd ../bar && stg id master:{base})..HEAD |
       git-am -3 -k
      )
     '