tests/test-archive.t
branchstable
changeset 16919 51932c835b74
parent 16350 4f795f5fbb0b
child 16920 4dd036977463
equal deleted inserted replaced
16880:15159abc5ab6 16919:51932c835b74
   100   test/.hg_archival.txt
   100   test/.hg_archival.txt
   101   test/bar
   101   test/bar
   102   test/baz/bletch
   102   test/baz/bletch
   103   test/foo
   103   test/foo
   104 
   104 
   105   $ hg archive -t tbz2 -X baz test.tar.bz2
   105   $ hg archive --debug -t tbz2 -X baz test.tar.bz2
       
   106   archiving: 0/2 files (0.00%)
       
   107   archiving: bar 1/2 files (50.00%)
       
   108   archiving: foo 2/2 files (100.00%)
   106   $ bunzip2 -dc test.tar.bz2 | tar tf - 2>/dev/null
   109   $ bunzip2 -dc test.tar.bz2 | tar tf - 2>/dev/null
   107   test/.hg_archival.txt
   110   test/.hg_archival.txt
   108   test/bar
   111   test/bar
   109   test/foo
   112   test/foo
   110 
   113