##// END OF EJS Templates
ui: refactor option setting...
ui: refactor option setting No more passing options as constructor keywords. Basic options are now always stored in the overlay for simplicity and consistency.

File last commit:

r6338:0750f111 default
r8136:6b5522cb default
Show More
test-symlinks.out
40 lines | 858 B | text/plain | TextLexer
/ tests / test-symlinks.out
Matt Mackall
symlinks: use is_link wherever is_exec is used
r4002 adding bar
Matthew Elder
symlink unit test
r1408 adding foo
adding bomb
Benoit Boissinot
fix handling of files of unsupported type in the walk code...
r1487 adding a.c
adding dir/a.o
adding dir/b.o
Matt Mackall
symlinks: use is_link wherever is_exec is used
r4002 M dir/b.o
Thomas Arendsen Hein
Adjusted all but one test output for the new behaviour of localrepo.changes()
r1620 ! a.c
! dir/a.o
Benoit Boissinot
fix handling of files of unsupported type in the walk code...
r1487 ? .hgignore
Benoit Boissinot
don't print anything about file of unsupported type unless...
r1527 a.c: unsupported file type (type is fifo)
Thomas Arendsen Hein
Adjusted all but one test output for the new behaviour of localrepo.changes()
r1620 ! a.c
Jim Meyering
Fix issue 165: `hg status' with abs path containing a symlink-to-dir fails
r2115 # test absolute path through symlink outside repo
A f
# try symlink outside repo to file inside
abort: ../z not under root
Giorgos Keramidas
Create the parent directory when checking out symlinks.
r4137 # try cloning symlink in a subdir
1. commit a symlink
? a/b/c/demo
adding a/b/c/demo
2. clone it
Adrian Buehlmann
clone: print "updating working directory" status message...
r6338 updating working directory
Giorgos Keramidas
Create the parent directory when checking out symlinks.
r4137 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Brendan Cully
patch: add git symlink support
r5116 # git symlink diff
diff --git a/a/b/c/demo b/a/b/c/demo
new file mode 120000
--- /dev/null
+++ b/a/b/c/demo
@@ -0,0 +1,1 @@
+/path/to/symlink/source
\ No newline at end of file
# import git symlink diff
applying ../sl.diff
diff --git a/a/b/c/demo b/a/b/c/demo
new file mode 120000
--- /dev/null
+++ b/a/b/c/demo
@@ -0,0 +1,1 @@
+/path/to/symlink/source
\ No newline at end of file