diff --git a/mercurial/discovery.py b/mercurial/discovery.py --- a/mercurial/discovery.py +++ b/mercurial/discovery.py @@ -1,6 +1,6 @@ -# localrepo.py - read/write repository class for mercurial +# discovery.py - protocol changeset discovery functions # -# Copyright 2005-2007 Matt Mackall +# Copyright 2010 Matt Mackall # # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version.