updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / hgsubversion-hg / hgsubversion-hg.install
blobc497be1f2fd0b0f415b00c4d94c98803caa790c9
1 post_install() {
2  echo ">>please add the following in your ~/.hgrc:"
3  echo ""
4  echo "[extensions]"
5  echo "hgext.rebase ="
6  echo "hgsubversion ="
7  echo ""
10 post_upgrade() {
11    post_install