~bzr/bzr-fastimport/trunk

« back to all changes in this revision

Viewing changes to exporters/darcs/t/test-hg-d2x.sh

  • Committer: Jelmer Vernooij
  • Date: 2012-02-29 11:50:00 UTC
  • mfrom: (349.1.4 remove-exporters)
  • Revision ID: jelmer@samba.org-20120229115000-5im6098j36w2e3pu
Merge removal of exporters.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
. ./lib.sh
2
 
 
3
 
create_darcs test --old-fashioned-inventory
4
 
 
5
 
rm -rf test.hg
6
 
if [ "$1" != "--stdout" ]; then
7
 
        d2x -f hg test
8
 
        diff_hg test
9
 
        exit $?
10
 
else
11
 
        darcs-fast-export test
12
 
fi