Indefero

Indefero Git Source Tree

Root/src/IDF/templates/idf/source/mercurial/help.html

1{extends "idf/source/base.html"}
2{block docclass}yui-t2{assign $inHelp=true}{/block}
3{block body}
4
5<p>{blocktrans}The team behind {$project} is using
6the <strong>Mercurial</strong> software to manage the source
7code.{/blocktrans}</p>
8
9<h3>{trans 'Command-Line Access'}</h3>
10
11<p><kbd>hg clone {$project.getRemoteAccessUrl()}</kbd></p>
12
13
14{if $isOwner or $isMember}
15<h3>{trans 'Write Access Authentication'}</h3>
16
17{aurl 'url', 'IDF_Views_User::myAccount'}
18<p>{blocktrans}To get write access to the repository, you need to use your username and your <a href="{$url}">extra password</a>.{/blocktrans}</p>
19
20<p><kbd>hg clone {$project.getRemoteAccessUrl()}</kbd></p>
21
22{/if}
23
24{/block}
25{block context}
26<div class="issue-submit-info">
27<p>{blocktrans}Find here more details on how to access {$project} source code.{/blocktrans}</p>
28</div>
29{/block}
30
31
32

Archive Download this file