comparison doc/lawrencium.txt @ 49:dffb41c2067c

Lawrencium files changes: - Using double-slashes everywhere for Lawrencium paths. - Added an `action=value` standard, to allow for other things than revisions. - Added support for `diff` action. Added support for showing diffs in `Hglog` window.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 08 Nov 2012 23:05:44 -0800
parents 85e39bdd7089
children 671f5e18b515
comparison
equal deleted inserted replaced
48:85e39bdd7089 49:dffb41c2067c
212 212
213 *:Hglogrevedit* 213 *:Hglogrevedit*
214 :Hglogrevedit Looks at the revision specified on the current line, 214 :Hglogrevedit Looks at the revision specified on the current line,
215 and opens that revision for edit in the previous 215 and opens that revision for edit in the previous
216 window (although as a read-only buffer). 216 window (although as a read-only buffer).
217 Mapped to |<CR>| 217 Mapped to |<CR>|.
218
219 *:Hglogdiff*
220 :Hglogdiff Looks at the revision specified on the current line,
221 and runs an `hg diff` between that revision and the
222 previously listed revision (in the line below). It
223 opens that diff in the previous window.
224 It doesn't do anything if the cursor is on the last
225 line.
226 Mapped to |<C-D>|.
227
228 *:Hglogdiff_r*
229 :Hglogdiff {rev} Same as |:Hglogdiff|, but opens a diff between the
230 specified revision and the working directory.
231
232 *:Hglogdiff_r_r*
233 :Hglogdiff {rev1} {rev2}
234 Same as |:Hglogdiff|, but opens a diff between the
235 two specified revisions.
218 236
219 *lawrencium-log-mappings* 237 *lawrencium-log-mappings*
220 A few other mappings are available in the log window: 238 A few other mappings are available in the log window:
221 239
222 q Quit the log window. 240 q Quit the log window.