How to add largefiles file from Python

ftreton ftreton at dxo.com
Mon Dec 10 09:59:51 UTC 2012


I am trying to understand how to use Mercurial from Python regarding the
usage of largefiles in order to help fixing an issue with TortoiseHG. 

After some search in the source code of TortoiseHG I found that this code
was use to add a largefile:

commands.add(ui, repo, lfsize='', normal=None, large=True, *files)

This piece of code will add a standard file and options large does not seems
to be take into account and use in the code.

It will be helpful if someone can explain how this should work to add a
largefile. 
I am not trying to add it using hg add since this command work perfectly.




--
View this message in context: http://mercurial.808500.n3.nabble.com/How-to-add-largefiles-file-from-Python-tp3995633.html
Sent from the General mailing list archive at Nabble.com.



More information about the Mercurial mailing list