Rather basic question about using mercurial in test/production set-up
Mathias De Maré
mathias.demare at gmail.com
Thu Feb 18 18:14:27 UTC 2021
On Tue, Feb 16, 2021 at 2:37 PM Dr Rainer Woitok
<rainer.woitok at gmail.com> wrote:
>
> Chris,
>
> On Tuesday, 2021-02-16 12:53:04 +0000, Chris Green wrote:
>
> > ...
> > So I have cloned my home repository to the test server, what next?
>
> Make yourself familiar with "Mercurial Queues", a built-in Mercurial ex-
> tension which allows you to create patches which you then can apply or
> pop off the main repository as you desire.
Mercurial Queues is considered deprecated, so best not to advise it
anymore (except maybe in very specific cases). 'hg rebase', 'hg commit
--amend', 'hg histedit', 'hg shelve' are all commands that provide
similar functionality, but integrated with the Mercurial merge logic.
Chris: since you mention that Mercurial is now available on your test
server, you can indeed push/pull to/from that server over ssh. If you
want to expand your Mercurial knowledge, one of the possible resources
is the Mercurial book: https://book.mercurial-scm.org
Greetings,
Mathias
>
> Sincerely,
> Rainer
> _______________________________________________
> Mercurial mailing list
> Mercurial at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial
More information about the Mercurial
mailing list