[PATCH 15 of 18 V2] repoview: add a subset table

Kevin Bullock kbullock+mercurial at ringworld.org
Mon Jan 7 10:03:58 CST 2013


On Jan 3, 2013, at 7:04 PM, Pierre-Yves David wrote:

> # HG changeset patch
> # User Pierre-Yves David <pierre-yves.david at ens-lyon.org>
> # Date 1357087300 -3600
> # Node ID 6fe89fa91a993ac6d98953ae34d8f3aca1ce15c9
> # Parent  ecb6c49286b1c1238f5d9ce6d2d9ebe8b67ca650
> repoview: add a subset table
> 
> This will be used by branchmap collaboration. See inline documentation for more
> details
> 
> diff --git a/mercurial/repoview.py b/mercurial/repoview.py
> --- a/mercurial/repoview.py
> +++ b/mercurial/repoview.py
> @@ -17,12 +17,19 @@ def computeunserved(repo):
>     # fast path in simple case to avoid impact of non optimised code
>     if phases.hassecret(repo) or repo.obsstore:
>         return frozenset(repo.revs('hidden() + secret()'))
>     return frozenset()
> 
> -# function to compute filtered set
> +# Function to compute filtered set

Unrelated capitalization change.

pacem in terris / мир / शान्ति / ‎‫سَلاَم‬ / 平和
Kevin R. Bullock



More information about the Mercurial-devel mailing list