Page MenuHomePhabricator

Fix an issue where Mercurial pushes would consider only the first and last commits
ClosedPublic

Authored by epriestley on May 27 2014, 7:49 PM.
Tags
None
Referenced Files
F13082972: D9309.diff
Wed, Apr 24, 10:22 PM
Unknown Object (File)
Fri, Apr 19, 5:40 PM
Unknown Object (File)
Tue, Apr 2, 6:54 PM
Unknown Object (File)
Mar 22 2024, 8:16 AM
Unknown Object (File)
Mar 22 2024, 8:16 AM
Unknown Object (File)
Mar 22 2024, 7:53 AM
Unknown Object (File)
Mar 22 2024, 7:29 AM
Unknown Object (File)
Mar 12 2024, 9:50 PM
Subscribers

Details

Summary

Fixes T5197. hg log --rev x --rev y means "rev x, and also rev y".

Use --rev x:y, which means "all commits between x and y, inclusive".

Test Plan

Pushed 4 commits at once, got 4 commits in push log.

Diff Detail

Repository
rP Phabricator
Branch
hg2
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 723
Build 723: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Fix an issue where Mercurial pushes would consider only the first and last commits.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Jun 3 2014, 10:04 PM
epriestley updated this revision to Diff 22322.

Closed by commit rP0d87fef5731f (authored by @epriestley).