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
Marc-Antoine Ruel 8e57b4bc55 python3 improvements
Ran:
  vi $(git grep --name-only iteritems | grep -v third_party)
  vi $(git grep --name-only itervalues | grep -v third_party)
  vi $(git grep --name-only 'print ' | grep -v third_party)

and edited the files quickly with adhoc macros. Then ran in recipes/:
  ./recipes.py test train

There was only a small subset of files that had been updated to use
six.iteritems() and six.itervalues(). Since the dataset size that is
being used in gclient is small (pretty much always below 200 items),
it's better to just switch to .items() right away and take the temporary
performance hit, so that we don't need to come back to rewrite the code.

Recipe-Nontrivial-Roll: build
Bug: 984182
Change-Id: I5faf11486b66b0d73c9098ab0f2ce1b15a45c53e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1854900
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
Auto-Submit: Marc-Antoine Ruel <maruel@chromium.org>
6 years ago
..
.gitignore
_aliases.txt
_footer.txt
_git-cl_desc.helper.txt
_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 python3 improvements 6 years ago
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
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
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` 7 years ago
git-map-branches.txt Extend documentation for `git map-branches` 7 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` 7 years ago
git-new-branch.txt Revert "Fix semantics of git new-branch --upstream" 7 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
git-thaw.txt
git-upstream-diff.txt
make_docs.sh
prep_demo_repo.sh