Homec4science

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

Authored by epriestley <git@epriestley.com> on Jun 4 2014, 02:08.

Description

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

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.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T5197

Differential Revision: https://secure.phabricator.com/D9309

Details

Committed
epriestley <git@epriestley.com>Jun 4 2014, 02:08
Pushed
aubortJan 31 2017, 17:16
Parents
rPH66af361f10d8: Fix a Mercurial issue where split heads would be detected incorrectly
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH0d87fef5731f: Fix an issue where Mercurial pushes would consider only the first and last… (authored by epriestley <git@epriestley.com>).Jun 4 2014, 02:08