https://bz.mercurial-scm.org/show_bug.cgi?id=5451
Bug ID: 5451 Summary: Feature request: list pruned changesets Product: Mercurial Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: feature Priority: wish Component: evolution Assignee: bugzi...@mercurial-scm.org Reporter: falsif...@google.com CC: mercurial-de...@selenic.com, pierre-yves.da...@ens-lyon.org Sometimes I discard a change using hg prune, but would like to be able to refer to it later. I would like a way to list changesets that were pruned. I've tried making a revset expression to do this, but haven't managed. For example, I thought the following should do it: hg log --hidden -r 'obsolete() - allprecursors(all())' but shows me a lot of log messages like "temporary amend commit for (some hash)" or "fold-temp-revision (some hash)", as well as a few commits I'm pretty sure have successors that are still alive. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel