Formatting.

This commit is contained in:
Phil Jackson 2010-07-06 00:07:37 +01:00
parent f569ff8359
commit 9e45718491

View file

@ -2557,7 +2557,13 @@ insert a line to tell how to insert more of them"
(format "branch %s"
(propertize remote-branch 'face 'magit-branch)))
(remote
(concat remote " " (magit-get "remote" remote "url")))
(concat
(propertize remote-branch 'face 'magit-branch)
" @ "
remote
" ("
(magit-get "remote" remote "url")
")"))
(t
(run-hook-with-args-until-success 'magit-remote-string-hook))))