Note that there are some explanatory texts on larger screens.

plurals
  1. POHow can I find all the merges that had conflicts in a Mercurial repository?
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. COIn case anyone is interested, I asked the same question for Git too: http://stackoverflow.com/questions/15707769/how-can-i-find-all-the-merges-that-had-conflicts-in-a-git-repository
      singulars
    2. COJust post some sample input and expected output along with an explanation of the textual transformation without reference to your domain-specific terminology (e.g. "merges", "commits", "parents", "conflicts", "mercurial" probably either don't mean anything or could mean many things to many of the people reading this). It's more likely you'll get a good answer if you can do that than if you expect everyone else to go read a bunch of old posts to try to figure out what your question is about.
      singulars
    3. COFair enough Ed. "Commits" are what in other version control systems are called revisions or changesets, which are atomic units of related changes. The "parent" of a commit is another commit that immediately precedes it. With "merges" I mean commits that have multiple parents. A "conflict" happens when two parents modify the same line of code. "Mercurial" is a distributed version control system. Sample input: any considerable sized open source mercurial repository (I have plenty of these). Sample output: a list of commit IDs (e.g. 15691597c1bd120b0b393a9577c183121ea72c2e)
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload