@@ -20,12 +20,14 @@ DESCRIPTION
20
20
Move the specified patches down the stack.
21
21
22
22
If no patch is specified on the command line, the current (topmost) patch is
23
- sunk. By default, patches are sunk to the bottom of the stack, but the '--to'
24
- option may be used to place them under any applied patch.
23
+ sunk. By default, patches are sunk to the bottom of the stack, but the
24
+ '--above' or '--below' (alias '--to' ) options may be used to place them above
25
+ or below any applied patch.
25
26
26
27
Internally, sinking involves popping all patches to the bottom (or to the
27
- target patch if '--to' is used), then pushing the patches to sink, and then,
28
- unless '--nopush' is specified, pushing back any other formerly applied patches.
28
+ target patch if '--above' or '--below' is used), then pushing the patches to
29
+ sink, and then, unless '--nopush' is specified, pushing back any other formerly
30
+ applied patches.
29
31
30
32
Sinking may be useful, for example, to group stable patches at the bottom of
31
33
the stack where they less likely to be impacted by the push of another patch,
@@ -40,11 +42,18 @@ OPTIONS
40
42
sink are pushed.
41
43
42
44
-t <target >::
45
+ -- below=<target >::
43
46
-- to=<target >::
44
47
Sink patches below <target > patch.
45
48
+
46
49
Specified patches are placed below <target > instead of at the bottom of the stack.
47
50
51
+ -T <target >::
52
+ -- above=<target >::
53
+ Sink patches above <target > patch.
54
+ +
55
+ Specified patches are placed above <target > instead of at the bottom of the stack.
56
+
48
57
-k::
49
58
-- keep::
50
59
Keep the local changes
0 commit comments