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
F14122825: D9309.diff
Fri, Nov 29, 7:12 PM
Unknown Object (File)
Tue, Nov 26, 5:26 PM
Unknown Object (File)
Sun, Nov 17, 7:01 PM
Unknown Object (File)
Wed, Nov 13, 8:36 PM
Unknown Object (File)
Sat, Nov 9, 6:27 PM
Unknown Object (File)
Thu, Nov 7, 11:37 AM
Unknown Object (File)
Thu, Nov 7, 11:37 AM
Unknown Object (File)
Oct 21 2024, 12:17 AM
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).