diff mercurial/discovery.py @ 11313:0bb14798cd07

discovery: fix description line
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 09 Jun 2010 17:27:47 +0200
parents 3d0591a66118
children d420ff348c49
line wrap: on
line diff
--- a/mercurial/discovery.py	Tue Jun 08 15:52:56 2010 -0500
+++ b/mercurial/discovery.py	Wed Jun 09 17:27:47 2010 +0200
@@ -1,6 +1,6 @@
-# localrepo.py - read/write repository class for mercurial
+# discovery.py - protocol changeset discovery functions
 #
-# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
+# Copyright 2010 Matt Mackall <mpm@selenic.com>
 #
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.