Skip to content
Snippets Groups Projects
  1. May 25, 2018
  2. Jun 03, 2018
  3. Apr 21, 2018
  4. Mar 20, 2018
  5. Apr 04, 2018
    • Yuya Nishihara's avatar
      templater: unify unwrapvalue() with _unwrapvalue() · d48b80d5
      Yuya Nishihara authored
      All weird generators got removed from the hgweb codebase. We still have
      inconsistent behavior regarding join() of a byte string, which will be
      addressed later.
      d48b80d5
    • Yuya Nishihara's avatar
      templater: inline unwrapvalue() · 61cecab0
      Yuya Nishihara authored
      The current unwrapvalue() will be superseded by _unwrapvalue().
      
      Note that _unwrapvalue() can simply return thing.tovalue() if thing is a
      wrapped object. That's because tovalue() is guaranteed to not return a
      generator of strings.
      61cecab0
  6. May 13, 2018
    • Boris Feld's avatar
      run-tests: update the test case name format · b865bba5
      Boris Feld authored
      Manually typing parenthesis and spaces will be tedious when trying to launch a
      specific test case.
      
      I'm proposing a simpler format that is less hard to remember and type right.
      There was other possibilities envisaged like `::` or `!`, I think `#` is
      slight easier to type but I'm open to any suggestion on the new format.
      
      Differential Revision: https://phab.mercurial-scm.org/D3556
      b865bba5
  7. Apr 26, 2018
  8. Jun 03, 2018
  9. Jun 02, 2018
  10. Jun 03, 2018
  11. May 30, 2018
  12. Jun 02, 2018
  13. May 14, 2018
  14. Apr 21, 2018
  15. Apr 04, 2018
  16. Jun 01, 2018
  17. May 31, 2018
  18. Apr 20, 2018
  19. May 20, 2018
  20. May 24, 2018
Loading