Page MenuHomePhabricator

Correct a parameter order swap in "diffusion.historyquery" for Mercurial
ClosedPublic

Authored by epriestley on Sep 5 2021, 12:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 6, 1:46 AM
Unknown Object (File)
Fri, Apr 5, 10:46 AM
Unknown Object (File)
Sat, Mar 30, 10:14 AM
Unknown Object (File)
Fri, Mar 29, 10:46 AM
Unknown Object (File)
Fri, Mar 29, 7:49 AM
Unknown Object (File)
Mar 12 2024, 6:58 PM
Unknown Object (File)
Mar 5 2024, 8:49 AM
Unknown Object (File)
Feb 19 2024, 6:01 PM
Subscribers
None

Details

Summary

Ref T13666. See T13666#256253. The order of these parameters is incorrect (introduced in D18817, which was trying to turn the revset "A or B" into "B or A"), but when "commit" is the single head of "branch" (which is common), the revset is functionally equivalent.

Test Plan

An easy reproduction case is to make a "diffusion.historyquery" call manually against a Mercurial repository, with a valid "branch" name and some non-head "commit".

  • Before patch, queried "head^" (by commit hash, not by symbol) of "default" and got "head" too (wrong).
  • Applied patch to secure001.phacility.net (my local hg web environment is iffy right now).
  • Re-ran the same query, saw "head^" as the first result rather than "head" (all hashes rather than symbols, as above), which is desired.

Diff Detail

Repository
rP Phabricator
Branch
hg1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 25556
Build 35344: Run Core Tests
Build 35343: arc lint + arc unit