# HG changeset patch # User Augie Fackler # Date 1497105966 14400 # Node ID e5dd44f78ac62393e53178e3d9f10e074596c247 # Parent fbe9c4dcc8a020b73be01cff5b7f6dfd2bede666 tests: handle variation between pure and normal output in annotate --skip I'm pretty sure that both results are valid, depending on how you slice the edits. diff --git a/tests/test-annotate.t b/tests/test-annotate.t --- a/tests/test-annotate.t +++ b/tests/test-annotate.t @@ -256,11 +256,13 @@ 3 b:5: b5 7 b:7: d ---skip a modified line +--skip a modified line. Note a slight behavior difference in pure - this is +because the pure code comes up with slightly different deltas internally. $ hg annotate -nlf b --skip 6 0 a:1: a - 1 a:2: z + 1 a:2: z (no-pure !) + 0 a:1: z (pure !) 1 a:3: a 3 b:4: b4 4 b:5: c