Release 0.8
[wiggle/upstream.git] / demo.orig / README
blobccc629efeb8b4225c2cbff555ad7eef43dff0323
2 This is demo file for wiggles --browse mode.
4 Browse mode is intended to let you look through a patch
5 to see how it will apply to a set of files.  It is 
6 possible that the patch will have some conflicts.
7 i.e. the patch was created from a different version of
8 the source to the version that you are applying the patch
9 to.  This is what makes it interesting.
11 You can use normal cursor motion to scroll around,
12 both vertially and horizontally.
13 From the initial file-list patch, use space
14 or <return> to open/close a directory or file.
15 Form the file-view mode, use 'q' to get back to
16 to file list.
18 Differences applied by the patch are shown as
19 RED for removal and BLUE for addition.
20 Text with a pink background was not matched -
21 maybe it has been changed since the patch was
22 created.
24 green-background text is text that the patch wants
25 to change, but the exact correct change has already
26 been made.
28 Captial-N might go to the next interesting chunk
29 of the file.
32 ---------------------------------------
33 This demonstrates where a diff on one line
34 applies to text that is now split
36 The swift brown fox jumps over the lazy dog.
38 ------------
40 This demonstrates a diff which contains some
41 extraneous lines.
42 (this is an extra line)
44 The swift brown fox jumps over the lazy dog.
46 There will be extra lines in the diff
47 (as is this)
49 --------------