##// 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:

r8431:5c1aabc5 default
r9717:68a1b9d0 default
Show More
header.tmpl
6 lines | 261 B | application/x-cheetah | CheetahLexer
Matt Mackall
hgweb: move old style to spartan/
r7338 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <link rel="icon" href="{staticurl}hgicon.png" type="image/png">
Matt Mackall
hgweb: move old style to spartan/
r7338 <meta name="robots" content="index, nofollow" />
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <link rel="stylesheet" href="{staticurl}style.css" type="text/css" />