diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-10-14 12:10:40 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-10-14 12:10:40 +0000 |
commit | 1ce9fcd0545790f30a28cdad96a1ba3e920e1fc4 (patch) | |
tree | 971cc0e88149820a07bb464e2830fb4d3d33899f /devel/hg-git/pkg-message | |
parent | Update to 2.9.4. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=330310
Diffstat (limited to 'devel/hg-git/pkg-message')
-rw-r--r-- | devel/hg-git/pkg-message | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/devel/hg-git/pkg-message b/devel/hg-git/pkg-message index 4939963d8c96..8b74b540e087 100644 --- a/devel/hg-git/pkg-message +++ b/devel/hg-git/pkg-message @@ -1,15 +1,14 @@ ==== -*** WARNING: Do not use this software in data critical production environments, -only in safe test environments! This software is still BETA! *** +To enable the Hg-Git extension it has to be added in either -To enable the Hg-Git extension make sure you have the following lines in your -Mercurial global configuration file '~/.hgrc': +'$PREFIX/etc/mercurial/hgrc' (per-system), +'$HOME/.hgrc' (per-user) or +'<repo>/.hg/hgrc' (per-repository) + +Mercurial configuration file: [extensions] hggit = -Note: As of Mercurial 1.8 the required bookmarks extension became a core -functionality and can be removed from the extensions list. - ==== |