hgext/mq.py
changeset 2858 345bac2bc4ec
parent 2855 a3c73c9679d2
child 2866 b5f56d6c62c4
--- a/hgext/mq.py
+++ b/hgext/mq.py
@@ -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 @@ cmdtable = {
     "qtop": (top, [], 'hg qtop'),
     "qunapplied": (unapplied, [], 'hg qunapplied [PATCH]'),
 }
-