regression: added a new test that exercises the guilt-import code
[guilt.git] / regression / t-052.sh
blobe9c1a59a34fde6045781568df792df2907ce5527
1 #!/bin/bash
3 # Test the commands that use get_*_series, while applying guards
6 source $REG_DIR/scaffold
8 cmd setup_repo
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