--- a/hgext/mq.py Sat Aug 12 12:12:23 2006 -0700
+++ b/hgext/mq.py Sat Aug 12 12:30:02 2006 -0700
@@ -1,7 +1,6 @@
-
# queue.py - patch queues for mercurial
#
-# Copyright 2005 Chris Mason <mason@suse.com>
+# Copyright 2005, 2006 Chris Mason <mason@suse.com>
#
# This software may be used and distributed according to the terms
# of the GNU General Public License, incorporated herein by reference.
@@ -1987,4 +1986,3 @@
"qtop": (top, [], 'hg qtop'),
"qunapplied": (unapplied, [], 'hg qunapplied [PATCH]'),
}
-