It's unclear what we want to support here. Perhaps it should just be
nodeids? It doesn't make much sense to share revnums between repos,
and bookmarks are probably too unstable. I used scmutil.revsymbol() to
preserve the current behavior. We can change later if we want to.
Details
Details
- Reviewers
yuja - Group Reviewers
hg-reviewers - Commits
- rHGd0d55980ffa7: extdatasource: use revsymbol() for converting to node
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.
Event Timeline
Comment Actions
Perhaps it should just be nodeids?
I think it should be, but the test disagree. Maybe we can make BC since
it's still an experimental feature.