regression: stop checking for existence of refs directories
[guilt.git] / regression / t-028.out
blobe2fc10322cf5d0d404ddcbfffc3f36009e141c61
1 % setup_repo
2 % guilt header
3 No patches applied.
4 % guilt push -a
5 Applying patch..modify
6 Patch applied.
7 Applying patch..add
8 Patch applied.
9 Applying patch..remove
10 Patch applied.
11 Applying patch..mode
12 Patch applied.
13 % guilt new -s -m blah blah blah patch-with-some-desc
14 % guilt pop
15 Now at mode.
16 % guilt push
17 Applying patch..patch-with-some-desc
18 Patch applied.
19 % list_files
20 d .git/patches
21 d .git/patches/master
22 f 0e237aa56ddba6f87bf0e9b5748373da4e6983c3  .git/patches/master/status
23 f 22930c6d1f1938f298a4fca51c57e4b47171db21  .git/patches/master/mode
24 f 413390f3906f16f30b054a4fb86c1e014b964504  .git/patches/master/remove
25 f 9c18cc7abe6b87f18503714a80a677b4094eb457  .git/patches/master/add
26 f bc9ab2e0f5db99d483961e956e814d963f0309f8  .git/patches/master/modify
27 f c87bb44fd4f1c10033b13562be50006f57c98eab  .git/patches/master/series
28 f e4a20695c36bc826bad047d69ff3315df7062bf4  .git/patches/master/patch-with-some-desc
29 r 183edd7ba80324ae143496192d73dea328942ddb  .git/refs/patches/master/patch-with-some-desc
30 r 33633e7a1aa31972f125878baf7807be57b1672d  .git/refs/patches/master/modify
31 r 37d588cc39848368810e88332bd03b083f2ce3ac  .git/refs/patches/master/add
32 r ccd56089d1b5305a9d35617cb7f6f4b06ffa68ba  .git/refs/patches/master/mode
33 r ffb7faa126a6d91bcdd44a494f76b96dd860b8b9  .git/refs/patches/master/remove
34 % guilt header
35 blah blah blah
37 Signed-off-by: Commiter Name <commiter@email>
39 % guilt header modify
40 % guilt header add
41 % guilt header remove
42 % guilt header mode
43 % guilt header patch-with-some-desc
44 blah blah blah
46 Signed-off-by: Commiter Name <commiter@email>
48 % guilt header non-existant
49 Patch non-existant is not in the series
50 % guilt header .*
51 .* does not uniquely identify a patch. Did you mean any of these?
52   modify
53   add
54   remove
55   mode
56   patch-with-some-desc
57 % guilt header de
58 de does not uniquely identify a patch. Did you mean any of these?
59   mode
60   patch-with-some-desc
61 % guilt header des
62 blah blah blah
64 Signed-off-by: Commiter Name <commiter@email>