1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/hg-git/pkg-message
William Grzybowski 1ce9fcd054 devel/hg-git: allow staging
- Allow staging
- Use python auto plist
- Patch for dulwich API change

PR:		ports/182747
Submitted by:	Marco Bröder <marco.broeder gmx.eu> (maintainer)
2013-10-14 12:10:40 +00:00

15 lines
232 B
Plaintext

====
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 =
====