Changeset 499 in tailor
- Timestamp:
- 08/05/05 03:20:57 (8 years ago)
- Hash name:
- 20050805012057-97f81-76f6465e1e395797a2749298bf76957c1dd1e32d
- File:
-
- 1 edited
-
vcpx/svn.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/svn.py
r498 r499 225 225 cmd = [SVN_CMD, "log", "--verbose", "--xml", "--limit", "1", 226 226 "--revision", "1:HEAD"] 227 svnlog = ExternalCommand(c wd=wdir, command=cmd)227 svnlog = ExternalCommand(command=cmd) 228 228 output = svnlog.execute("%s%s" % (repository, module), stdout=PIPE) 229 229
Note: See TracChangeset
for help on using the changeset viewer.
