commit | ad1abcb556bfff2744928a8f29d216aee43fdbe3 | [log] [tgz] |
---|---|---|
author | Renaud Paquay <rpaquay@google.com> | Tue Nov 01 11:34:55 2016 -0700 |
committer | David Pursehouse <dpursehouse@collab.net> | Mon May 29 19:33:07 2017 +0900 |
tree | c0d515e2d7c2d097ecb8b31e3e365d86696205b1 | |
parent | a65adf74f990eeac0d90011476376c7239cb7af5 [diff] |
Port os.rename calls to work on Windows os.rename fails on Windows if the destination exists, so replace os.rename to platform_utils.rename which handles the platform differences. Change-Id: I15a86f10f65eedee5b003b80f88a0c28a3e1aa48
Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow. Repo is not meant to replace Git, only to make it easier to work with Git. The repo command is an executable Python script that you can put anywhere in your path.