Changeset 1381 in tailor
- Timestamp:
- 06/11/07 12:18:40 (6 years ago)
- Hash name:
- 20070611101840-09166-8131698ba348b9b721983ac5ce63b7f0a6111f41
- File:
-
- 1 edited
-
vcpx/repository/monotone.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/repository/monotone.py
r1380 r1381 430 430 431 431 mtl = ExternalCommand(cwd=self.working_dir, command=cmd) 432 outstr = mtl.execute(stdout=PIPE, stderr=PIPE )432 outstr = mtl.execute(stdout=PIPE, stderr=PIPE, LANG='POSIX') 433 433 if mtl.exit_status: 434 434 raise GetUpstreamChangesetsFailure( … … 865 865 entries = ['.'] 866 866 867 output, error = commit.execute(entries, stdout=PIPE, stderr=PIPE )867 output, error = commit.execute(entries, stdout=PIPE, stderr=PIPE, LANG='POSIX') 868 868 869 869 # monotone complaints if there are no changes from the last commit.
Note: See TracChangeset
for help on using the changeset viewer.
