[PATCH 1 of 7] tags: extract fnode retrieval in its own function

Pierre-Yves David pierre-yves.david at ens-lyon.org
Tue Mar 28 07:29:14 EDT 2017



On 03/28/2017 11:51 AM, Ryan McElroy wrote:
> On 3/28/17 7:16 AM, Pierre-Yves David wrote:
[…]
>> +def _getfnodes(ui, repo, nodes):
>> +    """return fnode for .hgtags in a list of node
>
> This comment doesn't quite parse for me. Maybe it should be "return list
> of .hgtags fnodes for tags computation"

I rewrote this as:

   return .hgtags fnode for a list of changeset node

Cheers,

-- 
Pierre-Yves David


More information about the Mercurial-devel mailing list