##// 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:

r6058:88b4d726 default
r6245:0d0939b2 default
Show More
test-rollback.out
27 lines | 728 B | text/plain | TextLexer
/ tests / test-rollback.out
Vadim Gelfer
deprecate undo command, replace with rollback command.
r2227 checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
changeset: 0:0acdaf898367
tag: tip
user: test
date: Mon Jan 12 13:46:40 1970 +0000
summary: test
rolling back last transaction
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
0 files, 0 changesets, 0 total revisions
A a
Thomas Arendsen Hein
Do not abort rollback if undo.branch isn't available, but warn.
r6058 % Test issue 902
Alexandre Vassalotti
restore branch after rollback (issue 902)
r5814 marked working directory as branch test
rolling back last transaction
default
Thomas Arendsen Hein
Do not abort rollback if undo.branch isn't available, but warn.
r6058 % Test rollback of hg before issue 902 was fixed
marked working directory as branch test
rolling back last transaction
Named branch could not be reset, current branch still is: test
test