tests/test-largefiles-misc.t
changeset 25382 6084926366b9
parent 25125 bd625cd4e5e7
child 25472 4d2b9b304ad0
equal deleted inserted replaced
25381:47edeff19139 25382:6084926366b9
   226   parent: 1:8ee150ea2e9c tip
   226   parent: 1:8ee150ea2e9c tip
   227    add subrepo
   227    add subrepo
   228   branch: default
   228   branch: default
   229   commit: 1 subrepos
   229   commit: 1 subrepos
   230   update: (current)
   230   update: (current)
   231   phases: 2 draft (draft)
   231   phases: 2 draft
   232   $ hg st
   232   $ hg st
   233   $ hg st -S
   233   $ hg st -S
   234   A subrepo/large.txt
   234   A subrepo/large.txt
   235   $ hg ci -S -m "commit top repo"
   235   $ hg ci -S -m "commit top repo"
   236   committing subrepository subrepo
   236   committing subrepository subrepo
   244   parent: 2:ce4cd0c527a6 tip
   244   parent: 2:ce4cd0c527a6 tip
   245    commit top repo
   245    commit top repo
   246   branch: default
   246   branch: default
   247   commit: (clean)
   247   commit: (clean)
   248   update: (current)
   248   update: (current)
   249   phases: 3 draft (draft)
   249   phases: 3 draft
   250   $ echo "rev 2" > subrepo/large.txt
   250   $ echo "rev 2" > subrepo/large.txt
   251   $ hg st -S
   251   $ hg st -S
   252   M subrepo/large.txt
   252   M subrepo/large.txt
   253   $ hg sum
   253   $ hg sum
   254   parent: 2:ce4cd0c527a6 tip
   254   parent: 2:ce4cd0c527a6 tip
   255    commit top repo
   255    commit top repo
   256   branch: default
   256   branch: default
   257   commit: 1 subrepos
   257   commit: 1 subrepos
   258   update: (current)
   258   update: (current)
   259   phases: 3 draft (draft)
   259   phases: 3 draft
   260   $ hg ci -m "this commit should fail without -S"
   260   $ hg ci -m "this commit should fail without -S"
   261   abort: uncommitted changes in subrepository 'subrepo'
   261   abort: uncommitted changes in subrepository 'subrepo'
   262   (use --subrepos for recursive commit)
   262   (use --subrepos for recursive commit)
   263   [255]
   263   [255]
   264 
   264 
   568   parent: 0:fc0bd45326d3 tip
   568   parent: 0:fc0bd45326d3 tip
   569    #0
   569    #0
   570   branch: default
   570   branch: default
   571   commit: (clean)
   571   commit: (clean)
   572   update: (current)
   572   update: (current)
   573   phases: 1 draft (draft)
   573   phases: 1 draft
   574   largefiles: (no remote repo)
   574   largefiles: (no remote repo)
   575 
   575 
   576 check messages when there is no files to upload:
   576 check messages when there is no files to upload:
   577 
   577 
   578   $ hg -q clone src clone2
   578   $ hg -q clone src clone2
   583   parent: 0:fc0bd45326d3 tip
   583   parent: 0:fc0bd45326d3 tip
   584    #0
   584    #0
   585   branch: default
   585   branch: default
   586   commit: (clean)
   586   commit: (clean)
   587   update: (current)
   587   update: (current)
   588   phases: 1 draft (draft)
   588   phases: 1 draft
   589   largefiles: (no files to upload)
   589   largefiles: (no files to upload)
   590   $ hg -R clone2 outgoing --large
   590   $ hg -R clone2 outgoing --large
   591   comparing with $TESTTMP/issue3651/src (glob)
   591   comparing with $TESTTMP/issue3651/src (glob)
   592   searching for changes
   592   searching for changes
   593   no changes found
   593   no changes found
   611   parent: 1:1acbe71ce432 tip
   611   parent: 1:1acbe71ce432 tip
   612    #1
   612    #1
   613   branch: default
   613   branch: default
   614   commit: (clean)
   614   commit: (clean)
   615   update: (current)
   615   update: (current)
   616   phases: 2 draft (draft)
   616   phases: 2 draft
   617   largefiles: 1 entities for 1 files to upload
   617   largefiles: 1 entities for 1 files to upload
   618   $ hg -R clone2 outgoing --large
   618   $ hg -R clone2 outgoing --large
   619   comparing with $TESTTMP/issue3651/src (glob)
   619   comparing with $TESTTMP/issue3651/src (glob)
   620   searching for changes
   620   searching for changes
   621   changeset:   1:1acbe71ce432
   621   changeset:   1:1acbe71ce432
   647   parent: 2:6095d0695d70 tip
   647   parent: 2:6095d0695d70 tip
   648    #2: add largefiles referring same entity
   648    #2: add largefiles referring same entity
   649   branch: default
   649   branch: default
   650   commit: (clean)
   650   commit: (clean)
   651   update: (current)
   651   update: (current)
   652   phases: 3 draft (draft)
   652   phases: 3 draft
   653   largefiles: 1 entities for 3 files to upload
   653   largefiles: 1 entities for 3 files to upload
   654   $ hg -R clone2 outgoing --large -T "{rev}:{node|short}\n"
   654   $ hg -R clone2 outgoing --large -T "{rev}:{node|short}\n"
   655   comparing with $TESTTMP/issue3651/src (glob)
   655   comparing with $TESTTMP/issue3651/src (glob)
   656   searching for changes
   656   searching for changes
   657   1:1acbe71ce432
   657   1:1acbe71ce432
   697   parent: 5:036794ea641c tip
   697   parent: 5:036794ea641c tip
   698    #5: refer existing largefile entity again
   698    #5: refer existing largefile entity again
   699   branch: default
   699   branch: default
   700   commit: (clean)
   700   commit: (clean)
   701   update: (current)
   701   update: (current)
   702   phases: 6 draft (draft)
   702   phases: 6 draft
   703   largefiles: 3 entities for 3 files to upload
   703   largefiles: 3 entities for 3 files to upload
   704   $ hg -R clone2 outgoing --large -T "{rev}:{node|short}\n"
   704   $ hg -R clone2 outgoing --large -T "{rev}:{node|short}\n"
   705   comparing with $TESTTMP/issue3651/src (glob)
   705   comparing with $TESTTMP/issue3651/src (glob)
   706   searching for changes
   706   searching for changes
   707   1:1acbe71ce432
   707   1:1acbe71ce432
   756   parent: 5:036794ea641c tip
   756   parent: 5:036794ea641c tip
   757    #5: refer existing largefile entity again
   757    #5: refer existing largefile entity again
   758   branch: default
   758   branch: default
   759   commit: (clean)
   759   commit: (clean)
   760   update: (current)
   760   update: (current)
   761   phases: 6 draft (draft)
   761   phases: 6 draft
   762   largefiles: 2 entities for 1 files to upload
   762   largefiles: 2 entities for 1 files to upload
   763   $ hg -R clone2 outgoing --large -T "{rev}:{node|short}\n"
   763   $ hg -R clone2 outgoing --large -T "{rev}:{node|short}\n"
   764   comparing with $TESTTMP/issue3651/src (glob)
   764   comparing with $TESTTMP/issue3651/src (glob)
   765   searching for changes
   765   searching for changes
   766   2:6095d0695d70
   766   2:6095d0695d70