Skip to content
Snippets Groups Projects
  1. Jul 27, 2021
  2. Apr 17, 2021
  3. Dec 14, 2020
  4. Dec 21, 2020
  5. Dec 11, 2020
  6. Dec 12, 2020
  7. Dec 11, 2020
  8. Nov 22, 2020
  9. May 03, 2020
    • Manuel Jacob's avatar
      py3: byteify sources · 86feb2886827
      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.
      86feb2886827
  10. Mar 05, 2020
    • Manuel Jacob's avatar
      py3: use print as function · 7a13f6fa2da4
      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
      7a13f6fa2da4
  11. Nov 22, 2019
  12. Apr 10, 2015
Loading