hgext/largefiles/reposetup.py
branchstable
changeset 18141 a907826c158c
parent 18139 03faf12fbee7
child 18142 11d1a9143adb
equal deleted inserted replaced
18140:e388273f3ad1 18141:a907826c158c
   162                     return False
   162                     return False
   163 
   163 
   164                 m = copy.copy(match)
   164                 m = copy.copy(match)
   165                 m._files = tostandins(m._files)
   165                 m._files = tostandins(m._files)
   166 
   166 
   167                 # Get ignored files here even if we weren't asked for them; we
       
   168                 # must use the result here for filtering later
       
   169                 result = super(lfilesrepo, self).status(node1, node2, m,
   167                 result = super(lfilesrepo, self).status(node1, node2, m,
   170                     True, clean, unknown, listsubrepos)
   168                     ignored, clean, unknown, listsubrepos)
   171                 if working:
   169                 if working:
   172                     try:
   170                     try:
   173                         # Any non-largefiles that were explicitly listed must be
   171                         # Any non-largefiles that were explicitly listed must be
   174                         # taken out or lfdirstate.status will report an error.
   172                         # taken out or lfdirstate.status will report an error.
   175                         # The status of these files was already computed using
   173                         # The status of these files was already computed using