Changeset 571 in tailor for vcpx/svn.py


Ignore:
Timestamp:
08/15/05 15:53:22 (8 years ago)
Author:
lele@…
Hash name:
20050815135322-97f81-049ce67302cc815d011f4074aa1425ad8810c29d
Message:

Redirect output of external command to /dev/null when it does not matter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/svn.py

    r547 r571  
    415415        cmd = [self.repository.SVN_CMD, "info"] 
    416416        svninfo = ExternalCommand(command=cmd) 
    417         svninfo.execute(self.repository.repository, stdout=PIPE, stderr=STDOUT) 
     417        svninfo.execute(self.repository.repository) 
    418418 
    419419        if svninfo.exit_status: 
Note: See TracChangeset for help on using the changeset viewer.