diff options
| author | Ryan C. Thompson <rct@thompsonclan.org> | 2012-01-14 15:47:23 -0800 |
|---|---|---|
| committer | Yann Hodique <yann.hodique@gmail.com> | 2012-01-15 11:18:35 +0100 |
| commit | 691aa6f9e9ac919d33285e2a9606735c072236ea (patch) | |
| tree | cbdf36a68e30aae38f53839d814bdaa5b5d62b15 | |
| parent | 2b65a094aeb7704b4923204292ba88c9ce555ff5 (diff) | |
Fix whitespace in yes-or-no question1.1.1
| -rw-r--r-- | magit.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3983,7 +3983,7 @@ typing and automatically refreshes the status buffer." (let ((set-upstream-on-push (and (not ref-branch) (or (eq magit-set-upstream-on-push 'dontask) (and (eq magit-set-upstream-on-push t) - (yes-or-no-p "Set upstream while pushing?")))))) + (yes-or-no-p "Set upstream while pushing? ")))))) (if (and (not branch-remote) (not current-prefix-arg)) (magit-set push-remote "branch" branch "remote")) |
