Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Issue 11262004: git-cl: show dirty files if any (Closed)

Created:
8 years, 2 months ago by ukai
Modified:
8 years, 1 month ago
CC:
chromium-reviews, Dirk Pranke, cmp+cc_chromium.org, M-A Ruel
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -17 lines) Patch
M git_cl.py View 1 2 3 4 chunks +17 lines, -14 lines 1 comment Download
M tests/git_cl_test.py View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
ukai
8 years, 2 months ago (2012-10-25 01:46:36 UTC) #1
M-A Ruel
Also see https://chromiumcodereview.appspot.com/11275022/. Please coordinate whoever wants to win. I'd prefer to refactor the duplicate ...
8 years, 2 months ago (2012-10-25 01:59:03 UTC) #2
ukai
On 2012/10/25 01:59:03, Marc-Antoine Ruel wrote: > Also see https://chromiumcodereview.appspot.com/11275022/. Please coordinate > whoever wants ...
8 years, 2 months ago (2012-10-25 02:14:33 UTC) #3
M-A Ruel
lgtm http://codereview.chromium.org/11262004/diff/3001/git_cl.py File git_cl.py (right): http://codereview.chromium.org/11262004/diff/3001/git_cl.py#newcode153 git_cl.py:153: def is_dirty_git_tree(cmd, force=False): Remove the force argument. http://codereview.chromium.org/11262004/diff/3001/git_cl.py#newcode1011 ...
8 years, 2 months ago (2012-10-25 02:26:33 UTC) #4
ukai
http://codereview.chromium.org/11262004/diff/3001/git_cl.py File git_cl.py (right): http://codereview.chromium.org/11262004/diff/3001/git_cl.py#newcode153 git_cl.py:153: def is_dirty_git_tree(cmd, force=False): On 2012/10/25 02:26:33, Marc-Antoine Ruel wrote: ...
8 years, 2 months ago (2012-10-25 02:29:47 UTC) #5
Isaac (away)
Looks like we were both working on the same CL (mine is https://chromiumcodereview.appspot.com/11275022/). I have ...
8 years, 1 month ago (2012-10-25 06:15:26 UTC) #6
ukai
https://chromiumcodereview.appspot.com/11262004/diff/7001/git_cl.py File git_cl.py (right): https://chromiumcodereview.appspot.com/11262004/diff/7001/git_cl.py#newcode159 git_cl.py:159: print 'Uncommitted files:' On 2012/10/25 06:15:26, Isaac wrote: > ...
8 years, 1 month ago (2012-10-25 06:22:30 UTC) #7
Isaac (away)
Thanks! lgtm
8 years, 1 month ago (2012-10-25 07:30:31 UTC) #8
Isaac (away)
8 years, 1 month ago (2012-10-25 07:53:20 UTC) #9
http://codereview.chromium.org/11262004/diff/10001/git_cl.py
File git_cl.py (right):

http://codereview.chromium.org/11262004/diff/10001/git_cl.py#newcode160
git_cl.py:160: print dirty[:4096]
actually 4096 is pretty long. Maybe we want shorter if users can copy/paste the
command?  Either way is fine.

Powered by Google App Engine
This is Rietveld 408576698