##// END OF EJS Templates
subrepo: change default path in hgrc of subrepo after cloning...
subrepo: change default path in hgrc of subrepo after cloning Previous behavior was to put in the cloned subrepos the path found in the original main repo. However it isn't valid for relative path and it seems more logical to reference instead the subrepos working copy path of the original main repo.

File last commit:

r8709:b9e0ddb0 default
r10378:e1401c74 default
Show More
test-symlink-basic.out
31 lines | 678 B | text/plain | TextLexer
/ tests / test-symlink-basic.out
Matt Mackall
commit: move explicit file checking into repo.commit
r8709 abort: dangling: file not tracked!
Alexis S. L. Carvalho
Add some tests for symlink tracking
r4274 changeset: 0:cabd88b706fc
tag: tip
user: test
date: Thu Jan 01 00:00:00 1970 +0000
files: dangling
description:
add symlink
Patrick Mezard
Display symlink or executable bit with manifest -v...
r5405 2564acbe54bbbedfbf608479340b359f04597f80 644 @ dangling
Alexis S. L. Carvalho
Add some tests for symlink tracking
r4274 % rev 0:
dangling -> nothing
% rev 1:
dangling -> void
% modifying link
dangling -> empty
% reverting to rev 0:
reverting dangling
dangling -> nothing
% backups:
dangling.orig -> empty
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
% copies
copying dangling to dangling2
A dangling2
dangling
dangling -> void
dangling2 -> void
Alexis S. L. Carvalho
Fix issue995 (copy --after and symlinks pointing to a directory)...
r6258 % issue995
Benoit Boissinot
update --clean: do not unlink added files (issue575)
r8518 0 files updated, 0 files merged, 0 files removed, 0 files unresolved