exclude menu resolution in savechanges

This commit is contained in:
TomasM
2017-11-15 03:40:52 -05:00
parent 0af58652d2
commit 371657ce94
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -184,3 +184,8 @@ fi
if [ "$1" = "list" ]; then
print_branches
fi
if [ "$1" = "savechanges" ]; then
shift
savechanges "$@"
fi