all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: emacs-devel@gnu.org
Subject: vc-tests.el: vc-working-revision
Date: Fri, 30 Oct 2015 18:39:30 +0100	[thread overview]
Message-ID: <87y4ek1cj1.fsf@gmx.de> (raw)

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.



                 reply	other threads:[~2015-10-30 17:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y4ek1cj1.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.