diff options
| author | Michael Albinus | 2014-12-11 13:01:45 +0100 |
|---|---|---|
| committer | Michael Albinus | 2014-12-11 13:01:45 +0100 |
| commit | 9ff164ac6fb3a7a3551679f75e95b306c24fdf33 (patch) | |
| tree | e0df54cf9ff493077ab28ebf38b2b9730f75a791 /test/ChangeLog | |
| parent | 452921cfc11b0e0f93130e57c4aa31036d91964e (diff) | |
| download | emacs-9ff164ac6fb3a7a3551679f75e95b306c24fdf33.tar.gz emacs-9ff164ac6fb3a7a3551679f75e95b306c24fdf33.zip | |
* automated/vc-tests.el (vc-test--revision-granularity-function):
New defun.
(vc-test--create-repo-function): Rename from
`vc-test--create-repo-if-not-supported'. Adapt all callees.
(vc-test--create-repo): Check also for revision-granularity.
(vc-test--unregister-function): Additional argument FILE. Adapt
all callees.
(vc-test--working-revision): New defun.
(vc-test-*-working-revision): New tests.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 8b7b74d43bd..c4ff2c70147 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2014-12-11 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * automated/vc-tests.el (vc-test--revision-granularity-function): | ||
| 4 | New defun. | ||
| 5 | (vc-test--create-repo-function): Rename from | ||
| 6 | `vc-test--create-repo-if-not-supported'. Adapt all callees. | ||
| 7 | (vc-test--create-repo): Check also for revision-granularity. | ||
| 8 | (vc-test--unregister-function): Additional argument FILE. Adapt | ||
| 9 | all callees. | ||
| 10 | (vc-test--working-revision): New defun. | ||
| 11 | (vc-test-*-working-revision): New tests. | ||
| 12 | |||
| 1 | 2014-12-10 Michael Albinus <michael.albinus@gmx.de> | 13 | 2014-12-10 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 14 | ||
| 3 | * automated/vc-tests.el (vc-test--register): Check, that the file | 15 | * automated/vc-tests.el (vc-test--register): Check, that the file |