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
Unknown Object (File)
Fri, Mar 22, 8:16 AM
Unknown Object (File)
Fri, Mar 22, 8:16 AM
Unknown Object (File)
Fri, Mar 22, 7:53 AM
Unknown Object (File)
Fri, Mar 22, 7:29 AM
Unknown Object (File)
Tue, Mar 12, 9:50 PM
Unknown Object (File)
Tue, Mar 5, 10:02 AM
Unknown Object (File)
Feb 7 2024, 8:08 PM
Unknown Object (File)
Jan 26 2024, 4:43 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
Lint
Lint Skipped
Unit
Tests Skipped

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