Bug 1640815 Comment 11 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Interesting, so if you clone using a bundle from those directions then `hg log --rev "heads(ancestors(.) and not draft())"  --limit 1` produces no output. (Apparently every commit in the repo is considered a "draft" repo.) The revset would probably have to be updated, again, to be inclusive of this case.
Interesting, so if you clone using a bundle from those directions then `hg log --rev "heads(ancestors(.) and not draft())"  --limit 1` produces no output. (Apparently every commit in the repo is considered a "draft" commit.) The revset would probably have to be updated, again, to be inclusive of this case.

Back to Bug 1640815 Comment 11