##// END OF EJS Templates
setup.py: skip inotify if there's no inotify_add_watch...
setup.py: skip inotify if there's no inotify_add_watch Debian Etch doesn't include a sys/inotify.h header, which makes it impossible to compile _inotify.c, making hg uninstallable. The cc.has_function() method is implemented by trying to compile a simple C program. Since there's no redirection involved all error messages are sent to the terminal. This is not particularly pretty but at least it allows the installation to complete.

File last commit:

r6127:25c372e8 default
r6245:0d0939b2 default
Show More
test-bheads.out
151 lines | 3.5 KiB | text/plain | TextLexer
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 0: Adding root node
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 0: Adding root node
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 =======
marked working directory as branch a
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 =======
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
marked working directory as branch b
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 2: Adding b branch
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 2: Adding b branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 =======
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 =======
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 4: Adding b branch head 2
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 4: Adding b branch head 2
3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 =======
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 5: Adding b branch head 3
4: Adding b branch head 2
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 5: Adding b branch head 3
4: Adding b branch head 2
3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 =======
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
(branch merge, don't forget to commit)
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 6: Merging b branch head 2 and b branch head 3
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 6: Merging b branch head 2 and b branch head 3
3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 =======
marked working directory as branch c
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 =======
Brendan Cully
Small fixes for 8e503fa54d2d (hg heads branch)
r4649 no changes on branch c containing . are reachable from 3
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 1
-------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 0
-------
0 files updated, 0 files merged, 2 files removed, 0 files unresolved
0
-------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 0
-------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 3: Adding b branch head 1
6: Merging b branch head 2 and b branch head 3
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 0
-------
Brendan Cully
Small fixes for 8e503fa54d2d (hg heads branch)
r4649 no changes on branch b containing . are reachable from 7
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 1
=======
0 files updated, 0 files merged, 2 files removed, 0 files unresolved
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 0: Adding root node
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
1 files updated, 0 files merged, 1 files removed, 0 files unresolved
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 6: Merging b branch head 2 and b branch head 3
3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 6: Merging b branch head 2 and b branch head 3
3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
1 files updated, 0 files merged, 1 files removed, 0 files unresolved
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 6: Merging b branch head 2 and b branch head 3
3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
1 files updated, 0 files merged, 1 files removed, 0 files unresolved
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 6: Merging b branch head 2 and b branch head 3
3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 6: Merging b branch head 2 and b branch head 3
3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
=======
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 6: Merging b branch head 2 and b branch head 3
3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
abort: unknown revision 'z'!
-------
=======
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 0: Adding root node
1: Adding a branch
6: Merging b branch head 2 and b branch head 3
3: Adding b branch head 1
7: Adding c branch