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: modules/roundup/templates/site.erb
Issue
5777328449781760
:
Concept for Trac as issue tracker. (Closed)
Patch Set: Adressed typo forgotten in former patch.
Created March 6, 2014, 2:49 p.m.
Left:
Base
Patch Set 1: None
Patch Set 2: Finalised Trac configuration.
Patch Set 3: Adressed typo forgotten in former patch.
Patch Set 4: Cleaned my working branch and adressed remarks from patch 3.
Right:
Patch Set 1: None
Patch Set 2: Finalised Trac configuration.
Patch Set 3: Adressed typo forgotten in former patch.
Patch Set 4: Cleaned my working branch and adressed remarks from patch 3.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
.hgsubstate
manifests/issuesserver.pp
manifests/webserver.pp
modules/downloadserver/files/downloads.adblockplus.org
modules/nginx/manifests/init.pp
modules/private-stub/manifests/roundup.pp
modules/private-stub/manifests/trac.pp
modules/roundup/manifests/init.pp
modules/roundup/templates/config.ini.erb
modules/roundup/templates/roundup-server.ini.erb
modules/roundup/templates/site.erb
modules/trac/files/adblockplus_logo.png
modules/trac/files/permissions.csv
modules/trac/manifests/init.pp
modules/trac/templates/site.erb
modules/trac/templates/trac.ini.erb
View unified diff
|
Download patch
« manifests/webserver.pp
('K') |
« modules/roundup/templates/roundup-server.ini.erb
('k') |
modules/trac/files/adblockplus_logo.png »
('j') |
modules/trac/manifests/init.pp »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
server {
2
server_name <%= @domain %>;
3
4
location / {
5
proxy_pass http://localhost:8088/<%= @tracker_name %>/;
6
}
7
}
OLD
NEW
« manifests/webserver.pp
('K') |
« modules/roundup/templates/roundup-server.ini.erb
('k') |
modules/trac/files/adblockplus_logo.png »
('j') |
modules/trac/manifests/init.pp »
('J')
Edit Message
Issue 5777328449781760: Concept for Trac as issue tracker. (Closed)
Created Feb. 25, 2014, 8:22 a.m. by Philip Hill
Modified March 7, 2014, 9:55 a.m.
Reviewers: Felix Dahlke, Wladimir Palant
Base URL:
Comments: 13
This is Rietveld