repo.or.cz
/
guilt
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
{diff,import-commit,new}: fix handling of binary files
[guilt/mob.git]
/
regression
/
t-052.sh
blob
e9c1a59a34fde6045781568df792df2907ce5527
1
#!/bin/bash
2
#
3
# Test the commands that use get_*_series, while applying guards
4
#
5
6
source
$REG_DIR
/
scaffold
7
8
cmd setup_repo
9
10
for
x
in
""
modify add remove mode
;
do
11
cmd list_files
12
[
"
$x
"
!=
""
] &&
guilt push
"
$x
"
13
cmd guilt branch br-
$x
14
cmd list_files
15
cmd git checkout master
16
done