| Index: git-nav-upstream
|
| diff --git a/git-cl b/git-nav-upstream
|
| similarity index 54%
|
| copy from git-cl
|
| copy to git-nav-upstream
|
| index 7b17d25bee415ca610d6b23fe5034900cf046ef9..23a5bf09815be3a7b7338fac7ec3a1ebe96fd1ff 100755
|
| --- a/git-cl
|
| +++ b/git-nav-upstream
|
| @@ -3,7 +3,6 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -# git_cl.py -- a git-command for integrating reviews on Rietveld
|
| -# Copyright (C) 2008 Evan Martin <martine@danga.com>
|
| +# a git-command to navigate to the upstream branch.
|
|
|
| -. $(type -P python_git_runner.sh)
|
| +git checkout '@{u}'
|
|
|