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

Issue 6409029: Add willis, a tool to show the status of your entire source tree. (Closed)

Created:
9 years, 10 months ago by robotboy
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

Add willis, a tool to show the status of your entire source tree. Willis was inspired by Bill's wtf script. Change-Id: Ie58c51bfafe1041bf7e9d6509b2acb050ba55ac7 BUG=None TEST=run willis, see that there are changes in my tree, be happy Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=60f4fd7

Patch Set 1 #

Total comments: 20

Patch Set 2 : Address Ken's review comments. #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -0 lines) Patch
A host/willis View 1 1 chunk +109 lines, -0 lines 4 comments Download

Messages

Total messages: 5 (0 generated)
robotboy
9 years, 10 months ago (2011-01-31 23:31:56 UTC) #1
Kenneth Waters
http://codereview.chromium.org/6409029/diff/1/host/willis File host/willis (right): http://codereview.chromium.org/6409029/diff/1/host/willis#newcode14 host/willis:14: """Run a command in a given directory, return stdout""" ...
9 years, 10 months ago (2011-02-01 00:56:04 UTC) #2
robotboy
Comments addressed, PTAL. Thanks, Anton http://codereview.chromium.org/6409029/diff/1/host/willis File host/willis (right): http://codereview.chromium.org/6409029/diff/1/host/willis#newcode14 host/willis:14: """Run a command in ...
9 years, 10 months ago (2011-02-01 20:44:55 UTC) #3
Kenneth Waters
lgtm. Just a couple of lingering nits. http://codereview.chromium.org/6409029/diff/3001/host/willis File host/willis (right): http://codereview.chromium.org/6409029/diff/3001/host/willis#newcode41 host/willis:41: print('\033[44m\033[37m%s\033[0m' % ...
9 years, 10 months ago (2011-02-01 20:55:01 UTC) #4
robotboy
9 years, 10 months ago (2011-02-01 21:21:51 UTC) #5
Fixed and pushed, thanks.

http://codereview.chromium.org/6409029/diff/3001/host/willis
File host/willis (right):

http://codereview.chromium.org/6409029/diff/3001/host/willis#newcode59
host/willis:59: (len(lines) == 1 and not re.search(r"\(no branch\)", lines[0])))
:
On 2011/02/01 20:55:01, Kenneth Waters wrote:
> No space before colon.

Done.

Powered by Google App Engine
This is Rietveld 408576698