-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Fix pattern for HG changed files #8066
Conversation
* Combine changelog entries for related unreleased changes * Sort changelog lines * Add missing changelog entry for #8066
Facing the same issue of hg test failed. I have clone jest from master branch. To Reproduce : Result :
FAIL e2e/tests/onlyChanged.test.ts (112.766s)
[root@3e03e952ffa9 jest]# npx envinfo --preset jest System: [root@3e03e952ffa9 jest]# hg --version Copyright (C) 2005-2012 Matt Mackall and others [root@395776cf6f3f jest]# ./node_modules/.bin/jest -v |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When running in
master
with Mercurial, it throws due to an empty revision set. This PR fixes it, see reply in #7880 (comment).Tested locally with the use of
hg log --rev
, under bookmarks, branches and public commits.