hgext/largefiles/__init__.py
changeset 18979 1176832fc757
parent 18978 8abaadab9abb
child 18980 9717a326d270
equal deleted inserted replaced
18978:8abaadab9abb 18979:1176832fc757
    50 largefiles).
    50 largefiles).
    51 
    51 
    52 If you want to pull largefiles you don't need for update yet, then
    52 If you want to pull largefiles you don't need for update yet, then
    53 you can use pull with the `--lfrev` option or the :hg:`lfpull` command.
    53 you can use pull with the `--lfrev` option or the :hg:`lfpull` command.
    54 
    54 
       
    55 If you know you are pulling from a non-default location and want do
       
    56 download all the largefiles that corresponds to the new changesets at
       
    57 the same time, then you can pull with `--lfrev "pulled()"`.
       
    58 
    55 If you just want to ensure that you will have the largefiles needed to
    59 If you just want to ensure that you will have the largefiles needed to
    56 merge or rebase with new heads that you are pulling, then you can pull
    60 merge or rebase with new heads that you are pulling, then you can pull
    57 with `--lfrev "head(0:)"` flag to pre-emptively download any largefiles
    61 with `--lfrev "head(pulled())"` flag to pre-emptively download any largefiles
    58 that are in the heads after pulling. You can also pull with the
    62 that are new in the heads you are pulling. You can also pull with the
    59 `--cache-largefiles` flag to pre-emptively download any largefiles
    63 `--cache-largefiles` flag to pre-emptively download any largefiles
    60 that are new in the heads you are pulling.
    64 that are new in the heads you are pulling.
    61 
    65 
    62 Keep in mind that network access may now be required to update to
    66 Keep in mind that network access may now be required to update to
    63 changesets that you have not previously updated to. The nature of the
    67 changesets that you have not previously updated to. The nature of the