jmollan / git-repo

Automatically exported from code.google.com/p/git-repo
Apache License 2.0
0 stars 0 forks source link

repo status should show committed but not submitted changes #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Affected Version: 1.6.8.10
Environment:

repo version v1.6.8.10
       (from git://android.git.kernel.org/tools/repo.git)
git version 1.6.2.4
Python 2.5.1 (r251:54863, Feb  6 2009, 19:02:12) 
[GCC 4.0.1 (Apple Inc. build 5465)]

What steps will reproduce the problem?
1. Commit a change on a branch in a project
2. Run 'repo status'

What is the expected output? What do you see instead?

I expect to see that I have changes in my working directory that don't 
match the canonical state on the repo server. Instead I only see the result 
of git status for each project. There isn't an easy way to tell what has been 
committed (uploaded or not, doesn't matter) but not submitted to the 
server.

Original issue reported on code.google.com by j...@google.com on 4 Jan 2010 at 7:35