From 8ea09f2c5360d95d036acdf96b25332ee3c2a02f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 14 Mar 2016 10:54:36 -0700 Subject: make weekly mr isclean more robust --- bin/weekly-backups | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/weekly-backups b/bin/weekly-backups index ecfcbe4a..0c5abdcd 100755 --- a/bin/weekly-backups +++ b/bin/weekly-backups @@ -41,7 +41,7 @@ try mr -ms restow try mr -ms autoci # `mr -ms isclean` checks for stuff to be checked in ... -zero mr -ms isclean +try mr -ms isclean try mr -s up try mr -s push origin --tags : # ... then `mr -ms status` finds unpushed branches -- cgit v1.2.3