Changeset 499 in tailor


Ignore:
Timestamp:
08/05/05 03:20:57 (8 years ago)
Author:
lele@…
Hash name:
20050805012057-97f81-76f6465e1e395797a2749298bf76957c1dd1e32d
Message:

Do not specify working dir when it's not needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/svn.py

    r498 r499  
    225225            cmd = [SVN_CMD, "log", "--verbose", "--xml", "--limit", "1", 
    226226                   "--revision", "1:HEAD"] 
    227             svnlog = ExternalCommand(cwd=wdir, command=cmd) 
     227            svnlog = ExternalCommand(command=cmd) 
    228228            output = svnlog.execute("%s%s" % (repository, module), stdout=PIPE) 
    229229 
Note: See TracChangeset for help on using the changeset viewer.