changeset 35618 | c780e0649e41 |
parent 35568 | ebf14075a5c1 |
child 35666 | 2c6ebd0c850e |
35617:b75ea116603d | 35618:c780e0649e41 |
---|---|
28 $ cat >> $HGRCPATH <<EOF |
28 $ cat >> $HGRCPATH <<EOF |
29 > [extensions] |
29 > [extensions] |
30 > lfs= |
30 > lfs= |
31 > [lfs] |
31 > [lfs] |
32 > url=http://foo:bar@$LFS_HOST/ |
32 > url=http://foo:bar@$LFS_HOST/ |
33 > threshold=1 |
33 > track=all() |
34 > EOF |
34 > EOF |
35 |
35 |
36 $ hg init repo1 |
36 $ hg init repo1 |
37 $ cd repo1 |
37 $ cd repo1 |
38 $ echo THIS-IS-LFS > a |
38 $ echo THIS-IS-LFS > a |