changeset 11313:0bb14798cd07

discovery: fix description line
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 09 Jun 2010 17:27:47 +0200
parents fcd06ecd4cb7
children c34dcc085da6
files mercurial/discovery.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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.