Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(2505)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Unified Diff: appengine/findit/lib/gitiles/blame.py
Issue
2344443005
:
[Findit] Factoring the gitiles (etc) stuff out into its own directory (Closed)
Patch Set: reordering imports
Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
appengine/findit/common/blame.py
appengine/findit/common/cache_decorator.py
appengine/findit/common/change_log.py
appengine/findit/common/codereview.py
appengine/findit/common/deps_parser.py
appengine/findit/common/diff.py
appengine/findit/common/git_repository.py
appengine/findit/common/repository.py
appengine/findit/common/rietveld.py
appengine/findit/common/test/base_handler_test.py
appengine/findit/common/test/blame_test.py
appengine/findit/common/test/cache_decorator_test.py
appengine/findit/common/test/change_log_test.py
appengine/findit/common/test/chrome_dependency_fetcher_test.py
appengine/findit/common/test/dependency_test.py
appengine/findit/common/test/diff_test.py
appengine/findit/common/test/git_repository_test.py
appengine/findit/crash/callstack.py
appengine/findit/crash/changelist_classifier.py
appengine/findit/crash/chromecrash_parser.py
appengine/findit/crash/crash_pipeline.py
appengine/findit/crash/scorers/test/scorer_test_suite.py
appengine/findit/crash/test/callstack_test.py
appengine/findit/crash/test/changelist_classifier_test.py
appengine/findit/crash/test/crash_testcase.py
appengine/findit/crash/test/findit_for_chromecrash_test.py
appengine/findit/crash/test/results_test.py
appengine/findit/handlers/build_failure.py
appengine/findit/handlers/check_duplicate_failures.py
appengine/findit/handlers/config.py
appengine/findit/handlers/crash/crash_config.py
appengine/findit/handlers/crash/fracas_dashboard.py
appengine/findit/handlers/culprit.py
appengine/findit/handlers/failure_log.py
appengine/findit/handlers/help_triage.py
appengine/findit/handlers/list_analyses.py
appengine/findit/handlers/monitor_alerts.py
appengine/findit/handlers/process_failure_analysis_requests.py
appengine/findit/handlers/swarming_task.py
appengine/findit/handlers/test/help_triage_test.py
appengine/findit/handlers/triage_analysis.py
appengine/findit/handlers/try_job.py
appengine/findit/handlers/try_job_dashboard.py
appengine/findit/handlers/try_job_result.py
appengine/findit/handlers/verify_analysis.py
appengine/findit/handlers/version.py
appengine/findit/lib/__init__.py
appengine/findit/lib/cache_decorator.py
appengine/findit/lib/gitiles/__init__.py
appengine/findit/lib/gitiles/blame.py
appengine/findit/lib/gitiles/change_log.py
appengine/findit/lib/gitiles/diff.py
appengine/findit/lib/gitiles/git_repository.py
appengine/findit/lib/gitiles/gitiles_repository.py
appengine/findit/lib/gitiles/test/__init__.py
appengine/findit/lib/gitiles/test/blame_test.py
appengine/findit/lib/gitiles/test/change_log_test.py
appengine/findit/lib/gitiles/test/diff_test.py
appengine/findit/lib/gitiles/test/gitiles_repository_test.py
appengine/findit/lib/test/__init__.py
appengine/findit/lib/test/cache_decorator_test.py
appengine/findit/waterfall/build_failure_analysis.py
appengine/findit/waterfall/extract_deps_info_pipeline.py
appengine/findit/waterfall/flake/step_mapper.py
appengine/findit/waterfall/identify_try_job_culprit_pipeline.py
appengine/findit/waterfall/pull_changelog_pipeline.py
appengine/findit/waterfall/send_notification_for_culprit_pipeline.py
appengine/findit/waterfall/test/build_failure_analysis_test.py
appengine/findit/waterfall/test/extract_deps_info_pipeline_test.py
appengine/findit/waterfall/test/identify_try_job_culprit_pipeline_test.py
appengine/findit/waterfall/test/send_notification_for_culprit_pipeline_test.py
View side-by-side diff with in-line comments
Download patch
« no previous file with comments
|
« appengine/findit/lib/gitiles/__init__.py
('k') |
appengine/findit/lib/gitiles/change_log.py »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: appengine/findit/lib/gitiles/blame.py
diff --git a/appengine/findit/common/blame.py b/appengine/findit/lib/gitiles/blame.py
similarity index 100%
rename from appengine/findit/common/blame.py
rename to appengine/findit/lib/gitiles/blame.py
« no previous file with comments
|
« appengine/findit/lib/gitiles/__init__.py
('k') |
appengine/findit/lib/gitiles/change_log.py »
('j') |
no next file with comments »
Issue 2344443005: [Findit] Factoring the gitiles (etc) stuff out into its own directory (Closed)
Created 4 years, 3 months ago by wrengr
Modified 4 years, 2 months ago
Reviewers: Martin Barbella, stgao, Sharu Jiang
Base URL:
Comments: 68
This is Rietveld
408576698