Skip to content
Snippets Groups Projects
  1. Apr 16, 2016
  2. Jun 08, 2015
  3. Jun 21, 2012
  4. Jun 16, 2012
  5. Jun 15, 2012
  6. Feb 15, 2011
  7. Oct 09, 2010
  8. Jan 25, 2010
  9. Aug 18, 2009
  10. Feb 17, 2009
    • Matt Mackall's avatar
      Introduce HG_PREPEND to solve pretxn races · b8d750daadde
      Matt Mackall authored
      - add writepending to flush delayed writes to separate file
      - add support in hooks for lazy evaluation of callable parameters
      - add HG_PENDING to pretxn hooks
        - call writepending if hook is used
        - pass repo root to hook environment
      - if HG_PENDING = repo root, we're in pretxn hook
        - read pending data to make pending changesets visible
      - filter HG_PENDING in tests/printenv.py
      b8d750daadde
  11. Oct 20, 2008
  12. Oct 12, 2008
    • Patrick Mezard's avatar
      tests: Windows compatibility fixes · a6477aa893b8
      Patrick Mezard authored
      - printenv.py, md5sum.py, simplemerge, test-archive, test-merge1,
        test-merge-symlinks: set standard streams to binary mode
      - test-encode: replace "gunzip" by "gzip -d"
      - test-hup: requires fifo
      a6477aa893b8
  13. Jun 21, 2007
  14. Jun 20, 2007
  15. Mar 27, 2007
    • Alexis S. L. Carvalho's avatar
      Add tests/printenv.py · 4fd6f7e60894
      Alexis S. L. Carvalho authored
      This is a small script that can be used as a hook to print the
      HG_* environment variables without relying on the shell.
      4fd6f7e60894
Loading