Changeset 29
- Timestamp:
- Nov 2, 2009 4:58:17 PM (15 years ago)
- Location:
- mergebot/trunk/mergebot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
mergebot/trunk/mergebot/BranchActor.py
r24 r29 51 51 comment = 'Failed to create branch.' 52 52 return results, comment, False 53 53 54 results['mergebotstate'] = 'branched' 54 55 comment = '\n'.join([ -
mergebot/trunk/mergebot/RebranchActor.py
r24 r29 126 126 "commit your work to the branch.", 127 127 ]) 128 success = False # the rebranch failed because there were conflicts 128 129 else: # No conflicts, do the commit. 129 130 mergemessage = "\n".join([
Note: See TracChangeset
for help on using the changeset viewer.