diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-01-17 11:21:12 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-01-17 11:21:12 +0000 |
commit | cc834af95490b430639972b304693ea3720478fd (patch) | |
tree | 3e9ad49f97d101e2d041b3a529eff3892d5161b3 /eclass/mercurial.eclass | |
parent | Version bump (diff) | |
download | gentoo-2-cc834af95490b430639972b304693ea3720478fd.tar.gz gentoo-2-cc834af95490b430639972b304693ea3720478fd.tar.bz2 gentoo-2-cc834af95490b430639972b304693ea3720478fd.zip |
Mention hg help revisions in description of EHG_REVISION, see bug #300969.
Diffstat (limited to 'eclass/mercurial.eclass')
-rw-r--r-- | eclass/mercurial.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass index b024819baf99..5c1237357a0f 100644 --- a/eclass/mercurial.eclass +++ b/eclass/mercurial.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mercurial.eclass,v 1.8 2009/12/11 21:02:29 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mercurial.eclass,v 1.9 2010/01/17 11:21:12 nelchael Exp $ # @ECLASS: mercurial.eclass # @MAINTAINER: @@ -25,6 +25,9 @@ DEPEND="dev-util/mercurial" # @ECLASS-VARIABLE: EHG_REVISION # @DESCRIPTION: # Create working directory for specified revision, defaults to tip. +# +# EHG_REVISION is passed as a value for --rev parameter, so it can be more than +# just a revision, please consult `hg help revisions' for more details. [[ -z "${EHG_REVISION}" ]] && EHG_REVISION="tip" # @ECLASS-VARIABLE: EHG_PROJECT |