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

Issue 10388020: Add a revert script. (Closed)

Created:
8 years, 7 months ago by Emily Fortuna
Modified:
8 years, 7 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 34

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -0 lines) Patch
A tools/revert.py View 1 2 1 chunk +193 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Emily Fortuna
check out the git version, especially. https://chromiumcodereview.appspot.com/10388020/diff/1/tools/revert.py File tools/revert.py (right): https://chromiumcodereview.appspot.com/10388020/diff/1/tools/revert.py#newcode12 tools/revert.py:12: parser.add_option('--range', '-r', dest='rev_range', ...
8 years, 7 months ago (2012-05-08 00:39:57 UTC) #1
Siggi Cherem (dart-lang)
https://chromiumcodereview.appspot.com/10388020/diff/1/tools/revert.py File tools/revert.py (right): https://chromiumcodereview.appspot.com/10388020/diff/1/tools/revert.py#newcode1 tools/revert.py:1: import optparse + #!/usr/bin/env python + # Copyright ...
8 years, 7 months ago (2012-05-08 01:16:07 UTC) #2
Emily Fortuna
PTAL! https://chromiumcodereview.appspot.com/10388020/diff/1/tools/revert.py File tools/revert.py (right): https://chromiumcodereview.appspot.com/10388020/diff/1/tools/revert.py#newcode1 tools/revert.py:1: import optparse On 2012/05/08 01:16:07, sigmund wrote: > ...
8 years, 7 months ago (2012-05-08 17:33:27 UTC) #3
Siggi Cherem (dart-lang)
https://chromiumcodereview.appspot.com/10388020/diff/1/tools/revert.py File tools/revert.py (right): https://chromiumcodereview.appspot.com/10388020/diff/1/tools/revert.py#newcode143 tools/revert.py:143: run_cmd(['git', 'commit', '-m', commit_msg]) On 2012/05/08 17:33:27, Emily Fortuna ...
8 years, 7 months ago (2012-05-08 17:48:23 UTC) #4
Siggi Cherem (dart-lang)
8 years, 7 months ago (2012-05-08 17:53:34 UTC) #5
and lgtm!

Powered by Google App Engine
This is Rietveld 408576698