Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion marge/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def update_from_target_branch_and_push(
# and likely explains any previous failure, so it will better to just
# raise a GitError
if source_branch != 'master':
repo.checkout_branch('master')
repo.checkout_branch('HEAD^')
repo.remove_branch(source_branch)

if not branch_update_done:
Expand Down