Disable *all* backups when --no-backups used
[wiggle/upstream.git] / demo / README
blob095ed3a4bb8a6ba51c61b0db55665314e1a88777
1 This is demo file for wiggle's --browse mode.
3 Browse mode is intended to let you look through a patch
4 to see how it will apply to a set of files.  It is 
5 possible that the patch will have some conflicts.
6 i.e. the patch was created from a different version of
7 the source to the version that you are applying the patch
8 to.  This is what makes it interesting.
10 You can use normal cursor motion to scroll around,
11 both vertially and horizontally (both EMACS and VI style).
12 From the initial file-list patch, use space
13 or <return> to open/close a directory or file.
14 Form the file-view mode, use 'q' to get back to
15 to file list.
17 Differences applied by the patch are shown as
18 red for removal and blue for addition.
19 Text with a pink background was not matched -
20 maybe it has been changed since the patch was
21 created.
23 green-background text is text that the patch wants
24 to change, but the exact correct change has already
25 been made.
27 Captial-N might go to the next interesting chunk
28 of the file.
31 ---------------------------------------
32 This demonstrates where a diff on one line
33 applies to text that is now split
35 The swift brown fox
36 jumps over the fairly lazy dog.
38 ------------
40 This demonstrates a diff which contains some
41 extraneous lines.
43 The swift brown fox jumps over the lazy dog.
45 There will be extra lines in the diff
47 --------------
49 Here are some lines
50 in which there is
51 a clear conflict
53 --------------
55 Two different lines,
56 both with changes