Chromium Code Reviews| Index: git-retry |
| diff --git a/git-freeze b/git-retry |
| similarity index 89% |
| copy from git-freeze |
| copy to git-retry |
| index 0187c2eeb48b19c1dcf6e74121323a67868ce54c..2c039426d667bd8a649dd8cf4c052d8c16709ff8 100755 |
| --- a/git-freeze |
| +++ b/git-retry |
| @@ -6,6 +6,6 @@ |
| # git_freezer.py freeze -- a git-command to suspend all existing working |
| # directory modifications. This can be reversed with the 'git thaw' command. |
| -SCRIPT=git_freezer.py |
| -set -- freeze "$@" |
| +SCRIPT=git_retry.py |
| +set -- retry "$@" |
| . $(type -P python_git_runner.sh) |