freebsd-ports/devel/hg-git/pkg-message
2019-08-13 16:01:59 +00:00

16 lines
263 B
Text

[
{ type: install
message: <<EOM
To enable the Hg-Git extension it has to be added in either
'$PREFIX/etc/mercurial/hgrc' (per-system),
'$HOME/.hgrc' (per-user) or
'<repo>/.hg/hgrc' (per-repository)
Mercurial configuration file:
[extensions]
hggit =
EOM
}
]