Added signature for changeset
26c57e7a0890
Added tag 6.6 for changeset
26c57e7a0890
py3: pass unicode strings to hasattr() throughout
I guess we missed these instances because they're not covered by tests.
Added signature for changeset
27055614b685
Added tag 6.6rc0 for changeset
27055614b685
unstable: do not consider internal phases when computing unstable
The revisions that are not part of the "working" set by other means should not
be considered for the evolution related computation.
This impact the test introduced in
5f9af8422b31 as this is actually a more
semantic fix of the issue.
unstable: use the `_mutablerevs` function when computing content divergent
This is a useful function to get the revision relevant to these computation,
lets make sure all code use it, so that we can improve that `_mutablerevs`
function in a later changeset.
unstable: use the `_mutablerevs` function when computing phase divergent
This is a useful function to get the revision relevant to these computation,
lets make sure all code use it, so that we can improve that `_mutablerevs`
function in a later changeset.