Convertin a stack of changeset to a topic
Pierre-Yves David
pierre-yves.david at ens-lyon.org
Sun Mar 15 20:01:15 UTC 2020
You can use `hg topic --rev REVS your-topic`
To avoid this situation, you can use one of the following config:
[experimental]
# behavior when commit is made without an active topic
topic-mode = warning # print a warning
topic-mode = enforce-all # abort the commit
topic-mode = random-all # use a randomized generated topic
On 3/15/20 7:57 PM, Alessandro Dentella wrote:
>
> Hi,
>
> what is the proper way to convert a stack of changeset to a topi, in case I
> realize I forgot to start it in the proper moment?
>
> TIA
> sandro
> *:-)
> _______________________________________________
> Mercurial mailing list
> Mercurial at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial
>
--
Pierre-Yves David
More information about the Mercurial
mailing list