summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2019-01-24 16:55:21 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-02-15 15:51:21 -0700
commit37d83351de16165f3112e2e807355277af98b998 (patch)
tree69b90d367d50679f8bdf2fa2157625ce229642bc
parent139fafae85b6d860af160ddb6837b821e42d3ad5 (diff)
Permit branch specifications ("-b") in Mercurial Vcs-Hg headers too
-rw-r--r--policy/ch-controlfields.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/policy/ch-controlfields.rst b/policy/ch-controlfields.rst
index 44080c9..013aae4 100644
--- a/policy/ch-controlfields.rst
+++ b/policy/ch-controlfields.rst
@@ -973,10 +973,11 @@ repository where the Debian source package is developed.
- Mtn (Monotone)
- Svn (Subversion)
- In the case of Git, the value consists of a URL, optionally followed
- by the word ``-b`` and the name of a branch in the indicated
- repository, following the syntax of the ``git clone`` command. If no
- branch is specified, the packaging should be on the default branch.
+ In the case of Git and Mercurial, the value consists of a URL,
+ optionally followed by the word ``-b`` and the name of a branch in
+ the indicated repository, following the syntax of the ``git clone``
+ or ``hg clone`` command. If no branch is specified, the packaging
+ should be on the default branch.
More than one different VCS may be specified for the same package.