-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(revsets): add merges()
and allow branches()
to filter branch names
#1130
Conversation
9863a82
to
cd9b106
Compare
For example, on my copy of the
Running |
fa5342c
to
d324481
Compare
This was my misunderstanding of how revset |
d324481
to
8ff04b6
Compare
8ff04b6
to
454d3f3
Compare
454d3f3
to
6cc122b
Compare
6cc122b
to
67a1f63
Compare
67a1f63
to
6875952
Compare
6875952
to
89e5041
Compare
c196623
to
466a6f0
Compare
Sorry, I lost track of this. As I recall, I have addressed the review as best I could figure out; see my comments from 11/13. I think I just forgot to un-draft this after doing so. Thank you! |
466a6f0
to
5a10f15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good pending a few comments!
5a10f15
to
7340446
Compare
7340446
to
6f1761d
Compare
fe04365
to
8b7b136
Compare
8b7b136
to
bcd49ea
Compare
Great, thank you! |
merges()
to be useful, in particular on public commits.branches(<pattern>)
see Tell `sync` to ignore certain branches #1117Edit: I believe that this is fixed.branches(<pattern>)
needs more work; it's currently mush slower that I would expect, and it seems to not match some branchs (at least it didn't match all the branches I expected when I used it to push these recent PRs)