diff options
| author | Glenn Morris | 2012-02-08 22:25:18 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-08 22:25:18 -0800 |
| commit | dab3703d9b97bade872fed780b849b7848828eaf (patch) | |
| tree | e570183b461a28ff4b87cae9856d88f2626e859b /etc | |
| parent | 65e6fb28e0861267461c39bae222e731c0840f8b (diff) | |
| download | emacs-dab3703d9b97bade872fed780b849b7848828eaf.tar.gz emacs-dab3703d9b97bade872fed780b849b7848828eaf.zip | |
Small VC doc fixes
* lisp/vc/log-view.el (log-view-toggle-entry-display):
* lisp/vc/vc.el (vc-merge, vc-pull): Doc fixes.
* etc/NEWS: Condense a few VC entries.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 28 |
1 files changed, 12 insertions, 16 deletions
| @@ -859,21 +859,20 @@ controlling the degree of parallelism. | |||
| 859 | 859 | ||
| 860 | +++ | 860 | +++ |
| 861 | *** Support for pulling on distributed version control systems. | 861 | *** Support for pulling on distributed version control systems. |
| 862 | `C-x v +' (`vc-pull') runs a "pull" operation, if it is supported, to | 862 | `C-x v +' (`vc-pull') runs a "pull" operation, if it is supported |
| 863 | update the current branch and working tree. A prefix argument means | 863 | (currently with Bzr, Git, and Mercurial), to update the current branch |
| 864 | to prompt the user for specifics, e.g. a pull location. | 864 | and working tree. A prefix argument means to prompt the user for |
| 865 | specifics, e.g. a pull location. | ||
| 865 | 866 | ||
| 866 | **** `vc-update' is now an alias for `vc-pull'. | 867 | --- |
| 867 | 868 | *** `vc-update' is now an alias for `vc-pull'. | |
| 868 | **** Currently supported by Bzr, Git, and Mercurial. | ||
| 869 | 869 | ||
| 870 | +++ | 870 | +++ |
| 871 | *** Support for merging on distributed version control systems. | 871 | *** Support for merging on distributed version control systems. |
| 872 | The vc-merge command now runs a "merge" operation, if it is supported, | 872 | The vc-merge command now runs a "merge" operation, if it is supported |
| 873 | to merge changes from another branch into the current one. It prompts | 873 | (currently with Bzr, Git, and Mercurial), to merge changes from |
| 874 | for specifics, e.g. a merge source. | 874 | another branch into the current one. It prompts for specifics, e.g. a |
| 875 | 875 | merge source. | |
| 876 | **** Currently supported for Bzr, Git, and Mercurial. | ||
| 877 | 876 | ||
| 878 | +++ | 877 | +++ |
| 879 | *** New option `vc-revert-show-diff' controls whether `vc-revert' | 878 | *** New option `vc-revert-show-diff' controls whether `vc-revert' |
| @@ -882,14 +881,11 @@ shows a diff while querying the user. It defaults to t. | |||
| 882 | +++ | 881 | +++ |
| 883 | *** Log entries in some Log View buffers can be toggled to display a | 882 | *** Log entries in some Log View buffers can be toggled to display a |
| 884 | longer description by typing RET (log-view-toggle-entry-display). | 883 | longer description by typing RET (log-view-toggle-entry-display). |
| 884 | This is currently supported for Bzr, Git, and Mercurial (to support | ||
| 885 | another backend, define a `log-view-expanded-log-entry-function'). | ||
| 885 | In the Log View buffers made by `C-x v L' (vc-print-root-log), you can | 886 | In the Log View buffers made by `C-x v L' (vc-print-root-log), you can |
| 886 | use this to display the full log entry for the revision at point. | 887 | use this to display the full log entry for the revision at point. |
| 887 | 888 | ||
| 888 | **** Currently supported for Bzr, Git, and Mercurial. | ||
| 889 | |||
| 890 | **** Packages using Log View mode can enable this functionality by | ||
| 891 | binding `log-view-expanded-log-entry-function' to a suitable function. | ||
| 892 | |||
| 893 | +++ | 889 | +++ |
| 894 | *** New command `vc-ediff' allows visual comparison of two revisions | 890 | *** New command `vc-ediff' allows visual comparison of two revisions |
| 895 | of a file similar to `vc-diff', but using ediff backend. | 891 | of a file similar to `vc-diff', but using ediff backend. |