Mercurial > hg > easyhg-kdiff3
view make-archive.sh @ 108:6e2801ed68a1 easyhg_kdiff3_simplifications
Add archiving script, minor README update
author | Chris Cannam |
---|---|
date | Thu, 26 May 2011 11:03:06 +0100 |
parents | |
children |
line wrap: on
line source
#!/bin/bash v="$1" if [ -z "$v" ]; then echo "Usage: $0 <version>" echo "where <version> is the corresponding KDiff3-EasyHg version number" exit 2 fi hg archive -r easyhg_kdiff3_simplifications \ -I README.txt -I kdiff3/src-QT4 -I kdiff3/AUTHORS -I kdiff3/COPYING \ "kdiff3-for-easyhg-$v.tar.gz"