Re: [PATCH 3 of 3 RFC] revset: add an 'all' argument to ancestor() to return

2018-05-27 Thread Sean Farley
Sean Farley writes: > # HG changeset patch > # User Sean Farley > # Date 1527357855 -7200 > # Sat May 26 20:04:15 2018 +0200 > # Node ID 9fa3f81f4685ca73393f57253f2f05a0d758c022 > # Parent 000e9442997b1c61ae02a27e657ffb34d170502b > # EXP-Topic gca-revset >

[PATCH 1 of 3 RFC] context: factor out commonancestorsheads calculation

2018-05-27 Thread Sean Farley
# HG changeset patch # User Sean Farley # Date 1527357492 -7200 # Sat May 26 19:58:12 2018 +0200 # Node ID 6a31ef919a2440e79a1477d428b46408bf3667ab # Parent cc9aa88792fe8daf041521710f52be59c69b79eb # EXP-Topic gca-revset context: factor out commonancestorsheads calculation

[PATCH 3 of 3 RFC] revset: add an 'all' argument to ancestor() to return

2018-05-27 Thread Sean Farley
# HG changeset patch # User Sean Farley # Date 1527357855 -7200 # Sat May 26 20:04:15 2018 +0200 # Node ID 9fa3f81f4685ca73393f57253f2f05a0d758c022 # Parent 000e9442997b1c61ae02a27e657ffb34d170502b # EXP-Topic gca-revset revset: add an 'all' argument to ancestor() to return

[PATCH 2 of 3 RFC] context: add a method to return a list of common ancestor changesets

2018-05-27 Thread Sean Farley
# HG changeset patch # User Sean Farley # Date 1527357601 -7200 # Sat May 26 20:00:01 2018 +0200 # Node ID 000e9442997b1c61ae02a27e657ffb34d170502b # Parent 6a31ef919a2440e79a1477d428b46408bf3667ab # EXP-Topic gca-revset context: add a method to return a list of common

D3666: templatekw: make getrenamed() return only filename, not nodeid

2018-05-27 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY No callers cared about the nodeid and I want to make getrenamed() not look up the node (although it's currently free, I hope to store copy info in changesets