hgext/largefiles/reposetup.py
changeset 18644 3e92772d5383
parent 18182 e6db64abfa87
child 18731 c2d079387b2c
equal deleted inserted replaced
18643:cc28a84db8c9 18644:3e92772d5383
   444             If we pass a directory to commit whose only commitable files
   444             If we pass a directory to commit whose only commitable files
   445             are largefiles, the core commit code aborts before finding
   445             are largefiles, the core commit code aborts before finding
   446             the largefiles.
   446             the largefiles.
   447             So we do the following:
   447             So we do the following:
   448             For directories that only have largefiles as matches,
   448             For directories that only have largefiles as matches,
   449             we explicitly add the largefiles to the matchlist and remove
   449             we explicitly add the largefiles to the match list and remove
   450             the directory.
   450             the directory.
   451             In other cases, we leave the match list unmodified.
   451             In other cases, we leave the match list unmodified.
   452             '''
   452             '''
   453             actualfiles = []
   453             actualfiles = []
   454             dirs = []
   454             dirs = []