mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Jeeeeeez that's a bug
This commit is contained in:
parent
f61f6ad06d
commit
b5a5684294
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue