Skip to content
Snippets Groups Projects
  1. May 08, 2020
  2. May 03, 2020
  3. Mar 06, 2020
  4. Nov 25, 2019
  5. May 03, 2020
  6. Mar 06, 2020
  7. May 04, 2020
  8. Mar 06, 2020
  9. May 03, 2020
  10. May 04, 2020
  11. May 03, 2020
  12. Mar 06, 2020
  13. May 03, 2020
    • Manuel Jacob's avatar
      py3: un-byteify argument name · 646a397f
      Manuel Jacob authored
      646a397f
    • Manuel Jacob's avatar
      py3: byteify sources · 86feb288
      Manuel Jacob authored
      These files were byteified using hg’s contrib/byteify-strings.py:
      
      - contrib/hggitperf.py
      - hggit/compat.py
      - hggit/git2hg.py
      - hggit/gitdirstate.py
      - hggit/gitrepo.py
      - hggit/git_handler.py
      - hggit/hg2git.py
      - hggit/hgrepo.py
      - hggit/overlay.py
      - hggit/util.py
      - hggit/verify.py
      - hggit/_ssh.py
      - hggit/__init__.py
      - tests/commitextra.py
      
      Additionally, "--treat-as-kwargs opts kwargs" were passed as arguments.
      
      Some of the changes will be undone later. Because of the large amount of
      literals that should be changed in comparison to the few literals that should
      stay, it seemed better to do it this way around.
      
      Raw literals are not changed by the script. Some of them will be changed
      manually in a separate changeset.
      86feb288
  14. Nov 24, 2019
  15. Mar 06, 2020
  16. Nov 25, 2019
  17. Nov 24, 2019
  18. Mar 05, 2020
    • Manuel Jacob's avatar
      py3: use print as function · 7a13f6fa
      Manuel Jacob authored
      * run `find . -name "*.py" -print0 -o -path ./tests/hghave | xargs -I {} -0 2to3 --fix=print --write {}`
      * run `find . -name "*.py" -print0 -o -path ./tests/hghave | xargs -I {} -0 2to3 --doctests_only --fix=print --write {}`
      * remove extra newline at end of files introduced by last command
      * add `from __future__ import print_function` to Python files
      7a13f6fa
  19. Nov 22, 2019
Loading