Skip to content
Snippets Groups Projects
  1. Jul 29, 2019
  2. Jul 25, 2019
  3. Jul 19, 2019
    • Anton Shestakov's avatar
      docs: update evolve-faq.rst with new prune flag and proper vocabulary · 3968f6d5
      Anton Shestakov authored
      Also strip trailing newlines.
      3968f6d5
    • Anton Shestakov's avatar
      prune: spell --successor flag without any unnecessary shortcuts · 184c64c8
      Anton Shestakov authored
      If a user wants to spell out -s, it makes sense to allow that. Before this
      patch, prune would complain that --successor is not a recognized option.
      Obviously people don't usually need to spell --successors by hand thanks to
      shell completion (at least for Bash) using debugcomplete to see all available
      flags, so this patch doesn't bring any need for more typing.
      
      And thanks to Mercurial understanding shortened forms of command-line flags as
      long as they are unambiguous, the old-style `--succ` flags still work normally,
      and there are tests that use them. But two tests now use the full form to
      demonstrate that both ways work.
      184c64c8
  4. Jul 17, 2019
    • Martin von Zweigbergk's avatar
      py3: redefine "troublecategories" in evolve as a dict · 75bc0a51
      Martin von Zweigbergk authored
      We'll want to the keys to be bytes and the values to be unicode on
      py3. Having it defined as a dict makes that easier (instead of
      converting between the types with e.g. pycompat.sysbytes()). It was
      kind of ugly to convert between the forms by stripping '_' from the
      string anyway.
      75bc0a51
  5. Jul 12, 2019
  6. Jul 17, 2019
  7. Jul 12, 2019
  8. Jul 11, 2019
  9. Jul 12, 2019
  10. Jul 11, 2019
  11. Jul 17, 2019
  12. Jul 13, 2019
  13. Jul 17, 2019
  14. Jun 15, 2019
  15. Jul 11, 2019
  16. Jul 12, 2019
  17. Jul 11, 2019
  18. Jul 09, 2019
    • Martin von Zweigbergk's avatar
      py3: use array.array.{to,from}bytes() on py3 · 854637e3
      Martin von Zweigbergk authored
      array.array.{to,from}string() still exists on py3, but they're
      deprecated and generate warnings.
      
      I've put the compat function in compat.pt for now. We can move into a
      dedicated pycompat.py if we end up with a lot of py3 compat stuff.
      854637e3
  19. Jul 11, 2019
  20. Jul 13, 2019
  21. Jul 15, 2019
  22. Jul 13, 2019
  23. Jul 11, 2019
  24. Jul 13, 2019
  25. Jul 12, 2019
  26. Jul 11, 2019
  27. Jul 17, 2019
Loading