[Python-checkins] pymigr: Add docstring in convert.sh

antoine.pitrou python-checkins at python.org
Wed Feb 23 00:00:33 CET 2011


antoine.pitrou pushed 431033bc5ec5 to pymigr:

http://hg.python.org/pymigr/rev/431033bc5ec5
changeset:   83:431033bc5ec5
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Wed Feb 23 00:00:30 2011 +0100
summary:
  Add docstring in convert.sh

files:
  convert.sh

diff --git a/convert.sh b/convert.sh
--- a/convert.sh
+++ b/convert.sh
@@ -1,3 +1,7 @@
+#!/bin/sh
+
+# Run this script from the pymigr working copy.  The SVN repo should be
+# in ./python-svn.
 
 hg init python-hg
 mkdir python-hg/.hg/svn

--
Repository URL: http://hg.python.org/pymigr


More information about the Python-checkins mailing list