Jeeeeeez that's a bug

This commit is contained in:
Benson Chu 2022-12-09 11:55:42 -06:00
parent f61f6ad06d
commit b5a5684294

View file

@ -91,7 +91,7 @@
(when (not (zerop (shell-command (format "git merge --ff-only %s" b) output-buffer)))
(when (not my/puppet-p)
(pop-to-buffer output-buffer))
(message "Merging to branch '%s' in repo '%s' failed" b dir)))))
(message "Merging to branch '%s' in repo '%s' failed" b repo)))))
(magit-push-current-to-pushremote nil)))
(load "userlock")