Update manpage to state Mercurial support.

This commit is contained in:
Michał Górny 2010-08-25 23:57:17 +02:00
parent e9c45a709a
commit b381a62c21

View File

@ -23,13 +23,13 @@ performing the actual commit, it performs the following tasks:
\- prepends the commit message with package name(s).
This script supports both native Subversion repositories and git-svn
checkouts. It is ready to work with the future git repository too.
The script supports GIT, Mercurial and Subversion repositories. For
the latter, it supports the native checkouts as well as git-svn.
Please note that, when used with git variants, this script only
performs the actual commit. (It does not push or dcommit it to the
repository). However, native Subversion commits are performed directly
on the remote repository (due to limitations of Subversion).
Please note that, when used with DVCSes, this script only performs the
actual commit. (It does not push or dcommit it to the repository).
However, native Subversion commits are performed directly on the remote
repository (due to limitations of Subversion).
.SH OPTIONS
@ -143,6 +143,12 @@ Please report bugs via Gentoo Bugzilla:
Michal Gorny <gentoo@mgorny.alt.pl>
.SH CONTRIBUTORS
.IP "Nathan Phillip Brink <ohnobinki@ohnopublishing.net>"
\- Mercurial support.
.SH "SEE ALSO"
.BR ebuild (5),
@ -150,4 +156,3 @@ Michal Gorny <gentoo@mgorny.alt.pl>
.BR git (1),
.BR repoman (1),
.BR svn (1)