I am struggling to put together a hg log [only] command to show me pruned
changesets, is there a way to have a revset based on a textual string/regex
of the obsolete description?

My current solution is:
hg --hidden log -r "obsolete()" | grep -B 6 -A 1 "using prune"
_______________________________________________
Evolve-testers mailing list
evolve-test...@lists.mercurial-scm.org
https://lists.mercurial-scm.org/mailman/listinfo/mercurial-evolve-testers

Reply via email to