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".
Differential D9309
Fix an issue where Mercurial pushes would consider only the first and last commits epriestley on May 27 2014, 7:49 PM. Authored by Tags None Referenced Files
Subscribers
Details
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". Pushed 4 commits at once, got 4 commits in push log.
Diff Detail
|