##// END OF EJS Templates
phab-refresh: do not error out when the stack is empty...
marmoute -
r46637:372409eb default
parent child Browse files
Show More
@@ -6,7 +6,7 b" revision_on_phab=`hg log --rev '.#stack "
6 6
7 7 if [[ $revision_in_stack -eq 0 ]]; then
8 8 echo "stack is empty" >&2
9 exit 1
9 exit 0
10 10 fi
11 11
12 12 if [[ $revision_on_phab -eq 0 ]]; then
General Comments 0
You need to be logged in to leave comments. Login now