Mercurial > hg
comparison hgext/graphlog.py @ 15838:7299e09a85a2
phases: make outgoing object and discovery aware of exclusion
The outgoing object gains an "excluded" members holding all changesets which
were excluded because there where secret.
The core discovery code now remove secret changeset from discovery by default.
This means that any command relying on discovery will exclude secret changeset.
Most notable one are outgoing and bundle. (But bundle with and explicit
``--base`` still allow to bundle outgoing changeset.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Wed, 11 Jan 2012 00:27:46 +0100 |
parents | eb87fbc6d702 |
children | 5607d829bf17 |
comparison
equal
deleted
inserted
replaced
15837:cd956049fc14 | 15838:7299e09a85a2 |
---|