3
0
mirror of https://git.launchpad.net/ubuntu-dev-tools synced 2025-03-13 16:11:15 +00:00

27 lines
794 B
Groff
Raw Normal View History

2010-12-15 14:50:54 +00:00
.TH grep\-merges 1 "December 15, 2010" "ubuntu-dev-tools"
.SH NAME
grep\-merges \- search for outstanding merges from Debian
.SH SYNOPSIS
.B grep\-merges
2010-12-15 21:57:32 +00:00
.RI [ string ]
2010-12-15 14:50:54 +00:00
.SH DESCRIPTION
.B grep\-merges
searches merges.ubuntu.com for pending merges from Debian.
If a
2010-12-15 21:57:32 +00:00
.I string
2010-12-15 14:50:54 +00:00
is given, it will list all merges whose source package name, last changelog
2010-12-15 21:57:32 +00:00
author, or last uploader contain that string.
2010-12-15 14:50:54 +00:00
Otherwise, it will list all merges.
2010-12-15 21:57:32 +00:00
.SH EXAMPLES
.nf
$ grep\-merges cjwatson
tzsetup Colin Watson <cjwatson@ubuntu.com>
console-setup Colin Watson <cjwatson@ubuntu.com>
.fi
2010-12-15 14:50:54 +00:00
.SH AUTHOR
.B grep\-merges
and this manual page were written by Colin Watson <cjwatson@ubuntu.com>.
.PP
Both are released under the terms of the GNU General Public License, version
3 or (at your option) any later version.