regression: test the new init options
[guilt.git] / regression / t-060.out
blob57401004e84d642bf6ca8244602c663eb0c1c5c9
1 % setup_repo
2 % guilt-new subdir
3 % mkdir blah
4 % touch blah/sub
5 % guilt-add blah/sub
6 % guilt-refresh
7 % guilt-push -a
8 Applying patch..modify
9 Patch applied.
10 Applying patch..add
11 Patch applied.
12 Applying patch..remove
13 Patch applied.
14 Applying patch..mode
15 Patch applied.
16 % guilt-files
17 def
18 % guilt-files -l
19 mode def
20 % guilt-files -v -l
21 [mode] def
22 % guilt-files -a
23 blah/sub
24 def
25 abd
26 abd
27 def
28 % guilt-files -l -a
29 subdir blah/sub
30 modify def
31 add abd
32 remove abd
33 mode def
34 % guilt-files -v -a
35 subdir
36 + blah/sub
37 modify
38   def
39 add
40 + abd
41 remove
42 - abd
43 mode
44   def
45 % guilt-files -v -l -a
46 [subdir] blah/sub
47 [modify] def
48 [add] abd
49 [remove] abd
50 [mode] def