Functionalities like unhiding changesets whose rev/hash is passed by the user
required the knowledge of rev/hashes in the user provided specs. This patch adds
functions which can parse tree object and return a list of such values.
Details
Details
- Reviewers
yuja - Group Reviewers
hg-reviewers - Commits
- rHGdd911f95cbda: revsetlang: add utility function to return hash like symbols from the tree
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Nit: _hashre to mark it a private.