hgext/largefiles/__init__.py
branchstable
changeset 19071 64ea454e7d76
parent 18980 9717a326d270
child 19779 fb6e87d93948
equal deleted inserted replaced
19070:290a61833b99 19071:64ea454e7d76
    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
    55 If you know you are pulling from a non-default location and want to
    56 download all the largefiles that corresponds to the new changesets at
    56 download all the largefiles that correspond to the new changesets at
    57 the same time, then you can pull with `--lfrev "pulled()"`.
    57 the same time, then you can pull with `--lfrev "pulled()"`.
    58 
    58 
    59 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
    60 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
    61 with `--lfrev "head(pulled())"` flag to pre-emptively download any largefiles
    61 with `--lfrev "head(pulled())"` flag to pre-emptively download any largefiles