comparison tests/test-keyword.t @ 18245:aff706b3a21c

clfilter: add mutable filtering It filters all mutable changesets, leaving only public changeset unfiltered. This filtering set is expected to be much more stable that the previous one as public changeset are unlikely to disapear. The only official use of this filter is for branchcache.
author Pierre-Yves David <pierre-yves.david@logilab.fr>
date Wed, 02 Jan 2013 01:57:46 +0100
parents a55b06885cda
children da9e544c69d6
comparison
equal deleted inserted replaced
18244:5a3c71b0e042 18245:aff706b3a21c
746 746
747 Commit with multi-line message and custom expansion 747 Commit with multi-line message and custom expansion
748 748
749 $ hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>' 749 $ hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>'
750 invalid branchheads cache: tip differs 750 invalid branchheads cache: tip differs
751 invalid branchheads cache (unserved): tip differs
751 a 752 a
752 invalid branchheads cache: tip differs 753 invalid branchheads cache: tip differs
754 invalid branchheads cache (unserved): tip differs
753 overwriting a expanding keywords 755 overwriting a expanding keywords
754 committed changeset 2:bb948857c743469b22bbf51f7ec8112279ca5d83 756 committed changeset 2:bb948857c743469b22bbf51f7ec8112279ca5d83
755 $ rm log 757 $ rm log
756 758
757 Stat, verify and show custom expansion (firstline) 759 Stat, verify and show custom expansion (firstline)