[PATCH 2 of 4] convert: add bookmarks reading support to git backend

Edouard Gomez ed.gomez at free.fr
Thu Mar 24 18:49:29 CDT 2011


On Wed, 23 Mar 2011 16:31:45 -0500, Matt Mackall wrote:
>> +        prefixlen = 11
> len(prefix)

Will do that for the next round of patches.

However i have a question.

GIT may return fatal errors when trying to fetch branch names for local 
refs if there are none. So in the end, an alarming error message is
written to stderr but does not matter at all.

Should I hide this message ? This implies:
 - extending gitcmd to accept redirecting sdterr to devnull
 - using it in my patch

What is your opinion ?

-- 
Edouard Gomez



More information about the Mercurial-devel mailing list