diff hgext/mq.py @ 7598:26adfaccdf73

lowercase help output Changes docstrings to begin with a lowercase word. Only docstrings used in help output is changed. Scripts are not expected to grep the output of 'hg help' so this change should pose no problem with regard to the compatibility rules.
author Martin Geisler <mg@daimi.au.dk>
date Sat, 03 Jan 2009 17:15:15 +0100
parents 81f68565281c
children 49355875c805
line wrap: on
line diff
--- a/hgext/mq.py	Sat Jan 03 16:15:11 2009 +0100
+++ b/hgext/mq.py	Sat Jan 03 17:15:15 2009 +0100
@@ -2015,7 +2015,7 @@
         status(q.series.index(q.lookup(patch)))
 
 def header(ui, repo, patch=None):
-    """Print the header of the topmost or specified patch"""
+    """print the header of the topmost or specified patch"""
     q = repo.mq
 
     if patch: