add a topic but not a head

Uwe Brauer oub at mat.ucm.es
Fri Jun 14 06:30:17 UTC 2019


>>> "FM" == Faheem Mitha <faheem at faheem.info> writes:

> Hi Uwe,

> You have orphans, so you should run `hg evolve`, I think.

I did this and obtained 
nothing to evolve on current working copy parent
(4 other orphan in the repository, do you want --any or --rev)

So I run 

hg evolve --any


And obtain 

@  changeset:   9:3a6881c914b6
|  tag:         tip
|  topic:       NewTopic
|  parent:      6:31a2e95e129d
|  user:        Uwe Brauer <oub at mat.ucm.es>
|  date:        Thu Jun 13 22:47:47 2019 +0200
|  instability: orphan
|  summary:     Fifth
|
| o  changeset:   8:e5c061909004
| |  topic:       topic2
| |  parent:      0:9532d2195bf5
| |  user:        Bernhard Riemann <bernhard.riemann at gmail.com>
| |  date:        Thu Jun 13 22:47:46 2019 +0200
| |  summary:     Second
| |
| | *  changeset:   7:92e03208cff4
| | |  topic:       topic2
| | |  parent:      1:3e0bffb964e9
| | |  user



> Also, message text should be in the body of your message, not in an
> attachment.

I am not entirely sure what you mean. I use the gnus mail/news program
in GNU emacs with is strictly text based.

I do, however, sign my messages (SMIME). This protect the integrity of
my message, and would allow you to send me an encrypted message, if you
want (and have smime enabled.)

As far as I know any decent mail reader handles smime messages well,
that is only show by small icon that the message has been signed, for
example thunderbird does this. Even gmail's webmail has no problem with
these message. So out of curiosity which email reader are you reason, I
could not find out from your message header I can only see 

X-Comment: LuxSci SP Message ID - 1560460516-3322233.92846241


But I have to asks other and especially the maintainer. Is SMIME signed
considered as being undesired in this list? I will no sign this message
for the moment being but would like to have this issue clarified.

> If you still think there is a problem, can you provide a script?

Yes here it is. I did attach it, but insert because I am now not sure
whether you can deal with attachments.

Regards

Uwe 

#!/bin/sh
# create.sh
# Created Sat Jul 28 2018 by Uwe Brauer oub at mat.ucm.es
# $Id$
# $Log$
hg init
echo "First" > test.org
hg add test.org
hg commit -u "Bernhard Riemann <bernhard.riemann at gmail.com>" -m "First"
echo "Second" >> test.org
hg commit -u "Bernhard Riemann <bernhard.riemann at gmail.com>" -m "Second"
echo "Third" >> test.org
hg commit -u "Bernhard Riemann <bernhard.riemann at gmail.com>" -m "Third"
echo "Forth" >> test.org
hg commit  -m "Fourth"
hg topics NewTopic
echo "Fifth" >> test.org
hg commit  -m "Fifth"
echo "Six" >> test.org
hg commit  -m "Six"
hg topics topic2 -r 1::3
hg log -G





More information about the Evolve-testers mailing list