Changeset 593 in tailor for vcpx/monotone.py


Ignore:
Timestamp:
08/16/05 12:24:02 (8 years ago)
Author:
lele@…
Hash name:
20050816102402-97f81-40f2d795089206145e92dd8a5a827c5d33d9e461
Message:

Needs also stderr to catch the errors on monotone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/monotone.py

    r592 r593  
    6161            entries = ['.'] 
    6262 
    63         output = commit.execute(entries, stdout=PIPE) 
     63        output = commit.execute(entries, stdout=PIPE, stderr=STDOUT) 
    6464 
    6565        # monotone complaints if there are no changes from the last commit. 
Note: See TracChangeset for help on using the changeset viewer.