Show More
@@ -746,6 +746,18 b' Interrupted commit should not change sta' | |||
|
746 | 746 | |
|
747 | 747 | Commit with multi-line message and custom expansion |
|
748 | 748 | |
|
749 | |Note: | |
|
750 | | | |
|
751 | | After the last rollback, the "unserved" branchheads cache became invalid, but | |
|
752 | | all changeset in the repo were public. So filtering wise: | |
|
753 | | "mutable" == "unserved" == ø. | |
|
754 | | | |
|
755 | | As the "unserved" cache is invalid, we fall back to "mutable" cache. But not | |
|
756 | | update is needed between "mutable" and "unserved" cache and the "unserved" | |
|
757 | | cache is not updated on disk. The on disk version therefor stay invalid for | |
|
758 | | some time. This explains why the "unserved" branchheads cache is detect | |
|
759 | | invalid here. | |
|
760 | ||
|
749 | 761 | $ hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>' |
|
750 | 762 | invalid branchheads cache: tip differs |
|
751 | 763 | invalid branchheads cache (unserved): tip differs |
General Comments 0
You need to be logged in to leave comments.
Login now