summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
cec913c)
This test currently fails (which is precisely why it's needed, of
course.) This is bug 9692 in the bug tracker.
Signed-off-by: Karl Hasselström <kha@treskal.com>
'Rename an stgit branch' \
'stg branch -c buz &&
stg branch -r foo bar &&
'Rename an stgit branch' \
'stg branch -c buz &&
stg branch -r foo bar &&
- test -z `find .git -name foo | tee /dev/stderr`
+ test -z `find .git -name foo | tee /dev/stderr` &&
+ test -z $(git config -l | grep branch\\.foo)