Skip to content
Snippets Groups Projects
  1. Dec 02, 2008
  2. Dec 01, 2008
  3. Nov 30, 2008
  4. Nov 28, 2008
  5. Nov 27, 2008
  6. 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
  7. Nov 21, 2008
  8. Nov 23, 2008
    • kiilerix's avatar
      tests: disable test-convert-darcs properly for darcs 2 · 14ed6662af48
      kiilerix authored
      The x bit was disabled without notice in 8046f0a070a6
      14ed6662af48
    • kiilerix's avatar
      Fix rpmlint warnings · 05a3f2802b13
      kiilerix authored
      contrib/mercurial.spec:9: W: hardcoded-path-in-buildroot-tag /tmp/build.%{name}-%{version}-%{release}
      A path is hardcoded in your Buildroot tag. It should be replaced by something
      like %{_tmppath}/%name-root.
      
      contrib/mercurial.spec:31: W: rpm-buildroot-usage %prep rm -rf $RPM_BUILD_ROOT
      $RPM_BUILD_ROOT should not be touched during %build or %prep stage, as it will
      break short circuiting.
      05a3f2802b13
    • kiilerix's avatar
      Make rpm spec less explicit · 7073fcbfbc28
      kiilerix authored
      Fixes:
      * current buildrpm failing on Fedora because of unexpected zeroconf extensions
      * unowned directories hgext/*/
      7073fcbfbc28
  9. Nov 26, 2008
  10. Nov 25, 2008
Loading