Mercurial > hg
comparison Makefile @ 22523:8cd91f481ffd
largefiles: remove unnecessary clearing of status fields
At the end of lfilesrepo.status(), we clear the lists of unknown,
ignored and clean files, depending on the values of 'listunknown'
etc. The lists originate from other calls to status(), and it is only
'clean' that may get updated after the calls. Let's remove the need to
clear any of the lists by explicitly only adding to 'clean' when
'listclean' is true.
author | Martin von Zweigbergk <martinvonz@gmail.com> |
---|---|
date | Mon, 22 Sep 2014 13:05:36 -0700 |
parents | d8818616c45e |
children | 1d354814ff4d |
comparison
equal
deleted
inserted
replaced
22522:382c2be610dc | 22523:8cd91f481ffd |
---|