Hi

Given the following example 
hg init
echo "First" > test.org
hg add test.org
hg commit  -m "First"
echo "Second" >> test.org
hg commit  -m "Second"
echo "Third" >> test.org
hg commit  -m "Third"
echo "Forth" >> test.org
hg commit  -m "Fourth"

Then 
hg up 0
hg branch feature
hg amend
hg evolve

And my changesets have new hashes and belowing to the branch feature, the
old ones are hidden.

However I cannot do the same with a topic.

hg up 0
hg topic feature
hg amend
hg evolve


Does not work. Is this feature missing? Or do I miss something
fundamental here?

Regards

Uwe Brauer 

_______________________________________________
Mercurial mailing list
Mercurial@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial

Reply via email to