forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
14 lines
232 B
Text
14 lines
232 B
Text
====
|
|
|
|
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 =
|
|
|
|
====
|