Move identification of parent branch's remote def up into stack class.
[stgit] / t / t0001-subdir-branches.sh
old mode 100644 (file)
new mode 100755 (executable)
index e464436..fac6339
@@ -14,7 +14,7 @@ containing slashes (that is, branches living in a subdirectory of
 test_expect_success 'Create a patch' \
   'stg init &&
    echo "foo" > foo.txt &&
-   stg add foo.txt &&
+   git add foo.txt &&
    stg new foo -m "Add foo.txt" &&
    stg refresh'