tests/test-lfconvert.t
changeset 25472 4d2b9b304ad0
parent 25325 fcd2f9b06629
child 25508 b8fd605b0c88
equal deleted inserted replaced
25470:378a8e700e02 25472:4d2b9b304ad0
    87   sub/normal2
    87   sub/normal2
    88   $ cat normal1
    88   $ cat normal1
    89   normal
    89   normal
    90   $ cat sub/normal2
    90   $ cat sub/normal2
    91   alsonormal
    91   alsonormal
    92   $ "$TESTDIR/md5sum.py" large sub/maybelarge.dat
    92   $ md5sum.py large sub/maybelarge.dat
    93   ec87a838931d4d5d2e94a04644788a55  large
    93   ec87a838931d4d5d2e94a04644788a55  large
    94   1276481102f218c981e0324180bafd9f  sub/maybelarge.dat
    94   1276481102f218c981e0324180bafd9f  sub/maybelarge.dat
    95 
    95 
    96 "lfconvert" adds 'largefiles' to .hg/requires.
    96 "lfconvert" adds 'largefiles' to .hg/requires.
    97   $ cat .hg/requires
    97   $ cat .hg/requires
   113   $ hg commit -m"rename sub/ to stuff/"
   113   $ hg commit -m"rename sub/ to stuff/"
   114   $ hg update -q 1
   114   $ hg update -q 1
   115   $ echo blah >> normal3
   115   $ echo blah >> normal3
   116   $ echo blah >> sub/normal2
   116   $ echo blah >> sub/normal2
   117   $ echo blah >> sub/maybelarge.dat
   117   $ echo blah >> sub/maybelarge.dat
   118   $ "$TESTDIR/md5sum.py" sub/maybelarge.dat
   118   $ md5sum.py sub/maybelarge.dat
   119   1dd0b99ff80e19cff409702a1d3f5e15  sub/maybelarge.dat
   119   1dd0b99ff80e19cff409702a1d3f5e15  sub/maybelarge.dat
   120   $ hg commit -A -m"add normal3, modify sub/*"
   120   $ hg commit -A -m"add normal3, modify sub/*"
   121   adding normal3
   121   adding normal3
   122   created new head
   122   created new head
   123   $ hg rm large normal3
   123   $ hg rm large normal3
   191   1 largefiles updated, 0 removed
   191   1 largefiles updated, 0 removed
   192   3 files updated, 0 files merged, 0 files removed, 0 files unresolved
   192   3 files updated, 0 files merged, 0 files removed, 0 files unresolved
   193   $ cat stuff/normal2
   193   $ cat stuff/normal2
   194   alsonormal
   194   alsonormal
   195   blah
   195   blah
   196   $ "$TESTDIR/md5sum.py" stuff/maybelarge.dat
   196   $ md5sum.py stuff/maybelarge.dat
   197   1dd0b99ff80e19cff409702a1d3f5e15  stuff/maybelarge.dat
   197   1dd0b99ff80e19cff409702a1d3f5e15  stuff/maybelarge.dat
   198   $ cat .hglf/stuff/maybelarge.dat
   198   $ cat .hglf/stuff/maybelarge.dat
   199   76236b6a2c6102826c61af4297dd738fb3b1de38
   199   76236b6a2c6102826c61af4297dd738fb3b1de38
   200   $ cd ..
   200   $ cd ..
   201 
   201