tests/test-subrepo-svn.t
branchstable
changeset 21566 a01988cd9b61
parent 21564 2e91d4964ecd
child 21567 5900bc09e684
equal deleted inserted replaced
21565:7f7f634d073d 21566:a01988cd9b61
   661   $ hg commit -S -m 'commit with svn revision including .hg/hgrc'
   661   $ hg commit -S -m 'commit with svn revision including .hg/hgrc'
   662   $ grep ' s$' .hgsubstate
   662   $ grep ' s$' .hgsubstate
   663   16 s
   663   16 s
   664   $ cd ..
   664   $ cd ..
   665 
   665 
       
   666   $ hg -R tc pull -u -q 2>&1 | sort
       
   667   warning: removing potentially hostile 'hgrc' in '$TESTTMP/sub/tc/s/.hg' (glob)
       
   668   warning: removing potentially hostile 'hgrc' in '$TESTTMP/sub/tc/s/sub/.hg' (glob)
   666   $ cd tc
   669   $ cd tc
   667   $ hg pull -u -q 2>&1 | sort
       
   668   warning: removing potentially hostile 'hgrc' in 's/.hg' (glob)
       
   669   warning: removing potentially hostile 'hgrc' in 's/sub/.hg' (glob)
       
   670   $ grep ' s$' .hgsubstate
   670   $ grep ' s$' .hgsubstate
   671   16 s
   671   16 s
   672   $ cat s/.hg/hgrc
   672   $ cat s/.hg/hgrc
   673   cat: s/.hg/hgrc: No such file or directory
   673   cat: s/.hg/hgrc: No such file or directory
   674   [1]
   674   [1]