##// END OF EJS Templates
inotify: improve error messages...
inotify: improve error messages * prefix messages by inotify-(client|server) * make sure that all warning and abort messages use the same format. * in the case where inotify.sock is an old broken symlink, say so and abort instead of trying to overwrite the already existing link

File last commit:

r8174:29bc5d18 default
r9900:89399000 stable
Show More
test-hg-parseurl.py.out
5 lines | 327 B | text/plain | TextLexer
/ tests / test-hg-parseurl.py.out
http://example.com/no/anchor, revs: None, checkout: None
http://example.com/an/anchor, revs: ['foo'], checkout: 'foo'
http://example.com/no/anchor/revs, revs: ['foo'], checkout: 'foo'
http://example.com/an/anchor/revs, revs: ['foo', 'bar'], checkout: 'foo'
http://example.com/an/anchor/rev-None, revs: ['foo'], checkout: 'foo'