comparison tests/test-subrepo-deep-nested-change.t @ 17106:4d0e81dca75f

largefiles: fix the directory structure when archiving a subrepo in a subrepo Previously, a repo consisting of main/sub/subsub archived sub and subsub as siblings under main.
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 18 Jun 2012 23:02:51 -0400
parents 7d45730ea1b8
children 1894dac619de
comparison
equal deleted inserted replaced
17105:7d45730ea1b8 17106:4d0e81dca75f
123 ../archive_lf/main 123 ../archive_lf/main
124 ../archive_lf/sub1 124 ../archive_lf/sub1
125 ../archive_lf/sub1/.hgsub 125 ../archive_lf/sub1/.hgsub
126 ../archive_lf/sub1/.hgsubstate 126 ../archive_lf/sub1/.hgsubstate
127 ../archive_lf/sub1/sub1 127 ../archive_lf/sub1/sub1
128 ../archive_lf/sub2 128 ../archive_lf/sub1/sub2
129 ../archive_lf/sub2/large.bin 129 ../archive_lf/sub1/sub2/large.bin
130 ../archive_lf/sub2/sub2 130 ../archive_lf/sub1/sub2/sub2
131 131
132 $ cd .. 132 $ cd ..