From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: vc-next-action RCS vs hg: copies the entry of ChangeLog Date: Mon, 19 Oct 2015 11:30:30 +0300 Message-ID: <83pp0bgt09.fsf@gnu.org> References: <87wpuohbj8.fsf@mat.ucm.es> <561F85F2.2030002@yandex.ru> <87fv18oe04.fsf@mat.ucm.es> <56235135.3060503@yandex.ru> <877fmkoa6v.fsf@mat.ucm.es> <56236B6F.8070401@yandex.ru> <871tcsl41h.fsf@mat.ucm.es> <5623FB62.5020507@yandex.ru> <877fmjqrd5.fsf@mat.ucm.es> <83y4ezgwun.fsf@gnu.org> <87vba3p95y.fsf@mat.ucm.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1445243471 8706 80.91.229.3 (19 Oct 2015 08:31:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Oct 2015 08:31:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 19 10:31:04 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zo5qO-0006qw-8J for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2015 10:31:00 +0200 Original-Received: from localhost ([::1]:37353 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo5qN-0008I3-DP for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2015 04:30:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo5py-0008Hr-T4 for emacs-devel@gnu.org; Mon, 19 Oct 2015 04:30:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zo5pu-0002FU-55 for emacs-devel@gnu.org; Mon, 19 Oct 2015 04:30:34 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:60305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo5pt-0002F2-Mr for emacs-devel@gnu.org; Mon, 19 Oct 2015 04:30:30 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NWG00200KUCYO00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Mon, 19 Oct 2015 11:30:28 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NWG002RFKYRVT50@a-mtaout21.012.net.il>; Mon, 19 Oct 2015 11:30:28 +0300 (IDT) In-reply-to: <87vba3p95y.fsf@mat.ucm.es> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:192047 Archived-At: > From: Uwe Brauer > Date: Mon, 19 Oct 2015 11:14:17 +0300 > > > > > Not in those ones. Look at ChangeLog.2 at top level, this is the Git > > commit log, updated once a week. > > I successfully run git pull. > > Now > ChangeLog.2 contains the following first lines > ,---- > | 2015-10-18 Michael Albinus > | > | Minor edits in Tramp > | > | * lisp/net/tramp-adb.el (directory-listing-before-filename-regexp): > | Declare it. > | > | * lisp/net/tramp-compat.el (directory-listing-before-filename-regexp): > | Remove declaration. > `---- > > However git log | more > > gives > ,---- > | commit f1575763c0d30df9f9e5b730c2f2c68f501cda9c > | Author: Eli Zaretskii > | Date: Mon Oct 19 10:04:50 2015 +0300 > | > | Fix return value of 'set-file-extended-attributes' > | > | * lisp/files.el (set-file-extended-attributes): Return non-nil > | when setting either ACLs or SELinux context succeeds. Document > | the return value. (Bug#21699) > | > | * doc/lispref/files.texi (Changing Files): Document the return > | value of set-file-extended-attributes. > `---- Of course. Like I said above: > > Look at ChangeLog.2 at top level, this is the Git > > commit log, updated once a week. ^^^^^^^^^^^^^^^^^^^ Wait for a few hours, and you will ChangeLog.2 updated in the repository.