view publish.sh @ 34:8fec38b0dd6e

A os.path.relpath implementation for Python 2.5
author Oleg Oshmyan <chortos@inbox.lv>
date Tue, 30 Nov 2010 00:18:17 +0000
parents f90bd2d1a12b
children 5afefe51dcdc
line wrap: on
line source

#! /bin/sh

VERSION=`hg summary | grep '^parent' | sed -En 's/^parent: [0-9]*:([0-9a-f]+) .*$/\1/p'`
if [ -z "$VERSION" ]
then
	echo The current Mercurial changeset could not be determined. >&2
	exit 1
fi

sed 's/$$REV$\$/hg '"$VERSION/" test-svn.py >test.py
chmod +x test.py