Skip to content
Snippets Groups Projects
Commit 164abbe9 authored by Augie Fackler's avatar Augie Fackler
Browse files

merge with stable

parents 83dd6565 6af7765b
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,6 @@
gethgversion
# TODO: handle distance/node set, and type set
if [ -z "$type" ] ; then
release=1
else
......@@ -59,7 +57,7 @@
fi
if [ -n "$distance" ] ; then
release=$release+$distance_$node
release=$release+${distance}_${node}
fi
if [ "$PYTHONVER" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment