summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \