chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add patch editing command
[stgit]
/
t
/
t1400-patch-history.sh
diff --git
a/t/t1400-patch-history.sh
b/t/t1400-patch-history.sh
index b0602ff159ec4ff0c712ef9573b6e182428c6ebd..5b842d0b116246398a29d4766d4185c3ed98a63c 100755
(executable)
--- a/
t/t1400-patch-history.sh
+++ b/
t/t1400-patch-history.sh
@@
-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) "
'