Skip to content
Snippets Groups Projects
  1. Dec 02, 2009
  2. Dec 01, 2009
  3. Nov 30, 2009
  4. Nov 24, 2009
  5. Nov 30, 2009
  6. Nov 28, 2009
  7. Nov 26, 2009
  8. Nov 24, 2009
  9. Nov 23, 2009
  10. Nov 22, 2009
  11. Nov 19, 2009
    • Nicolas Dumazet's avatar
      inotify: improve error messages · 89399000
      Nicolas Dumazet authored
      * 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
      89399000
    • Greg Ward's avatar
      run-tests: give each child its own tmp dir (issue1911) · be574a37
      Greg Ward authored
      Fixes bug introduced by f8b4df4b033d (issue1911: --tmpdir plus parallel
      mode = fail), and also fixes the long-standing quirk that parallel mode
      created multiple /tmp/hgtests.XXXXXX directories.  Now there is only one
      /tmp/hgtests.XXXXXX, with child0, child1, etc. under it.
      be574a37
  12. Nov 17, 2009
    • Nicolas Dumazet's avatar
      inotify: add a inotify.pidfile configuration possibility · 97eda213
      Nicolas Dumazet authored
      This will mainly help us in our tests to log pids of inotify servers
      started implicitely, to make sure that unkilled inotify daemons do not clutter
      the output of unrelated tests.
      
      Also desactivate the workaround introduced in 951ec6c7d703
      97eda213
    • Nicolas Dumazet's avatar
      cmdutil.service: do not _exit(0) in the parent process · 2c2f7593
      Nicolas Dumazet authored
      The fact that a parent process spawns a daemon does not necessarily means that
      it is the only think it has to do. This was forcing since 7c01599dd340 inotify
      processes launched implicitely to exit prematurely:
      when no inotify server was running, "hg st" for example would only launch a
      inotify server, _exit(0) and thus would not return file statuses.
      
      This changeset adds a test for implicitely launched inotify processes.
      Change to output of test-inotify-1208 is correct: it reflects the normal
      error message of "hg st" when not dying during "hg inserve" daemon creation.
      2c2f7593
  13. Nov 19, 2009
  14. Nov 18, 2009
  15. Nov 17, 2009
  16. Nov 16, 2009
Loading