updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / hg-git-hg / hg-git-hg.install
blobffd09939adf969fb817ab62f550c26e7ce2f0f34
1 post_install() {
2  echo ">>please add the following in your ~/.hgrc:"
3  echo ""
4  echo "[extensions]"
5  echo "hgext.bookmarks ="
6  echo "hggit ="
7  echo ""
10 post_upgrade() {
11    post_install