Show More
@@ -11,6 +11,8 b' echo "fetch=" >> $HGRCPATH' | |||||
11 | echo % issue1810: inotify and fetch |
|
11 | echo % issue1810: inotify and fetch | |
12 | mkdir test; cd test |
|
12 | mkdir test; cd test | |
13 | hg init |
|
13 | hg init | |
|
14 | hg inserve -d --pid-file=../hg.pid | |||
|
15 | cat ../hg.pid >> "$DAEMON_PIDS" | |||
14 |
|
16 | |||
15 | echo foo > foo |
|
17 | echo foo > foo | |
16 | hg add |
|
18 | hg add | |
@@ -18,8 +20,10 b' hg ci -m foo' | |||||
18 |
|
20 | |||
19 | cd .. |
|
21 | cd .. | |
20 |
|
22 | |||
21 | hg clone test test2 |
|
23 | hg --config "extensions.inotify=!" clone test test2 | |
22 | cd test2 |
|
24 | cd test2 | |
|
25 | hg inserve -d --pid-file=../hg2.pid | |||
|
26 | cat ../hg2.pid >> "$DAEMON_PIDS" | |||
23 | echo bar > bar |
|
27 | echo bar > bar | |
24 | hg add |
|
28 | hg add | |
25 | hg ci -m bar |
|
29 | hg ci -m bar | |
@@ -44,8 +48,8 b' hg init test-1719' | |||||
44 | cd test-1719 |
|
48 | cd test-1719 | |
45 |
|
49 | |||
46 | echo % inserve |
|
50 | echo % inserve | |
47 | hg inserve -d --pid-file=hg.pid |
|
51 | hg inserve -d --pid-file=../hg-test-1719.pid | |
48 | cat hg.pid >> "$DAEMON_PIDS" |
|
52 | cat ../hg-test-1719.pid >> "$DAEMON_PIDS" | |
49 |
|
53 | |||
50 | echo content > file |
|
54 | echo content > file | |
51 | hg add file |
|
55 | hg add file |
@@ -1,18 +1,14 b'' | |||||
1 | % issue1810: inotify and fetch |
|
1 | % issue1810: inotify and fetch | |
2 | adding foo |
|
2 | adding foo | |
3 |
updating |
|
3 | updating to branch default | |
4 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
4 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
5 | adding bar |
|
5 | adding bar | |
6 | adding spam |
|
6 | adding spam | |
7 | % issue1719: inotify and mq |
|
7 | % issue1719: inotify and mq | |
8 | % inserve |
|
8 | % inserve | |
9 | ? hg.pid |
|
|||
10 | popping test.patch |
|
9 | popping test.patch | |
11 | patch queue now empty |
|
10 | patch queue now empty | |
12 | % st should not output anything |
|
11 | % st should not output anything | |
13 | ? hg.pid |
|
|||
14 | applying test.patch |
|
12 | applying test.patch | |
15 | now at: test.patch |
|
13 | now at: test.patch | |
16 | % st should not output anything |
|
14 | % st should not output anything | |
17 | ? hg.pid |
|
|||
18 | ? hg.pid |
|
General Comments 0
You need to be logged in to leave comments.
Login now