comparison lisp/ChangeLog @ 82012:878cfe0c0c5a

(vc-hg-dir-state): Fix loop. (vc-hg-print-log): Fix expected return value for vc-hg-command. (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file) (vc-hg-register, vc-hg-create-repo, vc-hg-checkin) (vc-hg-revert): Likewise. (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 21 Jul 2007 16:44:56 +0000
parents c934794f2e69
children f756878ad88b
comparison
equal deleted inserted replaced
82011:79d0a96eebd0 82012:878cfe0c0c5a
1 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-hg.el (vc-hg-dir-state): Fix loop.
4 (vc-hg-print-log): Fix expected return value for vc-hg-command.
5 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
6 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
7 (vc-hg-revert): Likewise.
8 (vc-hg-revision-table, vc-hg-revision-completion-table): New
9 functions.
10
1 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca> 11 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2 12
3 * add-log.el (change-log-resolve-conflict): Don't lose data if the 13 * add-log.el (change-log-resolve-conflict): Don't lose data if the
4 merge fails. 14 merge fails.
5 15