[PATCH 00 of 15 V4] bookmarks: rewrite and enhance around bookmark comparison

FUJIWARA Katsunori foozy at lares.dti.ne.jp
Tue Oct 15 10:37:05 CDT 2013


At Wed, 16 Oct 2013 00:25:22 +0900,
FUJIWARA Katsunori wrote:
> 
> This patch series rewrite and enhance around bookmark comparison.
> 
> Patch #2 - #8 rewrite current implementation, which compares bookmarks
> between two repositories, by "compare()" introduced by patch #1. These
> changes centralize bookmark comparison logic into "compare()".
> 
> Patch #9 - #15 enhance around bookmark comparison.
> 
> Difference between V3 and V4:
> 
>   - brush up "compare()" in patch #1
>     - rename argument name ("localrepo" => "repo")
>     - use "A ^ B" instead of "A - B | B - A"
> 
>   - change order of implicit updating bookmarks at "hg pull" (patch #2)
> 
>     bookmarks are updated in order of their name as same as current
>     implementation
> 
>   - add patches for divergent bookmark creation (patch #9 - #12)

Oops, "patches for divergent bookmark creation" are #9 - #11.

> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel
> 

----------------------------------------------------------------------
[FUJIWARA Katsunori]                             foozy at lares.dti.ne.jp


More information about the Mercurial-devel mailing list