Skip to content
Snippets Groups Projects
  1. Dec 03, 2008
  2. Dec 02, 2008
  3. Dec 01, 2008
  4. Dec 02, 2008
  5. Nov 26, 2008
  6. Dec 02, 2008
  7. Nov 26, 2008
    • Brodie Rao's avatar
      color: add --color switch · c9fd5474a707
      Brodie Rao authored
      --color works like GNU grep --color. --color=auto only colorizes output
      for non-dumb terminals that are TTYs.
      c9fd5474a707
  8. Dec 02, 2008
  9. Dec 01, 2008
  10. Nov 30, 2008
  11. Nov 28, 2008
  12. Nov 27, 2008
  13. Nov 26, 2008
    • kiilerix's avatar
      util: use existing never() instead of custom lambda · f0a3e87c810d
      kiilerix authored
      f0a3e87c810d
    • kiilerix's avatar
      tests: Skip tests if they will fail because of outer repo · dbc40381620e
      kiilerix authored
      For different reasons these tests will fail if run in a tmpdir which is in a hg
      repo.
      
      The following three tests assumes no .hg in path dirs - I don't know how to
      work around that:
      
      * test-dispatch explicitly tests for no repo and expects "abort: There is no
      Mercurial repository here (.hg not found)!"
      
      * test-extension expects parentui to be None when not cd'ed to a repo dir
      
      * test-globalopts tests that implicit -R works correctly - that could perhaps be
      done from another repo instead of assuming no repo
      
      The following two might be worth investigating further:
      
      * test-convert-svn-sink fails for unknown reasons, starting with "abort:
      unresolved merge conflicts (see hg resolve)"
      
      * test-glog gets strange failures when testing "from outer space"
      dbc40381620e
    • kiilerix's avatar
      tests: use killdaemons in hgweb tests · fdcde929ce4f
      kiilerix authored
      hgweb tests often failed on my system because the serve port wasn't free when a
      new hgweb was started; the killed hg wasn't completely dead yet.
      
      Now we use killdaemons which waits for the process to die.
      fdcde929ce4f
    • Patrick Mezard's avatar
      util_win32: fix Windows version checking (issue1358) · f21e3d0e335b
      Patrick Mezard authored
      shell.SHGetPathFromIDList() segfaults when called in Apache.
      f21e3d0e335b
  14. Nov 21, 2008
  15. Nov 23, 2008
Loading