tests/test-subrepo-deep-nested-change.t
changeset 29978 3d2ea1403c62
parent 29176 8c8442523eef
child 31064 4431add9aef9
equal deleted inserted replaced
29977:73b1c328a7da 29978:3d2ea1403c62
   125   cloning subrepo sub1/sub2 from $TESTTMP/sub2 (glob)
   125   cloning subrepo sub1/sub2 from $TESTTMP/sub2 (glob)
   126   3 files updated, 0 files merged, 0 files removed, 0 files unresolved
   126   3 files updated, 0 files merged, 0 files removed, 0 files unresolved
   127 
   127 
   128 Largefiles is NOT enabled in the clone if the source repo doesn't require it
   128 Largefiles is NOT enabled in the clone if the source repo doesn't require it
   129   $ cat cloned/.hg/hgrc
   129   $ cat cloned/.hg/hgrc
   130   # example repository config (see "hg help config" for more info)
   130   # example repository config (see 'hg help config' for more info)
   131   [paths]
   131   [paths]
   132   default = $TESTTMP/main (glob)
   132   default = $TESTTMP/main (glob)
   133   
   133   
   134   # path aliases to other clones of this repo in URLs or filesystem paths
   134   # path aliases to other clones of this repo in URLs or filesystem paths
   135   # (see "hg help config.paths" for more info)
   135   # (see 'hg help config.paths' for more info)
   136   #
   136   #
   137   # default-push = ssh://jdoe@example.net/hg/jdoes-fork
   137   # default-push = ssh://jdoe@example.net/hg/jdoes-fork
   138   # my-fork      = ssh://jdoe@example.net/hg/jdoes-fork
   138   # my-fork      = ssh://jdoe@example.net/hg/jdoes-fork
   139   # my-clone     = /home/jdoe/jdoes-clone
   139   # my-clone     = /home/jdoe/jdoes-clone
   140   
   140   
   686   abort: repository requires features unknown to this Mercurial: largefiles!
   686   abort: repository requires features unknown to this Mercurial: largefiles!
   687   (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
   687   (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
   688   [255]
   688   [255]
   689   $ hg --config extensions.largefiles= clone -qU . ../lfclone
   689   $ hg --config extensions.largefiles= clone -qU . ../lfclone
   690   $ cat ../lfclone/.hg/hgrc
   690   $ cat ../lfclone/.hg/hgrc
   691   # example repository config (see "hg help config" for more info)
   691   # example repository config (see 'hg help config' for more info)
   692   [paths]
   692   [paths]
   693   default = $TESTTMP/cloned (glob)
   693   default = $TESTTMP/cloned (glob)
   694   
   694   
   695   # path aliases to other clones of this repo in URLs or filesystem paths
   695   # path aliases to other clones of this repo in URLs or filesystem paths
   696   # (see "hg help config.paths" for more info)
   696   # (see 'hg help config.paths' for more info)
   697   #
   697   #
   698   # default-push = ssh://jdoe@example.net/hg/jdoes-fork
   698   # default-push = ssh://jdoe@example.net/hg/jdoes-fork
   699   # my-fork      = ssh://jdoe@example.net/hg/jdoes-fork
   699   # my-fork      = ssh://jdoe@example.net/hg/jdoes-fork
   700   # my-clone     = /home/jdoe/jdoes-clone
   700   # my-clone     = /home/jdoe/jdoes-clone
   701   
   701