all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* vc-tests.el: vc-working-revision
@ 2015-10-30 17:39 Michael Albinus
  0 siblings, 0 replies; only message in thread
From: Michael Albinus @ 2015-10-30 17:39 UTC (permalink / raw)
  To: emacs-devel

Hi,

in vc-tests.el test cases vc-test-<backend>03-working-revision,
vc-working-revision is tested. This function returns different results
for different backends. See the comments in vc-test--working-revision:

;; Create empty repository.  Check working revision of repository.
;; nil: CVS Git Mtn RCS SCCS
;; "0": Bzr Hg SRC SVN

;; Check initial working revision.
;; nil: CVS Git Mtn RCS SCCS SVN
;; "0": Bzr Hg SRC

;; Write a new file.  Check working revision.
;; nil: CVS Git Mtn RCS SCCS SVN
;; "0": Bzr Hg SRC

;; Register a file.  Check working revision.
;; nil: Mtn Git RCS SCCS
;; "0": Bzr CVS Hg SRC SVN

;; Unregister the file.  Check working revision.
;; nil: Git RCS
;; "0": Bzr Hg
;; unsupported: CVS Mtn SCCS SRC SVN

I have no idea what the correct state shall be, it looks to me
strange. At least the unsupported state in the last test does not seem
to be right.

Furthermore, there is no documentation about in doc/emacs/maintaining.texi.

Best regards, Michael.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-30 17:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-30 17:39 vc-tests.el: vc-working-revision Michael Albinus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.