main
Last change
on this file was
42bd667,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Historial Limpio
|
-
Property mode set to
100755
|
File size:
818 bytes
|
Line | |
---|
1 | {{extend 'layout.html'}} |
---|
2 | {{import time}} |
---|
3 | |
---|
4 | <h2>{{=T.M("Mercurial Version Control System Interface[[NEWLINE]]for application '%s'", request.args[0])}}</h2> |
---|
5 | |
---|
6 | <h3>{{=T('Commit form')}}</h3> |
---|
7 | {{=form}} |
---|
8 | |
---|
9 | {{if repo['.'].rev()>=0:}} |
---|
10 | <h3>{{=T('Last Revision')}}</h3> |
---|
11 | <table> |
---|
12 | <tr><td>{{=T('Revision:')}}</td><td>{{=repo['.'].rev()}}</td></tr> |
---|
13 | <tr><td>{{=T('Node:')}}</td><td>{{=repo['.']}}</td></tr> |
---|
14 | <tr><td>{{=T('Created by:')}}</td><td>{{=repo['.'].user()}}</td></tr> |
---|
15 | <tr><td>{{=T('Created on:')}}</td><td>{{=time.ctime(repo['.'].date()[0])}}</td></tr> |
---|
16 | <tr><td>{{=T('Description:')}}</td><td>{{=repo['.'].description()}}</td></tr> |
---|
17 | </table> |
---|
18 | |
---|
19 | <h3>{{=T('Past revisions')}}</h3> |
---|
20 | <div class="changes"> |
---|
21 | {{=changes}} |
---|
22 | </div> |
---|
23 | |
---|
24 | {{if files:}} |
---|
25 | <h3>{{=T('Committed files')}}</h3> |
---|
26 | <div class="files"> |
---|
27 | {{=files}} |
---|
28 | </div> |
---|
29 | {{pass}} |
---|
30 | |
---|
31 | {{pass}} |
---|
32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.