Unify doc strings a bit
authorGuido Günther <agx@sigxcpu.org>
Sat, 23 Aug 2014 16:18:10 +0000 (18:18 +0200)
committerGuido Günther <agx@sigxcpu.org>
Sat, 23 Aug 2014 16:34:09 +0000 (18:34 +0200)
since they now show up with --list-cmds

gbp/scripts/buildpackage.py
gbp/scripts/clone.py
gbp/scripts/create_remote_repo.py
gbp/scripts/dch.py
gbp/scripts/import_dsc.py
gbp/scripts/import_dscs.py
gbp/scripts/import_orig.py
gbp/scripts/import_srpm.py
gbp/scripts/pq.py
gbp/scripts/pull.py

index ef058ae..e96e8e7 100755 (executable)
@@ -15,7 +15,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-"""run commands to build a debian package out of a git repository"""
+"""Build a debian package out of a GIT repository"""
 
 import ConfigParser
 import errno
index 62d0dcc..8078854 100755 (executable)
@@ -17,7 +17,7 @@
 #
 # inspired by dom-git-checkout
 #
-"""clone a repo and set it up for gbp"""
+"""Clone a GIT repository and set it up for gbp"""
 
 import ConfigParser
 import sys
index f0e680b..b8923cd 100644 (file)
@@ -16,7 +16,7 @@
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
 # Based on the aa-create-git-repo and dom-new-git-repo shell scripts
-"""Create a remote repo based on the current one"""
+"""Create a remote GIT repository based on the current one"""
 
 import ConfigParser
 import sys
index 126f3b7..0faa1b4 100644 (file)
@@ -15,7 +15,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-"""Generate Debian changelog entries from git commit messages"""
+"""Generate Debian changelog entries from GIT commit messages"""
 
 import ConfigParser
 import os.path
index ce97fcb..c0bf650 100644 (file)
@@ -14,7 +14,7 @@
 #    You should have received a copy of the GNU General Public License
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-"""Import a Debian source package into a git repository"""
+"""Import a Debian source package into a GIT repository"""
 
 import ConfigParser
 import sys
index 28413fa..2a71560 100644 (file)
@@ -14,7 +14,7 @@
 #    You should have received a copy of the GNU General Public License
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-"""Import multiple dsc files in one go"""
+"""Import multiple dsc files into GIT in one go"""
 
 import glob
 import os
index a08c1c3..6256431 100644 (file)
@@ -15,7 +15,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-"""Import a new upstream version into a git repository"""
+"""Import a new upstream version into a GIT repository"""
 
 import ConfigParser
 import os
index 193b924..958f5ff 100755 (executable)
@@ -15,7 +15,7 @@
 #    You should have received a copy of the GNU General Public License
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-"""Import an RPM source package into a git repository"""
+"""Import an RPM source package into a GIT repository"""
 
 import ConfigParser
 import sys
index ea33c26..3186de5 100755 (executable)
@@ -15,7 +15,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-"""manage patches in a patch queue"""
+"""Manage Debian patches on a patch queue branch"""
 
 import ConfigParser
 import errno
index fb0d827..65e3e49 100755 (executable)
@@ -17,7 +17,7 @@
 #
 # heavily inspired by dom-safe-pull which is © 2009 Stéphane Glondu <steph@glondu.net>
 #
-"""fast forward debian, upstream and pristine-tar branch"""
+"""Pull remote changes and fast forward debian, upstream and pristine-tar branch"""
 
 import ConfigParser
 import sys