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 Add a manual page for git-cl 8 years ago
_git-drover_desc.helper.txt Add stub git-drover documentation. 11 years ago
_git-footers_desc.helper.txt Added git footers tool to parse conventional metadata from git commits 11 years ago
_git-freeze_desc.helper.txt
_git-hyper-blame_desc.helper.txt Added git hyper-blame, a tool that skips unwanted commits in git blame. 9 years ago
_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 Added 'git-retry' bootstrap 11 years ago
_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 Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
depot_tools.txt depot_tools: Run automatic spell-checker. 8 years ago
depot_tools_tutorial.demo.walkthrough.sh Added hyphen-only options 11 years ago
depot_tools_tutorial.txt Modify depot_tools instructions regarding %PATH% 9 years ago
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 Add a git-drover. 10 years ago
git-drover.demo.2.sh Add 'revert' example to git-drover docs. 11 years ago
git-drover.demo.3.sh Add a git-drover. 10 years ago
git-drover.demo.4.sh Support merging with conflicts with git-drover. 10 years ago
git-drover.demo.common.sh Clear up some git-drover docs confusion. 11 years ago
git-drover.txt Document drover process for re-landing a CL in a release branch. 8 years ago
git-footers.demo.1.sh depot_tools: Run automatic spell-checker. 8 years ago
git-footers.txt Fix typo in git-footers docs. 11 years ago
git-freeze.demo.1.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
git-freeze.txt Make git-freeze bail out if the user has too much untracked data. 9 years ago
git-hyper-blame.demo.1.sh Added git hyper-blame, a tool that skips unwanted commits in git blame. 9 years ago
git-hyper-blame.demo.2.sh Added git hyper-blame, a tool that skips unwanted commits in git blame. 9 years ago
git-hyper-blame.demo.common.sh Added git hyper-blame, a tool that skips unwanted commits in git blame. 9 years ago
git-hyper-blame.txt git hyper-blame: Added automatically ignoring revs from a file. 9 years ago
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 Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
git-map.txt
git-mark-merge-base.txt
git-nav-downstream.demo.1.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
git-nav-downstream.txt
git-nav-upstream.demo.1.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
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 Docs: Fix git retry usage flag name. 9 years ago
git-squash-branch.demo.1.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
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 Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago