[pacman-dev] [PATCH] makepkg: correctly handle hg sources with updates on a non-default branch

Allan McRae allan at archlinux.org
Wed May 8 00:11:38 UTC 2019


On 1/4/19 2:15 am, Eli Schwartz wrote:
> The "tip" ref actually signifies the most recently updated branch. hg
> does not support a default branch named anything other than "default",
> except by creating a "@" bookmark. The correct way to explicitly update
> to the default clone ref, is therefore to use one of these, rather than
> "tip".
> 
> Fixes FS#62092
> 
> Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
> ---
>  scripts/libmakepkg/source/hg.sh.in | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 

Seems to fix the reported bug.   I really don't know a log about hg, so
lets go with this...

A


More information about the pacman-dev mailing list