D956: test-annotate: fix up expected output for pure
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Thu Oct 5 19:28:42 UTC 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG323bed58cf57: test-annotate: fix up expected output for pure (authored by durin42, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D956?vs=2469&id=2470
REVISION DETAIL
https://phab.mercurial-scm.org/D956
AFFECTED FILES
tests/test-annotate.t
CHANGE DETAILS
diff --git a/tests/test-annotate.t b/tests/test-annotate.t
--- a/tests/test-annotate.t
+++ b/tests/test-annotate.t
@@ -261,8 +261,8 @@
$ hg annotate -nlf b --skip 6
0 a:1: a
- 0 a:1: z (pure !)
- 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
To: durin42, #hg-reviewers, krbullock
Cc: krbullock, mercurial-devel
More information about the Mercurial-devel
mailing list