diff options
| author | Richard M. Stallman | 2001-09-06 19:39:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-09-06 19:39:40 +0000 |
| commit | 67696322252e5ca5197c948d5559f32a480a64c6 (patch) | |
| tree | 91a50103bf8ef3e0a226ea58e73f4e9680123319 | |
| parent | a66b12beb75b579822827ba2a4b1348b51a7a366 (diff) | |
| download | emacs-67696322252e5ca5197c948d5559f32a480a64c6.tar.gz emacs-67696322252e5ca5197c948d5559f32a480a64c6.zip | |
Clarify description of vc-annotate.
| -rw-r--r-- | man/files.texi | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/man/files.texi b/man/files.texi index 51632006db2..078cc5411a6 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -1469,12 +1469,19 @@ them; they exist only in the records of the master file. | |||
| 1469 | @kindex C-x v g | 1469 | @kindex C-x v g |
| 1470 | For CVS-controlled files, you can display the result of the CVS | 1470 | For CVS-controlled files, you can display the result of the CVS |
| 1471 | annotate command, using colors to enhance the visual appearance. Use | 1471 | annotate command, using colors to enhance the visual appearance. Use |
| 1472 | the command @kbd{M-x vc-annotate} to do this. Red means new, blue | 1472 | the command @kbd{M-x vc-annotate} to do this. It creates a new buffer |
| 1473 | means old, and intermediate colors indicate intermediate ages. By | 1473 | to display file's text, colored to show how old each part is. Text |
| 1474 | default, the time scale is 360 days, so that everything more than one | 1474 | colored red is new, blue means old, and intermediate colors indicate |
| 1475 | year old is shown in blue. Giving a prefix argument @var{n} to this | 1475 | intermediate ages. By default, the time scale is 360 days, so that |
| 1476 | command multiplies the time scale by @var{n}, so that all text over | 1476 | everything more than one year old is shown in blue. |
| 1477 | @var{n} years old is shown in blue. | 1477 | |
| 1478 | When you give a prefix argument to this command, it uses the | ||
| 1479 | minibuffer to read two arguments: which version number to display and | ||
| 1480 | annotate (instead of the current file contents), and a stretch factor | ||
| 1481 | for the time scale. A stretch factor of 0.1 means that the color | ||
| 1482 | range from red to blue spans the past 36 days instead of 360 days. A | ||
| 1483 | stretch factor greater than 1 means the color range spans more than a | ||
| 1484 | year. | ||
| 1478 | 1485 | ||
| 1479 | @node Secondary VC Commands | 1486 | @node Secondary VC Commands |
| 1480 | @subsection The Secondary Commands of VC | 1487 | @subsection The Secondary Commands of VC |