Commit b5c57618198d36190e6b78d9b22bb8fe9cacc7dd

changed the merge request help to show the push url not the git:// url
  
1717
1818 <% if @merge_request.open? -%>
1919 <p>The simplest way to merge in these changes is to simply pull them in with the following command:</p>
20 <pre>git pull <%= @merge_request.source_repository.clone_url -%> <%= @merge_request.source_branch -%></pre>
20 <pre>git pull <%= @merge_request.source_repository.push_url -%> <%= @merge_request.source_branch -%></pre>
2121 <% end -%>
2222<% end -%>
2323