Changeset 3041 for trunk/packages/invirt-dev/python
- Timestamp:
- Jul 6, 2010, 12:28:15 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-dev/python/invirt/builder.py
r3036 r3041 147 147 # Almost by definition, A is a fast-forward of B if B..A is 148 148 # empty 149 if not c.captureOutput(['git', 'rev-list', '%s..%s' % (commit, branch)]): 149 if not c.captureOutput(['git', 'rev-list', '%s..%s' % (commit, branch)], 150 cwd=package_repo): 150 151 raise InvalidBuild('New commit %s of %s is not a fast-forward of' 151 152 'commit currently in pocket %s' %
Note: See TracChangeset
for help on using the changeset viewer.