Ticket #249 (assigned defect)

Opened 8 months ago

Last modified 7 months ago

git_buildbot.py does not send merge changesets

Reported by: dsallings Assigned to: warner (accepted)
Priority: major Milestone: 0.8.0
Component: vc-support Version: 0.7.6
Keywords: Cc:

Description

Because merge changesets don't directly affect files, they aren't sent from git_buildbot.py.

Attached is a patch that sends a synthetic merge file to make buildbot happy.

Attachments

git_buildbot+merge.diff (0.6 kB) - added by dsallings on 04/21/08 11:20:22.
Send merge changes from git.

Change History

04/21/08 11:20:22 changed by dsallings

  • attachment git_buildbot+merge.diff added.

Send merge changes from git.

04/28/08 15:16:56 changed by warner

  • owner set to warner.
  • status changed from new to assigned.
  • milestone changed from undecided to 0.7.8.

I don't know much about git, but if you say this is a good patch to apply, I'll apply it :).