From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id KICGMMgTQmZ0SwAAqHPOHw:P1 (envelope-from ) for ; Mon, 13 May 2024 15:21:13 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id KICGMMgTQmZ0SwAAqHPOHw (envelope-from ) for ; Mon, 13 May 2024 15:21:12 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Yckj5aSn; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1715606472; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=TyTcmC57lH2fQtlNMe8JhgbqrSdpK9JHPJwlewkX/qk=; b=SJngQwfdWHgJT77qxqRsaTLaYyDw8iS8gnRclwxgv97StfaYlHxDsEO+1qhecTI00s8TGb d4dX/Mkzsdmp9OglwfnXhGopfyv9UglIGbsxML52Q3XThi4uytU7gegIl9N6fJUN0eZjL5 TcfaeUWxBPoh2no1gzA9Vs38lnHl8u3+CIitV5TD4sF8UGsggxIk8rbWq5nmywR0xankAD gNPmjnYU1F2dUORgiG5FrynAJkOk3A2Uvy2+TSC4ZDbwbHwrWKuohV2/ZRhDChPXoRo4nP sK8WfDP/gthDEX3058kzgYrb4mhgqO6UpAjFbjQ6H7Pz9AlQWidYR1KShIQ64g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Yckj5aSn; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1715606472; a=rsa-sha256; cv=none; b=asVoTVan3DjbxJglfGgXSGcdCJzZYhk8jWrOjth5cKqtRylYrc7pwpraX189XIvkP0ZUm0 HBvc38/iONefBWRtVRZ9Hsg5Hbp2iHN8jiJhRJklCFjZMWjbZ42k/erM+6T/3qSoXCEkVs MRUoGFW6Fe5+Od5Qzv+ZdCHZQFxTO5+EAg9dwiXZIz13qSR6ETZs9cUU9KFzs23CM/7Nto /eQdgRKAB+mKdixbAGlk6df2LpZE8LkTOdPvibWG79uDWpSzOY4uboi9d6ivm2WY8KncXn 6xx1PTx1zYidntQV3bM99qetFS0fUs3cGDRAgJHNSM05UxC4TPRpq0DplMdrMA== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9FDDF67B46 for ; Mon, 13 May 2024 15:21:12 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s6V47-0004Rf-Ab; Mon, 13 May 2024 08:46:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s6V45-0004RE-Te for guix-patches@gnu.org; Mon, 13 May 2024 08:46:01 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1s6V45-0006OT-JV for guix-patches@gnu.org; Mon, 13 May 2024 08:46:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1s6V46-0003o4-05 for guix-patches@gnu.org; Mon, 13 May 2024 08:46:02 -0400 Subject: bug#68353: [PATCH v2 1/2] doc: Document cvs-fetch and cvs-reference. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 13 May 2024 12:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 68353 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Tomas Volf <~@wolfsden.cz> Cc: 68353-done@debbugs.gnu.org, Florian Pelz , Matthew Trzcinski Mail-Followup-To: 68353@debbugs.gnu.org, ludo@gnu.org, ~@wolfsden.cz Received: via spool by 68353-done@debbugs.gnu.org id=D68353.171560433611035 (code D ref 68353); Mon, 13 May 2024 12:46:01 +0000 Received: (at 68353-done) by debbugs.gnu.org; 13 May 2024 12:45:36 +0000 Received: from localhost ([127.0.0.1]:60781 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s6V3f-0002qv-VZ for submit@debbugs.gnu.org; Mon, 13 May 2024 08:45:36 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s6V3e-0002Wa-4B for 68353-done@debbugs.gnu.org; Mon, 13 May 2024 08:45:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s6V3U-00069Q-R8; Mon, 13 May 2024 08:45:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=TyTcmC57lH2fQtlNMe8JhgbqrSdpK9JHPJwlewkX/qk=; b=Yckj5aSnPWThUIN1ArzM LCBX6XkvOHdkHw2BYSSwJxUSl7yqzR7MxNVS4hXw2eHuNetXMRMZBfDYkYQeXcHSUoFSHJCXMo2dx tTrjSm0CN3ss+rvYSjQBNgTJBtf6bhPyeLk8gQS/U8JYiV0nSTRomHB1CRKNvPiM67fNbibhAYY/y le0onrb5ldODXxsW9A/qmYluhePFe8fks6qkAKAWPmIf9Ggxp226ihsTPoFfKtoH5u3/mEOFf/EEG l0eKPLE0kwyqQOjuO4wG7DSozvhkRBpRd5ZBQTzc9ukUvKBTHrnWPpF0zekmY5aAeN9DYA7aBzhg2 wrZcWZKe8K0i8A==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <82ec854214fad37f82bc18d4424ac61f82da3f1a.1715507861.git.~@wolfsden.cz> (Tomas Volf's message of "Sun, 12 May 2024 11:57:40 +0200") References: <82ec854214fad37f82bc18d4424ac61f82da3f1a.1715507861.git.~@wolfsden.cz> Date: Mon, 13 May 2024 14:45:22 +0200 Message-ID: <87o799anj1.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -7.27 X-Spam-Score: -7.27 X-Migadu-Queue-Id: 9FDDF67B46 X-Migadu-Scanner: mx13.migadu.com X-TUID: ji1DkFzk9Ht9 Tomas Volf <~@wolfsden.cz> skribis: > For some reason, they were missing from the documentation. This commit adds > them including an example of usage. > > * doc/guix.texi (origin Reference): Add cvs-fetch and cvs-reference. > > Change-Id: I6622a9f70e6d71ed31fbb3d2689df4a6946f8868 [...] > The field is called changeset, not revision. And the string does not have to > be a number. > > * doc/guix.texi (origin Reference): Fix documentation for hg-reference. > > Change-Id: Ic622dfc7b44caf42d070cdab8e42808dd96e6d63 Applied, thanks!