##// 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
notfound.tmpl
18 lines | 407 B | application/x-cheetah | CheetahLexer
Brendan Cully
gitweb: add notfound template
r4842 {header}
Bryan O'Sullivan
hgweb: make notfound templates more informative
r5560 <title>Mercurial repository not found</title>
Brendan Cully
gitweb: add notfound template
r4842 </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> Not found: {repo|escape}
Brendan Cully
gitweb: add notfound template
r4842 </div>
<div class="page_body">
The specified repository "{repo|escape}" is unknown, sorry.
<br/>
<br/>
Brendan Cully
gitweb: use {url} as entrypoint in notfound.tmpl instead of /
r6222 Please go back to the <a href="{url}">main repository list page</a>.
Brendan Cully
gitweb: add notfound template
r4842 </div>
{footer}