summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-06-01 16:10:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-06-01 16:10:37 -0700
commit3baf527a45251db446cfad80bdc4e322eb459158 (patch)
treef889197e96b79a574a1399e027a849959ddd8e01
parent3376ff7ae3d2942da1089f500f1c29c571882fe6 (diff)
downloaddotfiles-3baf527a45251db446cfad80bdc4e322eb459158.tar.gz
mr status for lib/nmbug-spw: ignore unknown messages
-rw-r--r--.mrconfig.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/.mrconfig.in b/.mrconfig.in
index faa2495a..5cac0c17 100644
--- a/.mrconfig.in
+++ b/.mrconfig.in
@@ -628,7 +628,7 @@ checkout = nmbug-spw clone athenap:nmbug-spw
update = nmbug-spw pull
push = nmbug-spw push
status =
- nmbug-spw status || true
+ nmbug-spw status | grep -v "^U\s" || true
# `nmbug status` does not catch committed but unpushed changes
git --no-pager log --branches \
--not --remotes \