Show More
@@ -160,3 +160,16 b' build/x & build/y shouldn\'t appear in "h' | |||||
160 | $ kill `cat hg.pid` |
|
160 | $ kill `cat hg.pid` | |
161 |
|
161 | |||
162 | $ cd .. |
|
162 | $ cd .. | |
|
163 | ||||
|
164 | Ensure that if the repo is in a directory whose name is too long, the | |||
|
165 | unix domain socket is reached through a symlink (issue1208). | |||
|
166 | ||||
|
167 | $ mkdir 0_3456789_10_456789_20_456789_30_456789_40_456789_50_45678_ | |||
|
168 | $ cd 0_3456789_10_456789_20_456789_30_456789_40_456789_50_45678_ | |||
|
169 | $ mkdir 60_456789_70_456789_80_456789_90_456789_100_56789_ | |||
|
170 | $ cd 60_456789_70_456789_80_456789_90_456789_100_56789_ | |||
|
171 | ||||
|
172 | $ hg --config inotify.pidfile=hg3.pid clone -q ../../repo1 | |||
|
173 | $ readlink repo1/.hg/inotify.sock | |||
|
174 | */inotify.sock (glob) | |||
|
175 | $ kill `cat hg3.pid` |
General Comments 0
You need to be logged in to leave comments.
Login now