tests/test-largefiles.t
branchstable
changeset 18490 877f80599df0
parent 18489 f1700480bef7
child 18491 b7da9c042b9e
equal deleted inserted replaced
18489:f1700480bef7 18490:877f80599df0
  1985   $ find .hglf | sort
  1985   $ find .hglf | sort
  1986   .hglf
  1986   .hglf
  1987   .hglf/large.dat
  1987   .hglf/large.dat
  1988   .hglf/large2.dat
  1988   .hglf/large2.dat
  1989 
  1989 
       
  1990 Test actions on largefiles using relative paths from subdir
       
  1991 
       
  1992   $ mkdir sub
       
  1993   $ cd sub
       
  1994   $ echo anotherlarge > anotherlarge
       
  1995   $ hg add --large anotherlarge
       
  1996   $ hg st
       
  1997   A sub/anotherlarge
       
  1998   $ hg st anotherlarge
       
  1999   A anotherlarge
       
  2000   $ hg commit -m anotherlarge anotherlarge
       
  2001   Invoking status precommit hook
       
  2002   A sub/anotherlarge
       
  2003   $ hg log anotherlarge
       
  2004   changeset:   1:9627a577c5e9
       
  2005   tag:         tip
       
  2006   user:        test
       
  2007   date:        Thu Jan 01 00:00:00 1970 +0000
       
  2008   summary:     anotherlarge
       
  2009   
       
  2010   $ echo more >> anotherlarge
       
  2011   $ hg st .
       
  2012   M anotherlarge
       
  2013   $ hg revert anotherlarge
       
  2014   $ hg st
       
  2015   ? sub/anotherlarge.orig
       
  2016   $ cd ..
       
  2017 
  1990   $ cd ..
  2018   $ cd ..
  1991 
  2019 
  1992 issue3651: summary/outgoing with largefiles shows "no remote repo"
  2020 issue3651: summary/outgoing with largefiles shows "no remote repo"
  1993 unexpectedly
  2021 unexpectedly
  1994 
  2022