Description:
Add alternative script.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r498:c76f4061f278 -

@@ -0,0 +1,9
1 #!/bin/bash
2
3 BRANCHES=`hg branches`
4 for BRANCH in ${BRANCHES[@]}; do
5 if [[ ! "$BRANCH" =~ ^([0-9]+:)|(inactive)|(closed) ]]; then
6 echo $BRANCH;
7 `hg bookmark -r "${BRANCH}" "${BRANCH}_bookmark"`
8 fi
9 done
You need to be logged in to leave comments. Login now