aboutsummaryrefslogtreecommitdiff
path: root/b4/command.py
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-04-10 11:19:42 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-04-10 11:19:42 -0400
commit39181293c0cb1780e56e3eaee9ac2cc8abd8d43f (patch)
tree479b4bdd27f20ca8389ce16086df7cd0bf69abe0 /b4/command.py
parent7210e188cc087f2f9a2aba23420d781d6d1a8691 (diff)
downloadb4-39181293c0cb1780e56e3eaee9ac2cc8abd8d43f.tar.gz
Don't use git patch-id for patch tracking
Looks like some of the patches sent from quilt (at least from Andrew Morton) are not properly parsed by git patch-id, so use our own patch hashing routines, even if this means we're likely going to miss some of the patches that were edited by maintainers. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'b4/command.py')
-rw-r--r--b4/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/b4/command.py b/b4/command.py
index d195509..d1b43e8 100644
--- a/b4/command.py
+++ b/b4/command.py
@@ -149,7 +149,7 @@ def cmd():
sp_ty.add_argument('-s', '--send', nargs='+',
help='Generate thankyous for specified messages (use -l to get the list or "all")')
sp_ty.add_argument('-d', '--discard', nargs='+',
- help='Discard specified messages (use -l to get the list, or use "_all")')
+ help='Discard specified messages (use -l to get the list, or use "all")')
sp_ty.add_argument('-a', '--auto', action='store_true', default=False,
help='Use the Auto-Thankanator to figure out what got applied/merged')
sp_ty.add_argument('-b', '--branch', default=None,