comparison etc/NEWS @ 108891:3e41dbf56aa2

vc-log-incoming/vc-log-outgoing fixes for Git. * lisp/vc-git.el (vc-git-log-view-mode): Fix font lock for incoming/outgoing logs. (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream} instead of vc-git-compute-remote. (vc-git-compute-remote): Remove.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 05 Jun 2010 02:56:22 -0700
parents b008fff91985
children c05344a913c8
comparison
equal deleted inserted replaced
108890:d9257436d2b1 108891:3e41dbf56aa2
164 164
165 *** New VC commands: vc-log-incoming, vc-log-outgoing, vc-find-conflicted-file. 165 *** New VC commands: vc-log-incoming, vc-log-outgoing, vc-find-conflicted-file.
166 166
167 **** vc-log-incoming for Git runs "git fetch" so that the necessary 167 **** vc-log-incoming for Git runs "git fetch" so that the necessary
168 data is available locally. 168 data is available locally.
169
170 **** vc-log-incoming and vc-log-outgoing for Git require version 1.7 (or newer).
169 171
170 *** New key bindings: C-x v I and C-x v O bound to vc-log-incoming and 172 *** New key bindings: C-x v I and C-x v O bound to vc-log-incoming and
171 vc-log-outgoing, respectively. 173 vc-log-outgoing, respectively.
172 174
173 *** vc-dir for Bzr supports viewing shelve contents and shelving snapshots. 175 *** vc-dir for Bzr supports viewing shelve contents and shelving snapshots.