##// END OF EJS Templates
update: allow branch crossing without -c or -C, with no uncommitted changes...
update: allow branch crossing without -c or -C, with no uncommitted changes Update will now allow crossing branches within the same named branch, when given a specific revision, if the working dir is clean, without requiring the -c or -C option. Abort if no revision is given and this would cross branches. Minor change to abort message if uncommitted changes are found. Modify test-update-branches and output to reflect the altered case. Modify test-merge5.out to reflect the altered case. Modify test-up-local-change.out with new message.

File last commit:

r8936:1de6e7e1 default
r9717:68a1b9d0 default
Show More
index.tmpl
26 lines | 653 B | application/x-cheetah | CheetahLexer
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 {header}
Brendan Cully
Move gitweb theme into subdirectory
r3234 <title>Mercurial repositories index</title>
</head>
<body>
<div class="page_header">
Dirkjan Ochtman
change wiki/bts URLs to point to new hostname
r8936 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a>
Kevin Christen
Fixed XHTML validation errors
r5784 Repositories list
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
<table cellspacing="0">
<tr>
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 <td><a href="?sort={sort_name}">Name</a></td>
<td><a href="?sort={sort_description}">Description</a></td>
<td><a href="?sort={sort_contact}">Contact</a></td>
<td><a href="?sort={sort_lastchange}">Last change</a></td>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <td>&nbsp;</td>
Robert Bachmann
Added support for the Atom syndication format
r5269 <td>&nbsp;</td>
Kevin Christen
Fixed XHTML validation errors
r5784 </tr>
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 {entries%indexentry}
Brendan Cully
Move gitweb theme into subdirectory
r3234 </table>
<div class="page_footer">
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 {motd}
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
</body>
</html>