You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/man/src
Raul Tambre 80ee78e7fa Convert print statements to Python 3 style
Ran "2to3 -w -n -f print ./" and manually added imports.
Ran "^\s*print " and "\s+print " to find batch/shell scripts, comments and the like with embedded code, and updated them manually.
Also manually added imports to files, which used print as a function, but were missing the import.

The scripts still work with Python 2.
There are no intended behaviour changes.

Bug: 942522
Change-Id: Id777e4d4df4adcdfdab1b18bde89f235ef491b9f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1595684
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@chromium.org>
Auto-Submit: Raul Tambre <raul@tambre.ee>
6 years ago
..
.gitignore
_aliases.txt
_footer.txt
_git-cl_desc.helper.txt Add a manual page for git-cl 8 years ago
_git-drover_desc.helper.txt
_git-footers_desc.helper.txt
_git-freeze_desc.helper.txt
_git-hyper-blame_desc.helper.txt
_git-map-branches_desc.helper.txt
_git-map_desc.helper.txt
_git-mark-merge-base_desc.helper.txt
_git-nav-downstream_desc.helper.txt
_git-nav-upstream_desc.helper.txt
_git-new-branch_desc.helper.txt
_git-rebase-update_desc.helper.txt
_git-rename-branch_desc.helper.txt
_git-reparent-branch_desc.helper.txt
_git-retry_desc.helper.txt
_git-squash-branch_desc.helper.txt
_git-thaw_desc.helper.txt
_git-upstream-diff_desc.helper.txt
_helper_prefix.txt
asciidoc-override.css
common_demo_functions.sh
demo_repo.sh
depot_tools.txt
depot_tools_tutorial.demo.walkthrough.sh
depot_tools_tutorial.txt
filter_demo_output.py Convert print statements to Python 3 style 6 years ago
git-cl.txt Add git cl split. 8 years ago
git-drover.demo.1.sh
git-drover.demo.2.sh
git-drover.demo.3.sh
git-drover.demo.4.sh
git-drover.demo.common.sh
git-drover.txt Document drover process for re-landing a CL in a release branch. 8 years ago
git-footers.demo.1.sh
git-footers.txt
git-freeze.demo.1.sh
git-freeze.txt
git-hyper-blame.demo.1.sh
git-hyper-blame.demo.2.sh
git-hyper-blame.demo.common.sh
git-hyper-blame.txt
git-map-branches.demo.1.sh Extend documentation for `git map-branches` 6 years ago
git-map-branches.txt Extend documentation for `git map-branches` 6 years ago
git-map.demo.1.sh
git-map.txt
git-mark-merge-base.txt
git-nav-downstream.demo.1.sh
git-nav-downstream.txt
git-nav-upstream.demo.1.sh
git-nav-upstream.txt
git-new-branch.demo.1.sh Update documentation of `git new-branch` 6 years ago
git-new-branch.txt Revert "Fix semantics of git new-branch --upstream" 6 years ago
git-rebase-update.txt Add missing options to git_rebase_update man page 6 years ago
git-rename-branch.txt
git-reparent-branch.txt
git-retry.txt
git-squash-branch.demo.1.sh
git-squash-branch.txt Include branch name in git-squash-branch's default message 8 years ago
git-thaw.txt
git-upstream-diff.txt Fix minor regression in git_upstream_diff. 7 years ago
make_docs.sh Fix minor regression in git_upstream_diff. 7 years ago
prep_demo_repo.sh