repo.or.cz
/
guilt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[GUILT] handle branches with slashes in guilt-graph
[guilt.git]
/
regression
/
t-022.sh
blob
e43dc0abceb571400b16c14cbad2cde753c2219a
1
#!/bin/bash
2
#
3
# Test the applied code
4
#
5
6
source
$REG_DIR
/
scaffold
7
8
cmd setup_repo
9
10
cmd guilt applied
11
12
guilt series |
while
read
n
;
do
13
cmd guilt push
14
15
cmd guilt applied
16
17
cmd guilt applied
-c
18
19
cmd list_files
20
done