changeset 250:b9c94c21777e

Add some better help.
author Augie Fackler <durin42@gmail.com>
date Fri, 25 Sep 2009 22:09:33 -0400
parents 93900665c4da
children 3e0eb85a83a7
files __init__.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/__init__.py
+++ b/__init__.py
@@ -1,7 +1,7 @@
 # git.py - git server bridge
 #
 # Copyright 2008 Scott Chacon <schacon at gmail dot com>
-#   also some code (and help) borrowed from durin42  
+#   also some code (and help) borrowed from durin42
 #
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
@@ -9,9 +9,10 @@
 '''push and pull from a Git server
 
 This extension lets you communicate (push and pull) with a Git server.
-This way you can use Git hosting for your project or collaborate with a 
+This way you can use Git hosting for your project or collaborate with a
 project that is in Git.  A bridger of worlds, this plugin be.
 
+Try hg clone git:// or hg clone git+ssh://
 '''
 
 from mercurial import commands, extensions, hg, util