commit:     a514908c7fd29e668dd775d7a32c949dbc8fe7d7
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 16 00:36:06 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Sep 16 19:36:17 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=a514908c

repoman/.../git/status.py: Fix some missed copy/paste docstring edits

 repoman/pym/repoman/modules/vcs/git/status.py | 4 ++--
 1 file 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 48a73be..04f50ce 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

Reply via email to