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
masterwith 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.