[issue1515] bookmarks extension doesn't handle `hg convert' csets
Dmitriy Taychenachev
mercurial-bugs at selenic.com
Mon Feb 16 13:12:32 UTC 2009
New submission from Dmitriy Taychenachev <dimichxp at gmail.com>:
`bookmark' extension doesn't wrap commitctx() hence can't handle changesets which
are coming from `convert' extension which is using commitctx() but not commit().
This can be fixed by wrapping commitctx() along with commit(), or wrapping
_commitctx() alone, but that may be considered as internals exposure, though.
----------
messages: 8648
nosy: dmitriy
priority: bug
status: unread
title: bookmarks extension doesn't handle `hg convert' csets
topic: bookmarks
____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1515>
____________________________________________________
More information about the Mercurial-devel
mailing list