tests/test-lfs.t
changeset 45895 fc4fb2f17dd4
parent 45894 9dc1351d0b5f
child 45906 95c4cca641f6
equal deleted inserted replaced
45894:9dc1351d0b5f 45895:fc4fb2f17dd4
    68   $ echo s > smallfile
    68   $ echo s > smallfile
    69   $ echo '**.py = LF' > .hgeol
    69   $ echo '**.py = LF' > .hgeol
    70   $ hg --config lfs.track='"size(\">1000B\")"' commit -Aqm "add small file"
    70   $ hg --config lfs.track='"size(\">1000B\")"' commit -Aqm "add small file"
    71   hg: parse error: unsupported file pattern: size(">1000B")
    71   hg: parse error: unsupported file pattern: size(">1000B")
    72   (paths must be prefixed with "path:")
    72   (paths must be prefixed with "path:")
    73   [255]
    73   [10]
    74   $ hg --config lfs.track='size(">1000B")' commit -Aqm "add small file"
    74   $ hg --config lfs.track='size(">1000B")' commit -Aqm "add small file"
    75 
    75 
    76 # Commit large file
    76 # Commit large file
    77   $ echo $LONG > largefile
    77   $ echo $LONG > largefile
    78   $ grep lfs .hg/requires
    78   $ grep lfs .hg/requires