Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
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
<Enter>
:
respond to / edit current comment
d
:
mark current comment as done
Issue
u
:
up to list of issues
m
:
publish + mail comments
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
#
:
close issue
Comment/message editing
<Ctrl>
+
s
or
<Ctrl>
+
Enter
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
Issues
All Issues
Side by Side Diff: abp/__init__.py
Issue
29465720
:
Issue 4970 - Document the library API of python-abp (Closed)
Patch Set: Improve the docstrings and help() behavior, shorten the README, add Development documentation and a…
Created Oct. 10, 2017, 4:25 p.m.
Left:
Base
Patch Set 1: None
Patch Set 2: Update README to match the changes from https://codereview.adblockplus.org/29465715/
Patch Set 3: Improve the docstrings and help() behavior, shorten the README, add Development documentation and a…
Patch Set 4: Rebase to match the new master and retouche the docstrings.
Right:
Patch Set 1: None
Patch Set 2: Update README to match the changes from https://codereview.adblockplus.org/29465715/
Patch Set 3: Improve the docstrings and help() behavior, shorten the README, add Development documentation and a…
Patch Set 4: Rebase to match the new master and retouche the docstrings.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
README.md
abp/__init__.py
abp/filters/__init__.py
abp/filters/parser.py
abp/filters/render_script.py
abp/filters/renderer.py
abp/filters/sources.py
tests/test_fs_source.py
tests/test_parser.py
tests/test_web_source.py
tox.ini
View unified diff
|
Download patch
« no previous file with comments
|
« README.md
('k') |
abp/filters/__init__.py »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
"""Container package for Python modules related to Adblock Plus.
2
3
- abp.filters - Tools for working with Adblock Plus filter lists.
4
"""
OLD
NEW
« no previous file with comments
|
« README.md
('k') |
abp/filters/__init__.py »
('j') |
no next file with comments »
Edit Message
Issue 29465720: Issue 4970 - Document the library API of python-abp (Closed)
Created June 14, 2017, 5:45 p.m. by Vasily Kuznetsov
Modified Oct. 24, 2017, 4:18 p.m.
Reviewers: mathias
Base URL:
Comments: 10
This is Rietveld