summarylogtreecommitdiffstats
path: root/hgflow.install
blob: dcacc6c6e21ffaa2e32b75d98d218ded513e7fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
 echo ">>please add the following in your ~/.hgrc:"
 echo ""
 echo "[extensions]"
 echo "hgflow ="
 echo ""
}

post_upgrade() {
   post_install
}