[PATCH] bookmarks: allow deleting active bookmark using '.'

Yuya Nishihara yuya at tcha.org
Fri Aug 25 10:21:59 EDT 2017


On Fri, 25 Aug 2017 08:19:50 +0200, David Demelier wrote:
> # HG changeset patch
> # User David Demelier <markand at malikania.fr>
> # Date 1503559386 -7200
> #      Thu Aug 24 09:23:06 2017 +0200
> # Node ID 2c11d8e1d6c442e14d1b31ed5d6ce325717c8531
> # Parent  546e72c2f4134145b4a91d6e03c1b0ff70b2bd9a
> bookmarks: allow deleting active bookmark using '.'

Queued, thanks.

>              if delete:
> +                names = map(repo._bookmarks.expandname, names)

I did s/map/pycompat.maplist/.


More information about the Mercurial-devel mailing list