hgext/share.py
changeset 8873 e872ef2e6758
parent 8807 8bf6eb68ddaf
child 8894 868670dbc237
--- a/hgext/share.py	Sun Jun 21 16:35:44 2009 +0200
+++ b/hgext/share.py	Sun Jun 21 16:45:47 2009 +0200
@@ -1,10 +1,10 @@
-# Mercurial extension to provide the 'hg share' command
-#
 # Copyright 2006, 2007 Matt Mackall <mpm@selenic.com>
 #
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2, incorporated herein by reference.
 
+'''provides the hg share command'''
+
 import os
 from mercurial.i18n import _
 from mercurial import hg, commands