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