>>> "SF" == Steve Fink <[email protected]> writes: > On 9/28/20 12:21 AM, Uwe Brauer wrote: >> Right, I think I will end up with an alias >> for >> >> hg topic -r 'descendants(not public() and ancestors(.))' feature
> Yeah, I have > [revsetalias] > my($1) = not public() and $1 > topobranch($1) = descendants(my(ancestors($1))) > though I do not like the name 'topobranch'. I am just wondering I did: [alias] addtopicbranch = topic -r 'descendants(not public() and ancestors(.))' $1 What is the difference between these two approaches? (Well I have to put -r since it is a general alias, you don't, but yours seem more recursive)
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Mercurial mailing list [email protected] https://www.mercurial-scm.org/mailman/listinfo/mercurial
