all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: Mike Kupfer <mkupfer@alum.berkeley.edu>
Cc: emacs-devel@gnu.org
Subject: Re: what make-dist should include [was Re: Emacs pretest 26.1.91 is out]
Date: Thu, 17 Jan 2019 22:01:43 -0500	[thread overview]
Message-ID: <jwvpnsuadjt.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <27085.1547770683@alto> (Mike Kupfer's message of "Thu, 17 Jan 2019 16:18:03 -0800")

> With MQ the workflow is pretty simple:
>
>   1- unpack the tarball
>   2- create the repo and commit the unpacked files
>   3- pull the patches from their repo
>   4- apply the patches ("hg qpush -a")
>   5- build

[ The step 0 being "download the tarball".  ]

Hmm... ignoring the issue of Mercurial -vs- Git, the equivalent using
the VCS would be:

    0- clone from the remote repository to a local "bare" repository.
    1- clone from that local repository
    2- do nothing
    3- pull the patches from their repo
    4- apply the patches
    5- build

Step 0 is where you'll need/want to convert from the remote VCS format
(Git/Mercurial/...) to the one you want to use locally (Mercurial in
your case), so that's where the issue of repository format may get in
the way (I've used Git to access Mercurial repositories and it works OK,
but is significantly slower on large repositories, haven't tried the
other direction).


        Stefan "to me, source code without its VCS repository feels like
                a computer without connection to the Internet"


PS: I should stop here because I'm starting to sound like I'm trying to
convince you to change your workflow, whereas I'm only trying to
understand your motivation.



  reply	other threads:[~2019-01-18  3:01 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-07 16:10 Emacs pretest 26.1.91 is out Nicolas Petton
2019-01-07 21:42 ` John Wiegley
2019-01-07 22:11 ` Glenn Morris
2019-01-07 23:03   ` Nicolas Petton
2019-01-08  3:35     ` Eli Zaretskii
2019-01-08  0:59   ` Paul Eggert
2019-01-11  1:03     ` Glenn Morris
2019-01-11  2:31       ` Paul Eggert
2019-01-16 10:30         ` what make-dist should include [was Re: Emacs pretest 26.1.91 is out] Glenn Morris
2019-01-17  5:42           ` Mike Kupfer
2019-01-17 21:44             ` Stefan Monnier
2019-01-18  0:18               ` Mike Kupfer
2019-01-18  3:01                 ` Stefan Monnier [this message]
2019-01-20  1:08                   ` Mike Kupfer
2019-01-20 14:42                     ` Stefan Monnier
2019-01-18  8:38                 ` Eli Zaretskii
2019-01-20  0:54                   ` Mike Kupfer
2019-01-18 18:58             ` Glenn Morris
2019-01-22 21:58           ` Paul Eggert
2019-01-23 16:14             ` Eli Zaretskii
2019-01-23 17:52               ` Paul Eggert
2019-01-23 18:14                 ` Eli Zaretskii
2019-01-08  1:25 ` Emacs pretest 26.1.91 is out Paul Eggert
2019-01-08  8:53   ` Nicolas Petton
2019-01-09 15:02 ` Phillip Lord

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=jwvpnsuadjt.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=mkupfer@alum.berkeley.edu \
    /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.