aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-09-15 17:36:06 -0700
committerBrian Dolbec <dolsen@gentoo.org>2016-09-16 12:36:17 -0700
commita514908c7fd29e668dd775d7a32c949dbc8fe7d7 (patch)
tree18e553279fb22843a48214638cdecd387c01c9dc
parentrepoman: Update man page and commitmsgfile option (diff)
downloadportage-a514908c7fd29e668dd775d7a32c949dbc8fe7d7.tar.gz
portage-a514908c7fd29e668dd775d7a32c949dbc8fe7d7.tar.bz2
portage-a514908c7fd29e668dd775d7a32c949dbc8fe7d7.zip
repoman/.../git/status.py: Fix some missed copy/paste docstring edits
-rw-r--r--repoman/pym/repoman/modules/vcs/git/status.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/repoman/pym/repoman/modules/vcs/git/status.py b/repoman/pym/repoman/modules/vcs/git/status.py
index 48a73bed3..04f50ceb9 100644
--- a/repoman/pym/repoman/modules/vcs/git/status.py
+++ b/repoman/pym/repoman/modules/vcs/git/status.py
@@ -10,7 +10,7 @@ from repoman._subprocess import repoman_popen, repoman_getstatusoutput
class Status(object):
- '''Performs status checks on the svn repository'''
+ '''Performs status checks on the git repository'''
def __init__(self, qatracker, eadded):
'''Class init
@@ -22,7 +22,7 @@ class Status(object):
self.eadded = eadded
def check(self, checkdir, checkdir_relative, xpkg):
- '''Perform the svn status check
+ '''Perform the git status check
@param checkdir: string of the directory being checked
@param checkdir_relative: string of the relative directory being checked