[darcs-users] resolve Issue832: quote all instances of "$DARCS", "$ACTUAL_DARCS", "$PWD", and "$HOME" in the sh tests and test harness

zooko zooko at zooko.com
Fri May 2 23:03:58 UTC 2008


A non-text attachment was scrubbed...
Name: dpatch
Type: application/octet-stream
Size: 187107 bytes
Desc: not available
Url : http://lists.osuosl.org/pipermail/darcs-users/attachments/20080502/22e09cc5/attachment-0001.obj 
-------------- next part --------------


Fri May  2 17:01:11 MDT 2008  zooko at zooko.com
   * resolve Issue832: quote all instances of "$DARCS",  
"$ACTUAL_DARCS", "$PWD", and "$HOME" in the sh tests and test harness

New patches:

[resolve Issue832: quote all instances of "$DARCS", "$ACTUAL_DARCS",  
"$PWD", and "$HOME" in the sh tests and test harness
zooko at zooko.com**20080502230111] replace ./tests/ 
README.test_maintainers.txt [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/add.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/add.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/add.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/add.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/add.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/add.sh 11
-"$DARCS" add foo bar
+$DARCS add foo bar
hunk ./tests/add.sh 15
-  "$DARCS" add file-$i
+  $DARCS add file-$i
replace ./tests/add.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/add.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/add.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/add.sh 11
-"$DARCS" add foo bar
+$DARCS add foo bar
hunk ./tests/add.sh 15
-  "$DARCS" add file-$i
+  $DARCS add file-$i
replace ./tests/add.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/add.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/add.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/add_in_subdir.pl [A-Za-z0-9_".$] $HOME "$HOME"
hunk ./tests/addexitval.sh 19
-"$DARCS" init
+$DARCS init
hunk ./tests/addexitval.sh 25
-"$DARCS" add foo >stdout 2>stderr && exit 1 || true
+$DARCS add foo >stdout 2>stderr && exit 1 || true
hunk ./tests/addexitval.sh 30
-"$DARCS" add foo >stdout 2>stderr
+$DARCS add foo >stdout 2>stderr
hunk ./tests/addexitval.sh 34
-"$DARCS" add foo >stdout 2>stderr && exit 1 || true
+$DARCS add foo >stdout 2>stderr && exit 1 || true
hunk ./tests/addexitval.sh 39
-"$DARCS" add foo >stdout 2>stderr && exit 1 || true
+$DARCS add foo >stdout 2>stderr && exit 1 || true
replace ./tests/addexitval.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/addexitval.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/addexitval.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/addexitval.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/addmv.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/addmv.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/addmv.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/addmv.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/addmv.sh 11
-"$DARCS" add foo bar
-"$DARCS" record -a -m add_foo_bar -A x
-"$DARCS" mv foo zig
-"$DARCS" mv bar foo
-"$DARCS" mv zig bar
-"$DARCS" record -a -m swap_foo_bar -A x
+$DARCS add foo bar
+$DARCS record -a -m add_foo_bar -A x
+$DARCS mv foo zig
+$DARCS mv bar foo
+$DARCS mv zig bar
+$DARCS record -a -m swap_foo_bar -A x
hunk ./tests/addmv.sh 18
-"$DARCS" init
-"$DARCS" pull -v -a ../temp1
+$DARCS init
+$DARCS pull -v -a ../temp1
replace ./tests/addmv.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/addmv.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/addmv.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/addmv.sh 11
-"$DARCS" add foo bar
-"$DARCS" record -a -m add_foo_bar -A x
-"$DARCS" mv foo zig
-"$DARCS" mv bar foo
-"$DARCS" mv zig bar
-"$DARCS" record -a -m swap_foo_bar -A x
+$DARCS add foo bar
+$DARCS record -a -m add_foo_bar -A x
+$DARCS mv foo zig
+$DARCS mv bar foo
+$DARCS mv zig bar
+$DARCS record -a -m swap_foo_bar -A x
hunk ./tests/addmv.sh 18
-"$DARCS" init
-"$DARCS" pull -v -a ../temp1
+$DARCS init
+$DARCS pull -v -a ../temp1
replace ./tests/addmv.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/addmv.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/addmv.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/addrace.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/addrace.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/addrace.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/addrace.sh 8
-"$DARCS" init
+$DARCS init
hunk ./tests/addrace.sh 10
-"$DARCS" add foo
+$DARCS add foo
hunk ./tests/addrace.sh 12
-"$DARCS" record -a -m add_foo -A x
+$DARCS record -a -m add_foo -A x
hunk ./tests/addrace.sh 14
-"$DARCS" init
-"$DARCS" pull -a ../temp1
+$DARCS init
+$DARCS pull -a ../temp1
replace ./tests/addrace.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/addrace.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/addrace.sh 8
-"$DARCS" init
+$DARCS init
hunk ./tests/addrace.sh 10
-"$DARCS" add foo
+$DARCS add foo
hunk ./tests/addrace.sh 12
-"$DARCS" record -a -m add_foo -A x
+$DARCS record -a -m add_foo -A x
hunk ./tests/addrace.sh 14
-"$DARCS" init
-"$DARCS" pull -a ../temp1
+$DARCS init
+$DARCS pull -a ../temp1
replace ./tests/addrace.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/addrace.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/addrace.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/addrm.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/addrm.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/addrm.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/addrm.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/addrm.sh 11
-"$DARCS" add foo
-"$DARCS" record -a -m add_foo -A x
-"$DARCS" remove foo
-"$DARCS" record -a -m del_foo -A x
+$DARCS add foo
+$DARCS record -a -m add_foo -A x
+$DARCS remove foo
+$DARCS record -a -m del_foo -A x
hunk ./tests/addrm.sh 16
-"$DARCS" init
-"$DARCS" pull --all ../temp1
+$DARCS init
+$DARCS pull --all ../temp1
replace ./tests/addrm.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/addrm.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/addrm.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/addrm.sh 11
-"$DARCS" add foo
-"$DARCS" record -a -m add_foo -A x
-"$DARCS" remove foo
-"$DARCS" record -a -m del_foo -A x
+$DARCS add foo
+$DARCS record -a -m add_foo -A x
+$DARCS remove foo
+$DARCS record -a -m del_foo -A x
hunk ./tests/addrm.sh 16
-"$DARCS" init
-"$DARCS" pull --all ../temp1
+$DARCS init
+$DARCS pull --all ../temp1
replace ./tests/addrm.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/addrm.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/addrm.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/amend-record.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/annotate.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/annotate.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/annotate.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/annotate.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/annotate.sh 8
-"$DARCS" init
+$DARCS init
hunk ./tests/annotate.sh 11
-"$DARCS" add --rec .
-"$DARCS" record -a -m ab -A test
-"$DARCS" annotate a/a
+$DARCS add --rec .
+$DARCS record -a -m ab -A test
+$DARCS annotate a/a
replace ./tests/annotate.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/annotate.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/annotate.sh 8
-"$DARCS" init
+$DARCS init
hunk ./tests/annotate.sh 11
-"$DARCS" add --rec .
-"$DARCS" record -a -m ab -A test
-"$DARCS" annotate a/a
+$DARCS add --rec .
+$DARCS record -a -m ab -A test
+$DARCS annotate a/a
replace ./tests/annotate.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/annotate.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/annotate.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/apply-hunks.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/apply-hunks.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/apply-hunks.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/apply-hunks.sh 15
-"$DARCS" init --darcs-2
+$DARCS init --darcs-2
hunk ./tests/apply-hunks.sh 17
-"$DARCS" add foo
-"$DARCS" record -a -m m1 -A moi --ignore-times
+$DARCS add foo
+$DARCS record -a -m m1 -A moi --ignore-times
hunk ./tests/apply-hunks.sh 22
-"$DARCS" get temp0 temp1
+$DARCS get temp0 temp1
hunk ./tests/apply-hunks.sh 25
-"$DARCS" record foo -a -m a1 -A moi --ignore-times
+$DARCS record foo -a -m a1 -A moi --ignore-times
hunk ./tests/apply-hunks.sh 32
-"$DARCS" record -a -m m2 -A moi --ignore-times
+$DARCS record -a -m m2 -A moi --ignore-times
hunk ./tests/apply-hunks.sh 38
-"$DARCS" pull -a
+$DARCS pull -a
hunk ./tests/apply-hunks.sh 40
-"$DARCS" record -a -m 'Fix conflict m2-a1' -A moi --ignore-times
+$DARCS record -a -m 'Fix conflict m2-a1' -A moi --ignore-times
hunk ./tests/apply-hunks.sh 46
-"$DARCS" record -a -m m3 -A moi --ignore-times
+$DARCS record -a -m m3 -A moi --ignore-times
hunk ./tests/apply-hunks.sh 50
-"$DARCS" get temp0 temp2
+$DARCS get temp0 temp2
hunk ./tests/apply-hunks.sh 53
-"$DARCS" record -a -m b1 -A moi --ignore-times
+$DARCS record -a -m b1 -A moi --ignore-times
hunk ./tests/apply-hunks.sh 59
-"$DARCS" record -a -m m4 -A moi --ignore-times
+$DARCS record -a -m m4 -A moi --ignore-times
hunk ./tests/apply-hunks.sh 64
-"$DARCS" pull -a
+$DARCS pull -a
hunk ./tests/apply-hunks.sh 66
-echo y | "$DARCS" mark-conflicts
+echo y | $DARCS mark-conflicts
replace ./tests/apply-hunks.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/apply-hunks.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/apply-hunks.sh 15
-"$DARCS" init --darcs-2
+$DARCS init --darcs-2
hunk ./tests/apply-hunks.sh 17
-"$DARCS" add foo
-"$DARCS" record -a -m m1 -A moi --ignore-times
+$DARCS add foo
+$DARCS record -a -m m1 -A moi --ignore-times
hunk ./tests/apply-hunks.sh 22
-"$DARCS" get temp0 temp1
+$DARCS get temp0 temp1
hunk ./tests/apply-hunks.sh 25
-"$DARCS" record foo -a -m a1 -A moi --ignore-times
+$DARCS record foo -a -m a1 -A moi --ignore-times
hunk ./tests/apply-hunks.sh 32
-"$DARCS" record -a -m m2 -A moi --ignore-times
+$DARCS record -a -m m2 -A moi --ignore-times
hunk ./tests/apply-hunks.sh 38
-"$DARCS" pull -a
+$DARCS pull -a
hunk ./tests/apply-hunks.sh 40
-"$DARCS" record -a -m 'Fix conflict m2-a1' -A moi --ignore-times
+$DARCS record -a -m 'Fix conflict m2-a1' -A moi --ignore-times
hunk ./tests/apply-hunks.sh 46
-"$DARCS" record -a -m m3 -A moi --ignore-times
+$DARCS record -a -m m3 -A moi --ignore-times
hunk ./tests/apply-hunks.sh 50
-"$DARCS" get temp0 temp2
+$DARCS get temp0 temp2
hunk ./tests/apply-hunks.sh 53
-"$DARCS" record -a -m b1 -A moi --ignore-times
+$DARCS record -a -m b1 -A moi --ignore-times
hunk ./tests/apply-hunks.sh 59
-"$DARCS" record -a -m m4 -A moi --ignore-times
+$DARCS record -a -m m4 -A moi --ignore-times
hunk ./tests/apply-hunks.sh 64
-"$DARCS" pull -a
+$DARCS pull -a
hunk ./tests/apply-hunks.sh 66
-echo y | "$DARCS" mark-conflicts
+echo y | $DARCS mark-conflicts
replace ./tests/apply-hunks.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/apply-hunks.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/apply-hunks.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/bad-format.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/bad-format.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/bad-format.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/bad-format.sh 9
-"$DARCS" initialize --old-fashioned
+$DARCS initialize --old-fashioned
hunk ./tests/bad-format.sh 11
-"$DARCS" add foo
-"$DARCS" record -a -m AA -A x
+$DARCS add foo
+$DARCS record -a -m AA -A x
hunk ./tests/bad-format.sh 21
-"$DARCS" get temp1 temp2
+$DARCS get temp1 temp2
replace ./tests/bad-format.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/bad-format.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/bad-format.sh 9
-"$DARCS" initialize --old-fashioned
+$DARCS initialize --old-fashioned
hunk ./tests/bad-format.sh 11
-"$DARCS" add foo
-"$DARCS" record -a -m AA -A x
+$DARCS add foo
+$DARCS record -a -m AA -A x
hunk ./tests/bad-format.sh 21
-"$DARCS" get temp1 temp2
+$DARCS get temp1 temp2
replace ./tests/bad-format.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/bad-format.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/bad-format.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/bad-match-pattern.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/bad-match-pattern.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/bad-match-pattern.sh 12
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/bad-match-pattern.sh 17
-"$DARCS" init
+$DARCS init
hunk ./tests/bad-match-pattern.sh 19
-"$DARCS" add foo bar
-"$DARCS" record -a -m 'add two files'
-"$DARCS" tag -m tag
+$DARCS add foo bar
+$DARCS record -a -m 'add two files'
+$DARCS tag -m tag
hunk ./tests/bad-match-pattern.sh 23
-"$DARCS" record -a -m 'rm two files'
-"$DARCS" tag -m tag2
+$DARCS record -a -m 'rm two files'
+$DARCS tag -m tag2
hunk ./tests/bad-match-pattern.sh 33
-"$DARCS" init
-! "$DARCS" pull --match 'foobar' ../temp1 2> error
+$DARCS init
+! $DARCS pull --match 'foobar' ../temp1 2> error
replace ./tests/bad-match-pattern.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/bad-match-pattern.sh 12
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/bad-match-pattern.sh 17
-"$DARCS" init
+$DARCS init
hunk ./tests/bad-match-pattern.sh 19
-"$DARCS" add foo bar
-"$DARCS" record -a -m 'add two files'
-"$DARCS" tag -m tag
+$DARCS add foo bar
+$DARCS record -a -m 'add two files'
+$DARCS tag -m tag
hunk ./tests/bad-match-pattern.sh 23
-"$DARCS" record -a -m 'rm two files'
-"$DARCS" tag -m tag2
+$DARCS record -a -m 'rm two files'
+$DARCS tag -m tag2
hunk ./tests/bad-match-pattern.sh 33
-"$DARCS" init
-! "$DARCS" pull --match 'foobar' ../temp1 2> error
+$DARCS init
+! $DARCS pull --match 'foobar' ../temp1 2> error
replace ./tests/bad-match-pattern.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/bad-match-pattern.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/bad-match-pattern.sh [A-Za-z0-9_".$] $PWD "$PWD"
hunk ./tests/bad_pending_after_pull.sh 5
-[ -n "$DARCS" ] || DARCS=$PWD/../darcs
+[ -n $DARCS ] || DARCS=$PWD/../darcs
replace ./tests/bad_pending_after_pull.sh [A-Za-z0-9_".$]  
$ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/bad_pending_after_pull.sh [A-Za-z0-9_".$] $DARCS  
"$DARCS"
replace ./tests/bad_pending_after_pull.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/bad_pending_after_pull.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/bin/darcs [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/bin/darcs [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/bin/darcs [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/bin/prove [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/binary.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/changes.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/changes_moved_files.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/changes_send_context.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/changes_with_move.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/checkpoint.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/checkpoint.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/checkpoint.sh 6
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/checkpoint.sh 11
-"$DARCS" --version
+$DARCS --version
hunk ./tests/checkpoint.sh 17
-"$DARCS" init --darcs-2 --repodir temp
+$DARCS init --darcs-2 --repodir temp
hunk ./tests/checkpoint.sh 19
-"$DARCS" rec -lam xx --repodir temp
-"$DARCS" tag -m yy --repodir temp
+$DARCS rec -lam xx --repodir temp
+$DARCS tag -m yy --repodir temp
hunk ./tests/checkpoint.sh 22
-"$DARCS" rec -lam zz --repodir temp
-"$DARCS" optimize --checkpoint --repodir temp
-"$DARCS" get --partial temp temp1
-echo 'y' |  "$DARCS" unrec -p TAG --repodir temp1
+$DARCS rec -lam zz --repodir temp
+$DARCS optimize --checkpoint --repodir temp
+$DARCS get --partial temp temp1
+echo 'y' |  $DARCS unrec -p TAG --repodir temp1
hunk ./tests/checkpoint.sh 28
-"$DARCS" get --partial temp1 temp2;
-echo 'n' | "$DARCS" unrec --repodir temp1 -p 'zz'
+$DARCS get --partial temp1 temp2;
+echo 'n' | $DARCS unrec --repodir temp1 -p 'zz'
hunk ./tests/checkpoint.sh 32
-"$DARCS" init --darcs-2 --repodir temp
+$DARCS init --darcs-2 --repodir temp
hunk ./tests/checkpoint.sh 34
-"$DARCS" rec -lam xx --repodir temp
-"$DARCS" tag -m yy --repodir temp
+$DARCS rec -lam xx --repodir temp
+$DARCS tag -m yy --repodir temp
hunk ./tests/checkpoint.sh 37
-"$DARCS" rec -lam zz --repodir temp
-"$DARCS" optimize --checkpoint --repodir temp
-"$DARCS" get --partial temp temp1
-echo 'y' |  "$DARCS" unrec -p TAG --repodir temp1
+$DARCS rec -lam zz --repodir temp
+$DARCS optimize --checkpoint --repodir temp
+$DARCS get --partial temp temp1
+echo 'y' |  $DARCS unrec -p TAG --repodir temp1
hunk ./tests/checkpoint.sh 43
-"$DARCS" get --partial temp1 temp2;
-echo 'n' | "$DARCS" unrec --repodir temp1 -p 'zz'
+$DARCS get --partial temp1 temp2;
+echo 'n' | $DARCS unrec --repodir temp1 -p 'zz'
replace ./tests/checkpoint.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/checkpoint.sh 6
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/checkpoint.sh 11
-"$DARCS" --version
+$DARCS --version
hunk ./tests/checkpoint.sh 17
-"$DARCS" init --darcs-2 --repodir temp
+$DARCS init --darcs-2 --repodir temp
hunk ./tests/checkpoint.sh 19
-"$DARCS" rec -lam xx --repodir temp
-"$DARCS" tag -m yy --repodir temp
+$DARCS rec -lam xx --repodir temp
+$DARCS tag -m yy --repodir temp
hunk ./tests/checkpoint.sh 22
-"$DARCS" rec -lam zz --repodir temp
-"$DARCS" optimize --checkpoint --repodir temp
-"$DARCS" get --partial temp temp1
-echo 'y' |  "$DARCS" unrec -p TAG --repodir temp1
+$DARCS rec -lam zz --repodir temp
+$DARCS optimize --checkpoint --repodir temp
+$DARCS get --partial temp temp1
+echo 'y' |  $DARCS unrec -p TAG --repodir temp1
hunk ./tests/checkpoint.sh 28
-"$DARCS" get --partial temp1 temp2;
-echo 'n' | "$DARCS" unrec --repodir temp1 -p 'zz'
+$DARCS get --partial temp1 temp2;
+echo 'n' | $DARCS unrec --repodir temp1 -p 'zz'
hunk ./tests/checkpoint.sh 32
-"$DARCS" init --darcs-2 --repodir temp
+$DARCS init --darcs-2 --repodir temp
hunk ./tests/checkpoint.sh 34
-"$DARCS" rec -lam xx --repodir temp
-"$DARCS" tag -m yy --repodir temp
+$DARCS rec -lam xx --repodir temp
+$DARCS tag -m yy --repodir temp
hunk ./tests/checkpoint.sh 37
-"$DARCS" rec -lam zz --repodir temp
-"$DARCS" optimize --checkpoint --repodir temp
-"$DARCS" get --partial temp temp1
-echo 'y' |  "$DARCS" unrec -p TAG --repodir temp1
+$DARCS rec -lam zz --repodir temp
+$DARCS optimize --checkpoint --repodir temp
+$DARCS get --partial temp temp1
+echo 'y' |  $DARCS unrec -p TAG --repodir temp1
hunk ./tests/checkpoint.sh 43
-"$DARCS" get --partial temp1 temp2;
-echo 'n' | "$DARCS" unrec --repodir temp1 -p 'zz'
+$DARCS get --partial temp1 temp2;
+echo 'n' | $DARCS unrec --repodir temp1 -p 'zz'
replace ./tests/checkpoint.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/checkpoint.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/checkpoint.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/conflict-doppleganger.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/conflict-fight.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/conflict-fight.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/conflict-fight.sh 5
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/conflict-fight.sh 16
-"$DARCS" init --darcs-2
+$DARCS init --darcs-2
hunk ./tests/conflict-fight.sh 19
-"$DARCS" add foo
-"$DARCS" record -a -m m1 --ignore-times
+$DARCS add foo
+$DARCS record -a -m m1 --ignore-times
hunk ./tests/conflict-fight.sh 24
-"$DARCS" get temp0 temp1
+$DARCS get temp0 temp1
hunk ./tests/conflict-fight.sh 28
-"$DARCS" record foo -a -m a1 --ignore-times
+$DARCS record foo -a -m a1 --ignore-times
hunk ./tests/conflict-fight.sh 35
-"$DARCS" record -a -m m2 --ignore-times
+$DARCS record -a -m m2 --ignore-times
hunk ./tests/conflict-fight.sh 41
-"$DARCS" pull -a
+$DARCS pull -a
hunk ./tests/conflict-fight.sh 43
-"$DARCS" record -a -m 'Fix conflict m2-a1' --ignore-times
+$DARCS record -a -m 'Fix conflict m2-a1' --ignore-times
hunk ./tests/conflict-fight.sh 45
-"$DARCS" record -a -m a2 --ignore-times
+$DARCS record -a -m a2 --ignore-times
hunk ./tests/conflict-fight.sh 51
-"$DARCS" record -a -m m3 --ignore-times
+$DARCS record -a -m m3 --ignore-times
hunk ./tests/conflict-fight.sh 55
-"$DARCS" get temp0 temp2
+$DARCS get temp0 temp2
hunk ./tests/conflict-fight.sh 59
-"$DARCS" record -a -m b1 --ignore-times
+$DARCS record -a -m b1 --ignore-times
hunk ./tests/conflict-fight.sh 66
-"$DARCS" record -a -m m4 --ignore-times
+$DARCS record -a -m m4 --ignore-times
hunk ./tests/conflict-fight.sh 71
-"$DARCS" pull -a
+$DARCS pull -a
hunk ./tests/conflict-fight.sh 73
-"$DARCS" record -a -m 'Fix three-way m2/m2-a1/m4' --ignore-times
+$DARCS record -a -m 'Fix three-way m2/m2-a1/m4' --ignore-times
hunk ./tests/conflict-fight.sh 75
-"$DARCS" record -a -m a3 --ignore-times
+$DARCS record -a -m a3 --ignore-times
hunk ./tests/conflict-fight.sh 80
-"$DARCS" pull -av ../temp2
+$DARCS pull -av ../temp2
replace ./tests/conflict-fight.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/conflict-fight.sh 5
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/conflict-fight.sh 16
-"$DARCS" init --darcs-2
+$DARCS init --darcs-2
hunk ./tests/conflict-fight.sh 19
-"$DARCS" add foo
-"$DARCS" record -a -m m1 --ignore-times
+$DARCS add foo
+$DARCS record -a -m m1 --ignore-times
hunk ./tests/conflict-fight.sh 24
-"$DARCS" get temp0 temp1
+$DARCS get temp0 temp1
hunk ./tests/conflict-fight.sh 28
-"$DARCS" record foo -a -m a1 --ignore-times
+$DARCS record foo -a -m a1 --ignore-times
hunk ./tests/conflict-fight.sh 35
-"$DARCS" record -a -m m2 --ignore-times
+$DARCS record -a -m m2 --ignore-times
hunk ./tests/conflict-fight.sh 41
-"$DARCS" pull -a
+$DARCS pull -a
hunk ./tests/conflict-fight.sh 43
-"$DARCS" record -a -m 'Fix conflict m2-a1' --ignore-times
+$DARCS record -a -m 'Fix conflict m2-a1' --ignore-times
hunk ./tests/conflict-fight.sh 45
-"$DARCS" record -a -m a2 --ignore-times
+$DARCS record -a -m a2 --ignore-times
hunk ./tests/conflict-fight.sh 51
-"$DARCS" record -a -m m3 --ignore-times
+$DARCS record -a -m m3 --ignore-times
hunk ./tests/conflict-fight.sh 55
-"$DARCS" get temp0 temp2
+$DARCS get temp0 temp2
hunk ./tests/conflict-fight.sh 59
-"$DARCS" record -a -m b1 --ignore-times
+$DARCS record -a -m b1 --ignore-times
hunk ./tests/conflict-fight.sh 66
-"$DARCS" record -a -m m4 --ignore-times
+$DARCS record -a -m m4 --ignore-times
hunk ./tests/conflict-fight.sh 71
-"$DARCS" pull -a
+$DARCS pull -a
hunk ./tests/conflict-fight.sh 73
-"$DARCS" record -a -m 'Fix three-way m2/m2-a1/m4' --ignore-times
+$DARCS record -a -m 'Fix three-way m2/m2-a1/m4' --ignore-times
hunk ./tests/conflict-fight.sh 75
-"$DARCS" record -a -m a3 --ignore-times
+$DARCS record -a -m a3 --ignore-times
hunk ./tests/conflict-fight.sh 80
-"$DARCS" pull -av ../temp2
+$DARCS pull -av ../temp2
replace ./tests/conflict-fight.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/conflict-fight.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/conflict-fight.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/diff.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/diff.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/diff.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/diff.sh 11
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/diff.sh 13
-"$DARCS" add afile.txt
-"$DARCS" record --author me --all --no-test --patch-name init
-"$DARCS" diff
-"$DARCS" diff -p . --store > diffinmem
-"$DARCS" diff -p . > diffondisk
+$DARCS add afile.txt
+$DARCS record --author me --all --no-test --patch-name init
+$DARCS diff
+$DARCS diff -p . --store > diffinmem
+$DARCS diff -p . > diffondisk
replace ./tests/diff.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/diff.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/diff.sh 11
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/diff.sh 13
-"$DARCS" add afile.txt
-"$DARCS" record --author me --all --no-test --patch-name init
-"$DARCS" diff
-"$DARCS" diff -p . --store > diffinmem
-"$DARCS" diff -p . > diffondisk
+$DARCS add afile.txt
+$DARCS record --author me --all --no-test --patch-name init
+$DARCS diff
+$DARCS diff -p . --store > diffinmem
+$DARCS diff -p . > diffondisk
replace ./tests/diff.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/diff.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/diff.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/directory_confusion.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/directory_confusion.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/directory_confusion.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/directory_confusion.sh 12
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/directory_confusion.sh 14
-"$DARCS" add afile.txt
-"$DARCS" record --author me --all --no-test --patch-name init
+$DARCS add afile.txt
+$DARCS record --author me --all --no-test --patch-name init
hunk ./tests/directory_confusion.sh 17
-"$DARCS" add d
+$DARCS add d
hunk ./tests/directory_confusion.sh 19
-"$DARCS" add d/e
-"$DARCS" mv afile.txt d/e/afile.txt
+$DARCS add d/e
+$DARCS mv afile.txt d/e/afile.txt
hunk ./tests/directory_confusion.sh 22
-"$DARCS" record --author me --all --no-test --patch-name confusion
+$DARCS record --author me --all --no-test --patch-name confusion
hunk ./tests/directory_confusion.sh 24
-echo y/d/y | tr / \\012 | "$DARCS" unrecord
+echo y/d/y | tr / \\012 | $DARCS unrecord
replace ./tests/directory_confusion.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/directory_confusion.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/directory_confusion.sh 12
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/directory_confusion.sh 14
-"$DARCS" add afile.txt
-"$DARCS" record --author me --all --no-test --patch-name init
+$DARCS add afile.txt
+$DARCS record --author me --all --no-test --patch-name init
hunk ./tests/directory_confusion.sh 17
-"$DARCS" add d
+$DARCS add d
hunk ./tests/directory_confusion.sh 19
-"$DARCS" add d/e
-"$DARCS" mv afile.txt d/e/afile.txt
+$DARCS add d/e
+$DARCS mv afile.txt d/e/afile.txt
hunk ./tests/directory_confusion.sh 22
-"$DARCS" record --author me --all --no-test --patch-name confusion
+$DARCS record --author me --all --no-test --patch-name confusion
hunk ./tests/directory_confusion.sh 24
-echo y/d/y | tr / \\012 | "$DARCS" unrecord
+echo y/d/y | tr / \\012 | $DARCS unrecord
replace ./tests/directory_confusion.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/directory_confusion.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/directory_confusion.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/disable.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/dist.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/external.pl [A-Za-z0-9_".$] $HOME "$HOME"
addfile ./tests/f
hunk ./tests/f 1
+0
replace ./tests/filepath.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/get.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/get_tag.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/get_tag.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/get_tag.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/get_tag.sh 9
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/get_tag.sh 12
-"$DARCS" add foo
-"$DARCS" record -a -m AA -A x
+$DARCS add foo
+$DARCS record -a -m AA -A x
hunk ./tests/get_tag.sh 15
-"$DARCS" record -a -m BB -A x
+$DARCS record -a -m BB -A x
hunk ./tests/get_tag.sh 17
-"$DARCS" record -a -m CC -A x
-"$DARCS" tag -m 1.0 -A x
+$DARCS record -a -m CC -A x
+$DARCS tag -m 1.0 -A x
hunk ./tests/get_tag.sh 21
-"$DARCS" record -a -m DD -A x
+$DARCS record -a -m DD -A x
hunk ./tests/get_tag.sh 23
-"$DARCS" record -a -m EE -A x
+$DARCS record -a -m EE -A x
hunk ./tests/get_tag.sh 25
-"$DARCS" record -a -m FF -A x
+$DARCS record -a -m FF -A x
hunk ./tests/get_tag.sh 30
-"$DARCS" get --tag 1.0 --repo-name temp2 temp1
+$DARCS get --tag 1.0 --repo-name temp2 temp1
hunk ./tests/get_tag.sh 36
-"$DARCS" init
+$DARCS init
hunk ./tests/get_tag.sh 43
-"$DARCS" rec -Ax -alm 'Add file'
+$DARCS rec -Ax -alm 'Add file'
hunk ./tests/get_tag.sh 49
-"$DARCS" rec -Ax -alm 'Remove line 1'
+$DARCS rec -Ax -alm 'Remove line 1'
hunk ./tests/get_tag.sh 54
-"$DARCS" rec -Ax -alm 'Remove line 3'
+$DARCS rec -Ax -alm 'Remove line 3'
hunk ./tests/get_tag.sh 58
-"$DARCS" init
-echo y/n/y | tr / \\012 | "$DARCS" pull ../temp1
-"$DARCS" tag -Ax -m Tag
-"$DARCS" push -a ../temp1
+$DARCS init
+echo y/n/y | tr / \\012 | $DARCS pull ../temp1
+$DARCS tag -Ax -m Tag
+$DARCS push -a ../temp1
hunk ./tests/get_tag.sh 63
-"$DARCS" get --tag=Tag temp1 temp3
+$DARCS get --tag=Tag temp1 temp3
hunk ./tests/get_tag.sh 65
-"$DARCS" check
+$DARCS check
hunk ./tests/get_tag.sh 72
-"$DARCS" init
+$DARCS init
hunk ./tests/get_tag.sh 74
-"$DARCS" add d
-"$DARCS" rec -Ax -am 'add d'
-"$DARCS" tag -Ax t
+$DARCS add d
+$DARCS rec -Ax -am 'add d'
+$DARCS tag -Ax t
hunk ./tests/get_tag.sh 78
-"$DARCS" rec -Ax -am 'rm d'
+$DARCS rec -Ax -am 'rm d'
hunk ./tests/get_tag.sh 80
-"$DARCS" get --tag t temp1 temp2
+$DARCS get --tag t temp1 temp2
replace ./tests/get_tag.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/get_tag.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/get_tag.sh 9
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/get_tag.sh 12
-"$DARCS" add foo
-"$DARCS" record -a -m AA -A x
+$DARCS add foo
+$DARCS record -a -m AA -A x
hunk ./tests/get_tag.sh 15
-"$DARCS" record -a -m BB -A x
+$DARCS record -a -m BB -A x
hunk ./tests/get_tag.sh 17
-"$DARCS" record -a -m CC -A x
-"$DARCS" tag -m 1.0 -A x
+$DARCS record -a -m CC -A x
+$DARCS tag -m 1.0 -A x
hunk ./tests/get_tag.sh 21
-"$DARCS" record -a -m DD -A x
+$DARCS record -a -m DD -A x
hunk ./tests/get_tag.sh 23
-"$DARCS" record -a -m EE -A x
+$DARCS record -a -m EE -A x
hunk ./tests/get_tag.sh 25
-"$DARCS" record -a -m FF -A x
+$DARCS record -a -m FF -A x
hunk ./tests/get_tag.sh 30
-"$DARCS" get --tag 1.0 --repo-name temp2 temp1
+$DARCS get --tag 1.0 --repo-name temp2 temp1
hunk ./tests/get_tag.sh 36
-"$DARCS" init
+$DARCS init
hunk ./tests/get_tag.sh 43
-"$DARCS" rec -Ax -alm 'Add file'
+$DARCS rec -Ax -alm 'Add file'
hunk ./tests/get_tag.sh 49
-"$DARCS" rec -Ax -alm 'Remove line 1'
+$DARCS rec -Ax -alm 'Remove line 1'
hunk ./tests/get_tag.sh 54
-"$DARCS" rec -Ax -alm 'Remove line 3'
+$DARCS rec -Ax -alm 'Remove line 3'
hunk ./tests/get_tag.sh 58
-"$DARCS" init
-echo y/n/y | tr / \\012 | "$DARCS" pull ../temp1
-"$DARCS" tag -Ax -m Tag
-"$DARCS" push -a ../temp1
+$DARCS init
+echo y/n/y | tr / \\012 | $DARCS pull ../temp1
+$DARCS tag -Ax -m Tag
+$DARCS push -a ../temp1
hunk ./tests/get_tag.sh 63
-"$DARCS" get --tag=Tag temp1 temp3
+$DARCS get --tag=Tag temp1 temp3
hunk ./tests/get_tag.sh 65
-"$DARCS" check
+$DARCS check
hunk ./tests/get_tag.sh 72
-"$DARCS" init
+$DARCS init
hunk ./tests/get_tag.sh 74
-"$DARCS" add d
-"$DARCS" rec -Ax -am 'add d'
-"$DARCS" tag -Ax t
+$DARCS add d
+$DARCS rec -Ax -am 'add d'
+$DARCS tag -Ax t
hunk ./tests/get_tag.sh 78
-"$DARCS" rec -Ax -am 'rm d'
+$DARCS rec -Ax -am 'rm d'
hunk ./tests/get_tag.sh 80
-"$DARCS" get --tag t temp1 temp2
+$DARCS get --tag t temp1 temp2
replace ./tests/get_tag.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/get_tag.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/get_tag.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/harness.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/harness.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/harness.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/harness.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/harness.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/harness.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/hashed_inventory.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/hashed_inventory.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/hashed_inventory.sh 20
-    for i in `"$DARCS" show files --no-files --no-pending`; do
+    for i in `$DARCS show files --no-files --no-pending`; do
hunk ./tests/hashed_inventory.sh 24
-    for i in `"$DARCS" show files --no-directories --no-pending`; do
-        echo "$DARCS" show contents $i ">" pristine/$i;
-        "$DARCS" show contents $i > pristine/$i;
+    for i in `$DARCS show files --no-directories --no-pending`; do
+        echo $DARCS show contents $i ">" pristine/$i;
+        $DARCS show contents $i > pristine/$i;
hunk ./tests/hashed_inventory.sh 31
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/hashed_inventory.sh 36
-"$DARCS" init --hashed
+$DARCS init --hashed
hunk ./tests/hashed_inventory.sh 38
-"$DARCS" add foo
-"$DARCS" rec -m t1 -a -A tester
+$DARCS add foo
+$DARCS rec -m t1 -a -A tester
hunk ./tests/hashed_inventory.sh 41
-"$DARCS" what -s | grep -v No\ changes
-"$DARCS" what -l | grep -v No\ changes
-"$DARCS" what -sl | grep -v No\ changes
+$DARCS what -s | grep -v No\ changes
+$DARCS what -l | grep -v No\ changes
+$DARCS what -sl | grep -v No\ changes
hunk ./tests/hashed_inventory.sh 47
-"$DARCS" get temp1 temp2
+$DARCS get temp1 temp2
hunk ./tests/hashed_inventory.sh 49
-"$DARCS" changes
+$DARCS changes
hunk ./tests/hashed_inventory.sh 53
-"$DARCS" get --hashed temp1 temp3
+$DARCS get --hashed temp1 temp3
hunk ./tests/hashed_inventory.sh 55
-"$DARCS" changes
+$DARCS changes
hunk ./tests/hashed_inventory.sh 57
-"$DARCS" optimize
+$DARCS optimize
hunk ./tests/hashed_inventory.sh 69
-"$DARCS" record -a -A tester -m t2
-"$DARCS" push ../temp2 -a
-"$DARCS" push ../temp3 -a
+$DARCS record -a -A tester -m t2
+$DARCS push ../temp2 -a
+$DARCS push ../temp3 -a
hunk ./tests/hashed_inventory.sh 88
-"$DARCS" record -a -A tester -m t3
+$DARCS record -a -A tester -m t3
hunk ./tests/hashed_inventory.sh 91
-"$DARCS" pull -a
+$DARCS pull -a
hunk ./tests/hashed_inventory.sh 94
-"$DARCS" pull -a
-"$DARCS" check
+$DARCS pull -a
+$DARCS check
hunk ./tests/hashed_inventory.sh 104
-"$DARCS" put --hashed ../temp4
+$DARCS put --hashed ../temp4
hunk ./tests/hashed_inventory.sh 114
-"$DARCS" tag -A tagger -m atag
-"$DARCS" check
-"$DARCS" optimize
-"$DARCS" check
-"$DARCS" changes | grep t1
+$DARCS tag -A tagger -m atag
+$DARCS check
+$DARCS optimize
+$DARCS check
+$DARCS changes | grep t1
hunk ./tests/hashed_inventory.sh 123
-"$DARCS" add foobarpatch
-"$DARCS" record -a -A silly -m foobarpatch
-"$DARCS" check
-"$DARCS" optimize
-"$DARCS" check
-"$DARCS" pull -a ../temp1
-"$DARCS" check
-"$DARCS" optimize --reorder-patches
-"$DARCS" check
+$DARCS add foobarpatch
+$DARCS record -a -A silly -m foobarpatch
+$DARCS check
+$DARCS optimize
+$DARCS check
+$DARCS pull -a ../temp1
+$DARCS check
+$DARCS optimize --reorder-patches
+$DARCS check
hunk ./tests/hashed_inventory.sh 136
-"$DARCS" pull -a ../temp3
+$DARCS pull -a ../temp3
hunk ./tests/hashed_inventory.sh 142
-"$DARCS" pull -p foobarpatch -a ../temp3
-"$DARCS" pull -a ../temp1
-"$DARCS" optimize --reorder
-"$DARCS" check
-"$DARCS" push ../temp1
+$DARCS pull -p foobarpatch -a ../temp3
+$DARCS pull -a ../temp1
+$DARCS optimize --reorder
+$DARCS check
+$DARCS push ../temp1
hunk ./tests/hashed_inventory.sh 152
-"$DARCS" get --old-fashioned temp1 temp3
+$DARCS get --old-fashioned temp1 temp3
hunk ./tests/hashed_inventory.sh 156
-"$DARCS" get --hashed temp3 temp5
+$DARCS get --hashed temp3 temp5
hunk ./tests/hashed_inventory.sh 161
-"$DARCS" get temp1 temp5 --hashed --old-fashioned
+$DARCS get temp1 temp5 --hashed --old-fashioned
hunk ./tests/hashed_inventory.sh 163
-"$DARCS" obliterate --last 3 -a
-"$DARCS" pull ../temp1 -a
-"$DARCS" obliterate --last 3 -a
-"$DARCS" pull ../temp2 -a
-"$DARCS" check
-"$DARCS" obliterate --last 3 -a
-"$DARCS" pull ../temp3 -a
-"$DARCS" obliterate --last 3 -a
-"$DARCS" pull ../temp4 -a
+$DARCS obliterate --last 3 -a
+$DARCS pull ../temp1 -a
+$DARCS obliterate --last 3 -a
+$DARCS pull ../temp2 -a
+$DARCS check
+$DARCS obliterate --last 3 -a
+$DARCS pull ../temp3 -a
+$DARCS obliterate --last 3 -a
+$DARCS pull ../temp4 -a
hunk ./tests/hashed_inventory.sh 175
-"$DARCS" obliterate --last 3 -a
-"$DARCS" pull ../temp5 -a
+$DARCS obliterate --last 3 -a
+$DARCS pull ../temp5 -a
hunk ./tests/hashed_inventory.sh 180
-"$DARCS" obliterate --last 3 -a
-"$DARCS" pull ../temp5 -a
+$DARCS obliterate --last 3 -a
+$DARCS pull ../temp5 -a
hunk ./tests/hashed_inventory.sh 185
-"$DARCS" obliterate --last 3 -a
-"$DARCS" pull ../temp5 -a
+$DARCS obliterate --last 3 -a
+$DARCS pull ../temp5 -a
hunk ./tests/hashed_inventory.sh 190
-"$DARCS" obliterate --last 3 -a
-"$DARCS" pull ../temp5 -a
+$DARCS obliterate --last 3 -a
+$DARCS pull ../temp5 -a
replace ./tests/hashed_inventory.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/hashed_inventory.sh 20
-    for i in `"$DARCS" show files --no-files --no-pending`; do
+    for i in `$DARCS show files --no-files --no-pending`; do
hunk ./tests/hashed_inventory.sh 24
-    for i in `"$DARCS" show files --no-directories --no-pending`; do
-        echo "$DARCS" show contents $i ">" pristine/$i;
-        "$DARCS" show contents $i > pristine/$i;
+    for i in `$DARCS show files --no-directories --no-pending`; do
+        echo $DARCS show contents $i ">" pristine/$i;
+        $DARCS show contents $i > pristine/$i;
hunk ./tests/hashed_inventory.sh 31
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/hashed_inventory.sh 36
-"$DARCS" init --hashed
+$DARCS init --hashed
hunk ./tests/hashed_inventory.sh 38
-"$DARCS" add foo
-"$DARCS" rec -m t1 -a -A tester
+$DARCS add foo
+$DARCS rec -m t1 -a -A tester
hunk ./tests/hashed_inventory.sh 41
-"$DARCS" what -s | grep -v No\ changes
-"$DARCS" what -l | grep -v No\ changes
-"$DARCS" what -sl | grep -v No\ changes
+$DARCS what -s | grep -v No\ changes
+$DARCS what -l | grep -v No\ changes
+$DARCS what -sl | grep -v No\ changes
hunk ./tests/hashed_inventory.sh 47
-"$DARCS" get temp1 temp2
+$DARCS get temp1 temp2
hunk ./tests/hashed_inventory.sh 49
-"$DARCS" changes
+$DARCS changes
hunk ./tests/hashed_inventory.sh 53
-"$DARCS" get --hashed temp1 temp3
+$DARCS get --hashed temp1 temp3
hunk ./tests/hashed_inventory.sh 55
-"$DARCS" changes
+$DARCS changes
hunk ./tests/hashed_inventory.sh 57
-"$DARCS" optimize
+$DARCS optimize
hunk ./tests/hashed_inventory.sh 69
-"$DARCS" record -a -A tester -m t2
-"$DARCS" push ../temp2 -a
-"$DARCS" push ../temp3 -a
+$DARCS record -a -A tester -m t2
+$DARCS push ../temp2 -a
+$DARCS push ../temp3 -a
hunk ./tests/hashed_inventory.sh 88
-"$DARCS" record -a -A tester -m t3
+$DARCS record -a -A tester -m t3
hunk ./tests/hashed_inventory.sh 91
-"$DARCS" pull -a
+$DARCS pull -a
hunk ./tests/hashed_inventory.sh 94
-"$DARCS" pull -a
-"$DARCS" check
+$DARCS pull -a
+$DARCS check
hunk ./tests/hashed_inventory.sh 104
-"$DARCS" put --hashed ../temp4
+$DARCS put --hashed ../temp4
hunk ./tests/hashed_inventory.sh 114
-"$DARCS" tag -A tagger -m atag
-"$DARCS" check
-"$DARCS" optimize
-"$DARCS" check
-"$DARCS" changes | grep t1
+$DARCS tag -A tagger -m atag
+$DARCS check
+$DARCS optimize
+$DARCS check
+$DARCS changes | grep t1
hunk ./tests/hashed_inventory.sh 123
-"$DARCS" add foobarpatch
-"$DARCS" record -a -A silly -m foobarpatch
-"$DARCS" check
-"$DARCS" optimize
-"$DARCS" check
-"$DARCS" pull -a ../temp1
-"$DARCS" check
-"$DARCS" optimize --reorder-patches
-"$DARCS" check
+$DARCS add foobarpatch
+$DARCS record -a -A silly -m foobarpatch
+$DARCS check
+$DARCS optimize
+$DARCS check
+$DARCS pull -a ../temp1
+$DARCS check
+$DARCS optimize --reorder-patches
+$DARCS check
hunk ./tests/hashed_inventory.sh 136
-"$DARCS" pull -a ../temp3
+$DARCS pull -a ../temp3
hunk ./tests/hashed_inventory.sh 142
-"$DARCS" pull -p foobarpatch -a ../temp3
-"$DARCS" pull -a ../temp1
-"$DARCS" optimize --reorder
-"$DARCS" check
-"$DARCS" push ../temp1
+$DARCS pull -p foobarpatch -a ../temp3
+$DARCS pull -a ../temp1
+$DARCS optimize --reorder
+$DARCS check
+$DARCS push ../temp1
hunk ./tests/hashed_inventory.sh 152
-"$DARCS" get --old-fashioned temp1 temp3
+$DARCS get --old-fashioned temp1 temp3
hunk ./tests/hashed_inventory.sh 156
-"$DARCS" get --hashed temp3 temp5
+$DARCS get --hashed temp3 temp5
hunk ./tests/hashed_inventory.sh 161
-"$DARCS" get temp1 temp5 --hashed --old-fashioned
+$DARCS get temp1 temp5 --hashed --old-fashioned
hunk ./tests/hashed_inventory.sh 163
-"$DARCS" obliterate --last 3 -a
-"$DARCS" pull ../temp1 -a
-"$DARCS" obliterate --last 3 -a
-"$DARCS" pull ../temp2 -a
-"$DARCS" check
-"$DARCS" obliterate --last 3 -a
-"$DARCS" pull ../temp3 -a
-"$DARCS" obliterate --last 3 -a
-"$DARCS" pull ../temp4 -a
+$DARCS obliterate --last 3 -a
+$DARCS pull ../temp1 -a
+$DARCS obliterate --last 3 -a
+$DARCS pull ../temp2 -a
+$DARCS check
+$DARCS obliterate --last 3 -a
+$DARCS pull ../temp3 -a
+$DARCS obliterate --last 3 -a
+$DARCS pull ../temp4 -a
hunk ./tests/hashed_inventory.sh 175
-"$DARCS" obliterate --last 3 -a
-"$DARCS" pull ../temp5 -a
+$DARCS obliterate --last 3 -a
+$DARCS pull ../temp5 -a
hunk ./tests/hashed_inventory.sh 180
-"$DARCS" obliterate --last 3 -a
-"$DARCS" pull ../temp5 -a
+$DARCS obliterate --last 3 -a
+$DARCS pull ../temp5 -a
hunk ./tests/hashed_inventory.sh 185
-"$DARCS" obliterate --last 3 -a
-"$DARCS" pull ../temp5 -a
+$DARCS obliterate --last 3 -a
+$DARCS pull ../temp5 -a
hunk ./tests/hashed_inventory.sh 190
-"$DARCS" obliterate --last 3 -a
-"$DARCS" pull ../temp5 -a
+$DARCS obliterate --last 3 -a
+$DARCS pull ../temp5 -a
replace ./tests/hashed_inventory.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/hashed_inventory.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/hashed_inventory.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/haskell_policy.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/haskell_policy.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/haskell_policy.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/haskell_policy.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/haskell_policy.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/haskell_policy.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/ignoretimes.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/ignoretimes.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/ignoretimes.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/ignoretimes.sh 10
-"$DARCS" init
+$DARCS init
hunk ./tests/ignoretimes.sh 12
-"$DARCS" rec -Ax -alm p1
+$DARCS rec -Ax -alm p1
hunk ./tests/ignoretimes.sh 14
-"$DARCS" rec -Ax -alm p2
+$DARCS rec -Ax -alm p2
hunk ./tests/ignoretimes.sh 22
-"$DARCS" wh > whatsnew
+$DARCS wh > whatsnew
hunk ./tests/ignoretimes.sh 26
-"$DARCS" unpull --last 1 -a --ignore-times
+$DARCS unpull --last 1 -a --ignore-times
hunk ./tests/ignoretimes.sh 29
-"$DARCS" wh > whatsnew
+$DARCS wh > whatsnew
replace ./tests/ignoretimes.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/ignoretimes.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/ignoretimes.sh 10
-"$DARCS" init
+$DARCS init
hunk ./tests/ignoretimes.sh 12
-"$DARCS" rec -Ax -alm p1
+$DARCS rec -Ax -alm p1
hunk ./tests/ignoretimes.sh 14
-"$DARCS" rec -Ax -alm p2
+$DARCS rec -Ax -alm p2
hunk ./tests/ignoretimes.sh 22
-"$DARCS" wh > whatsnew
+$DARCS wh > whatsnew
hunk ./tests/ignoretimes.sh 26
-"$DARCS" unpull --last 1 -a --ignore-times
+$DARCS unpull --last 1 -a --ignore-times
hunk ./tests/ignoretimes.sh 29
-"$DARCS" wh > whatsnew
+$DARCS wh > whatsnew
replace ./tests/ignoretimes.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/ignoretimes.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/ignoretimes.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/illegal_mv.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/illegal_mv.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/illegal_mv.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/illegal_mv.sh 10
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/illegal_mv.sh 12
-"$DARCS" add afile.txt
-"$DARCS" record --author me --all --no-test --patch-name init
+$DARCS add afile.txt
+$DARCS record --author me --all --no-test --patch-name init
hunk ./tests/illegal_mv.sh 16
-if "$DARCS" mv afile.txt d/afile.txt; then
+if $DARCS mv afile.txt d/afile.txt; then
replace ./tests/illegal_mv.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/illegal_mv.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/illegal_mv.sh 10
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/illegal_mv.sh 12
-"$DARCS" add afile.txt
-"$DARCS" record --author me --all --no-test --patch-name init
+$DARCS add afile.txt
+$DARCS record --author me --all --no-test --patch-name init
hunk ./tests/illegal_mv.sh 16
-if "$DARCS" mv afile.txt d/afile.txt; then
+if $DARCS mv afile.txt d/afile.txt; then
replace ./tests/illegal_mv.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/illegal_mv.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/illegal_mv.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/impossible_unrevert.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/impossible_unrevert.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/impossible_unrevert.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/impossible_unrevert.sh 8
-"$DARCS" init
+$DARCS init
hunk ./tests/impossible_unrevert.sh 11
-"$DARCS" add foo
-"$DARCS" record -a -m aa -A test
+$DARCS add foo
+$DARCS record -a -m aa -A test
hunk ./tests/impossible_unrevert.sh 14
-echo y | "$DARCS" revert -a
-echo y/d/y | tr / \\012 | "$DARCS" unrecord
+echo y | $DARCS revert -a
+echo y/d/y | tr / \\012 | $DARCS unrecord
hunk ./tests/impossible_unrevert.sh 17
-echo y | "$DARCS" unrevert && exit 1 || true
+echo y | $DARCS unrevert && exit 1 || true
hunk ./tests/impossible_unrevert.sh 21
-"$DARCS" record -a -m bb -A test
+$DARCS record -a -m bb -A test
hunk ./tests/impossible_unrevert.sh 23
-"$DARCS" record -a -m 'aaa becomes f' -A test
+$DARCS record -a -m 'aaa becomes f' -A test
hunk ./tests/impossible_unrevert.sh 25
-echo y | "$DARCS" revert -a
-echo y/d/y | tr / \\012 | "$DARCS" unpull
+echo y | $DARCS revert -a
+echo y/d/y | tr / \\012 | $DARCS unpull
hunk ./tests/impossible_unrevert.sh 28
-echo y | "$DARCS" unrevert
+echo y | $DARCS unrevert
hunk ./tests/impossible_unrevert.sh 30
-"$DARCS" whatsnew --dont-look-for-adds --summary > actual_summary
+$DARCS whatsnew --dont-look-for-adds --summary > actual_summary
replace ./tests/impossible_unrevert.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/impossible_unrevert.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/impossible_unrevert.sh 8
-"$DARCS" init
+$DARCS init
hunk ./tests/impossible_unrevert.sh 11
-"$DARCS" add foo
-"$DARCS" record -a -m aa -A test
+$DARCS add foo
+$DARCS record -a -m aa -A test
hunk ./tests/impossible_unrevert.sh 14
-echo y | "$DARCS" revert -a
-echo y/d/y | tr / \\012 | "$DARCS" unrecord
+echo y | $DARCS revert -a
+echo y/d/y | tr / \\012 | $DARCS unrecord
hunk ./tests/impossible_unrevert.sh 17
-echo y | "$DARCS" unrevert && exit 1 || true
+echo y | $DARCS unrevert && exit 1 || true
hunk ./tests/impossible_unrevert.sh 21
-"$DARCS" record -a -m bb -A test
+$DARCS record -a -m bb -A test
hunk ./tests/impossible_unrevert.sh 23
-"$DARCS" record -a -m 'aaa becomes f' -A test
+$DARCS record -a -m 'aaa becomes f' -A test
hunk ./tests/impossible_unrevert.sh 25
-echo y | "$DARCS" revert -a
-echo y/d/y | tr / \\012 | "$DARCS" unpull
+echo y | $DARCS revert -a
+echo y/d/y | tr / \\012 | $DARCS unpull
hunk ./tests/impossible_unrevert.sh 28
-echo y | "$DARCS" unrevert
+echo y | $DARCS unrevert
hunk ./tests/impossible_unrevert.sh 30
-"$DARCS" whatsnew --dont-look-for-adds --summary > actual_summary
+$DARCS whatsnew --dont-look-for-adds --summary > actual_summary
replace ./tests/impossible_unrevert.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/impossible_unrevert.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/impossible_unrevert.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/init.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/invalid_pending_after_mv_to_self.sh [A-Za-z0-9_".$]  
$ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/invalid_pending_after_mv_to_self.sh [A-Za-z0-9_".$]  
$DARCS "$DARCS"
hunk ./tests/invalid_pending_after_mv_to_self.sh 7
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/invalid_pending_after_mv_to_self.sh 20
-"$DARCS" init
+$DARCS init
hunk ./tests/invalid_pending_after_mv_to_self.sh 23
-"$DARCS" add dir
-"$DARCS" add dir/t.t
-"$DARCS" record -am 'initial add'
+$DARCS add dir
+$DARCS add dir/t.t
+$DARCS record -am 'initial add'
replace ./tests/invalid_pending_after_mv_to_self.sh [A-Za-z0-9_".$]  
$DARCS "$DARCS"
hunk ./tests/invalid_pending_after_mv_to_self.sh 7
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/invalid_pending_after_mv_to_self.sh 20
-"$DARCS" init
+$DARCS init
hunk ./tests/invalid_pending_after_mv_to_self.sh 23
-"$DARCS" add dir
-"$DARCS" add dir/t.t
-"$DARCS" record -am 'initial add'
+$DARCS add dir
+$DARCS add dir/t.t
+$DARCS record -am 'initial add'
replace ./tests/invalid_pending_after_mv_to_self.sh [A-Za-z0-9_".$]  
$DARCS "$DARCS"
replace ./tests/invalid_pending_after_mv_to_self.sh [A-Za-z0-9_".$]  
$HOME "$HOME"
replace ./tests/invalid_pending_after_mv_to_self.sh [A-Za-z0-9_".$]  
$PWD "$PWD"
replace ./tests/issue184.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/issue194.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/issue194.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/issue194.sh 3
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/issue194.sh 11
-mkdir temp1; cd temp1 ; "$DARCS" init ; cd ..
-"$DARCS" get temp1 temp2
+mkdir temp1; cd temp1 ; $DARCS init ; cd ..
+$DARCS get temp1 temp2
hunk ./tests/issue194.sh 17
-touch test ; "$DARCS" record
-"$DARCS" add test     ; "$DARCS" record -a -m 'test'
-"$DARCS" mv test best ; "$DARCS" record -a -m 'test -> best'
-"$DARCS" mv best test ; "$DARCS" record -a -m 'best -> test'
+touch test ; $DARCS record
+$DARCS add test     ; $DARCS record -a -m 'test'
+$DARCS mv test best ; $DARCS record -a -m 'test -> best'
+$DARCS mv best test ; $DARCS record -a -m 'best -> test'
hunk ./tests/issue194.sh 25
-"$DARCS" add test2     ; "$DARCS" record -a -m 'test2'
-"$DARCS" mv test2 best ; "$DARCS" record -a -m 'test2 -> best'
-"$DARCS" mv best test2 ; "$DARCS" record -a -m 'best -> test2'
+$DARCS add test2     ; $DARCS record -a -m 'test2'
+$DARCS mv test2 best ; $DARCS record -a -m 'test2 -> best'
+$DARCS mv best test2 ; $DARCS record -a -m 'best -> test2'
hunk ./tests/issue194.sh 29
-"$DARCS" pull ../temp1/ -a
+$DARCS pull ../temp1/ -a
replace ./tests/issue194.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/issue194.sh 3
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/issue194.sh 11
-mkdir temp1; cd temp1 ; "$DARCS" init ; cd ..
-"$DARCS" get temp1 temp2
+mkdir temp1; cd temp1 ; $DARCS init ; cd ..
+$DARCS get temp1 temp2
hunk ./tests/issue194.sh 17
-touch test ; "$DARCS" record
-"$DARCS" add test     ; "$DARCS" record -a -m 'test'
-"$DARCS" mv test best ; "$DARCS" record -a -m 'test -> best'
-"$DARCS" mv best test ; "$DARCS" record -a -m 'best -> test'
+touch test ; $DARCS record
+$DARCS add test     ; $DARCS record -a -m 'test'
+$DARCS mv test best ; $DARCS record -a -m 'test -> best'
+$DARCS mv best test ; $DARCS record -a -m 'best -> test'
hunk ./tests/issue194.sh 25
-"$DARCS" add test2     ; "$DARCS" record -a -m 'test2'
-"$DARCS" mv test2 best ; "$DARCS" record -a -m 'test2 -> best'
-"$DARCS" mv best test2 ; "$DARCS" record -a -m 'best -> test2'
+$DARCS add test2     ; $DARCS record -a -m 'test2'
+$DARCS mv test2 best ; $DARCS record -a -m 'test2 -> best'
+$DARCS mv best test2 ; $DARCS record -a -m 'best -> test2'
hunk ./tests/issue194.sh 29
-"$DARCS" pull ../temp1/ -a
+$DARCS pull ../temp1/ -a
replace ./tests/issue194.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/issue194.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/issue194.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/issue257.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/issue257.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/issue257.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/issue257.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/issue257.sh 11
-"$DARCS" rec -Ax -alm init
+$DARCS rec -Ax -alm init
hunk ./tests/issue257.sh 14
-"$DARCS" get tempc temps
+$DARCS get tempc temps
hunk ./tests/issue257.sh 17
-"$DARCS" rec -Ax -alm server
+$DARCS rec -Ax -alm server
hunk ./tests/issue257.sh 20
-"$DARCS" rec -Ax -alm client
-if "$DARCS" push -a ../temps; then
+$DARCS rec -Ax -alm client
+if $DARCS push -a ../temps; then
replace ./tests/issue257.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/issue257.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/issue257.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/issue257.sh 11
-"$DARCS" rec -Ax -alm init
+$DARCS rec -Ax -alm init
hunk ./tests/issue257.sh 14
-"$DARCS" get tempc temps
+$DARCS get tempc temps
hunk ./tests/issue257.sh 17
-"$DARCS" rec -Ax -alm server
+$DARCS rec -Ax -alm server
hunk ./tests/issue257.sh 20
-"$DARCS" rec -Ax -alm client
-if "$DARCS" push -a ../temps; then
+$DARCS rec -Ax -alm client
+if $DARCS push -a ../temps; then
replace ./tests/issue257.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/issue257.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/issue257.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/issue279.pl [A-Za-z0-9_".$] $HOME "$HOME"
hunk ./tests/issue381.sh 39
-DARCS_EDITOR=./editor "$DARCS" send --debug --author=me -a -- 
output=bundle --edit-description ../temp2
+DARCS_EDITOR=./editor $DARCS send --debug --author=me -a -- 
output=bundle --edit-description ../temp2
hunk ./tests/issue381.sh 48
-IFS=' ' "$DARCS" send --author=me -a --subject="it works" --to  
user at place.org --sendmail-command='grep "^Subject: it works$" %<' ../ 
temp2
+IFS=' ' $DARCS send --author=me -a --subject="it works" --to  
user at place.org --sendmail-command='grep "^Subject: it works$" %<' ../ 
temp2
replace ./tests/issue381.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/issue381.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/issue381.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/issue381.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/issue436.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/issue436.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/issue436.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/issue436.sh 14
-"$DARCS" init --darcs-2
+$DARCS init --darcs-2
hunk ./tests/issue436.sh 16
-"$DARCS" add f
-"$DARCS" record --ignore-times -a -m A
+$DARCS add f
+$DARCS record --ignore-times -a -m A
hunk ./tests/issue436.sh 20
-"$DARCS" get temp1 temp2
+$DARCS get temp1 temp2
hunk ./tests/issue436.sh 24
-"$DARCS" record --ignore-times -a -m A-C
+$DARCS record --ignore-times -a -m A-C
hunk ./tests/issue436.sh 29
-"$DARCS" record --ignore-times -a -m A-B
+$DARCS record --ignore-times -a -m A-B
hunk ./tests/issue436.sh 31
-"$DARCS" record --ignore-times -a -m B-A
-("$DARCS" push -a || :) 2> push-result
+$DARCS record --ignore-times -a -m B-A
+($DARCS push -a || :) 2> push-result
replace ./tests/issue436.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/issue436.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/issue436.sh 14
-"$DARCS" init --darcs-2
+$DARCS init --darcs-2
hunk ./tests/issue436.sh 16
-"$DARCS" add f
-"$DARCS" record --ignore-times -a -m A
+$DARCS add f
+$DARCS record --ignore-times -a -m A
hunk ./tests/issue436.sh 20
-"$DARCS" get temp1 temp2
+$DARCS get temp1 temp2
hunk ./tests/issue436.sh 24
-"$DARCS" record --ignore-times -a -m A-C
+$DARCS record --ignore-times -a -m A-C
hunk ./tests/issue436.sh 29
-"$DARCS" record --ignore-times -a -m A-B
+$DARCS record --ignore-times -a -m A-B
hunk ./tests/issue436.sh 31
-"$DARCS" record --ignore-times -a -m B-A
-("$DARCS" push -a || :) 2> push-result
+$DARCS record --ignore-times -a -m B-A
+($DARCS push -a || :) 2> push-result
replace ./tests/issue436.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/issue436.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/issue436.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/issue458.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/issue458.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/issue458.sh 14
-"$DARCS" initialize --repodir repo1
+$DARCS initialize --repodir repo1
hunk ./tests/issue458.sh 16
-"$DARCS" record --repodir repo1 -lam x x
+$DARCS record --repodir repo1 -lam x x
hunk ./tests/issue458.sh 18
-"$DARCS" get --set-scripts-executable repo1 repo2
+$DARCS get --set-scripts-executable repo1 repo2
replace ./tests/issue458.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/issue458.sh 14
-"$DARCS" initialize --repodir repo1
+$DARCS initialize --repodir repo1
hunk ./tests/issue458.sh 16
-"$DARCS" record --repodir repo1 -lam x x
+$DARCS record --repodir repo1 -lam x x
hunk ./tests/issue458.sh 18
-"$DARCS" get --set-scripts-executable repo1 repo2
+$DARCS get --set-scripts-executable repo1 repo2
replace ./tests/issue458.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/issue458.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/issue458.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/issue588.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/issue588.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/issue588.sh 7
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/issue588.sh 14
-"$DARCS" init --repodir temp1
+$DARCS init --repodir temp1
hunk ./tests/issue588.sh 20
-"$DARCS" add --repodir temp1 f
-"$DARCS" rec --repodir temp1 -am p1
+$DARCS add --repodir temp1 f
+$DARCS rec --repodir temp1 -am p1
hunk ./tests/issue588.sh 26
-echo yyd | "$DARCS" amend-record --repodir temp1 --look-for-adds
+echo yyd | $DARCS amend-record --repodir temp1 --look-for-adds
hunk ./tests/issue588.sh 28
-"$DARCS" changes --repodir temp1 --last 1 -v
+$DARCS changes --repodir temp1 --last 1 -v
hunk ./tests/issue588.sh 34
-echo y | "$DARCS" amend-record --repodir temp1 --all
+echo y | $DARCS amend-record --repodir temp1 --all
hunk ./tests/issue588.sh 36
-"$DARCS" changes --repodir temp1 --last 1 -v
+$DARCS changes --repodir temp1 --last 1 -v
hunk ./tests/issue588.sh 38
-"$DARCS" check --repodir temp1 --no-test
+$DARCS check --repodir temp1 --no-test
replace ./tests/issue588.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/issue588.sh 7
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/issue588.sh 14
-"$DARCS" init --repodir temp1
+$DARCS init --repodir temp1
hunk ./tests/issue588.sh 20
-"$DARCS" add --repodir temp1 f
-"$DARCS" rec --repodir temp1 -am p1
+$DARCS add --repodir temp1 f
+$DARCS rec --repodir temp1 -am p1
hunk ./tests/issue588.sh 26
-echo yyd | "$DARCS" amend-record --repodir temp1 --look-for-adds
+echo yyd | $DARCS amend-record --repodir temp1 --look-for-adds
hunk ./tests/issue588.sh 28
-"$DARCS" changes --repodir temp1 --last 1 -v
+$DARCS changes --repodir temp1 --last 1 -v
hunk ./tests/issue588.sh 34
-echo y | "$DARCS" amend-record --repodir temp1 --all
+echo y | $DARCS amend-record --repodir temp1 --all
hunk ./tests/issue588.sh 36
-"$DARCS" changes --repodir temp1 --last 1 -v
+$DARCS changes --repodir temp1 --last 1 -v
hunk ./tests/issue588.sh 38
-"$DARCS" check --repodir temp1 --no-test
+$DARCS check --repodir temp1 --no-test
replace ./tests/issue588.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/issue588.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/issue588.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/issue706.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/issue706.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/issue706.sh 6
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/issue706.sh 13
-"$DARCS" init
+$DARCS init
hunk ./tests/issue706.sh 17
-"$DARCS" add 'A B'
-"$DARCS" rec -a -m 'a b' -A me
+$DARCS add 'A B'
+$DARCS rec -a -m 'a b' -A me
hunk ./tests/issue706.sh 20
-"$DARCS" check
+$DARCS check
replace ./tests/issue706.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/issue706.sh 6
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/issue706.sh 13
-"$DARCS" init
+$DARCS init
hunk ./tests/issue706.sh 17
-"$DARCS" add 'A B'
-"$DARCS" rec -a -m 'a b' -A me
+$DARCS add 'A B'
+$DARCS rec -a -m 'a b' -A me
hunk ./tests/issue706.sh 20
-"$DARCS" check
+$DARCS check
replace ./tests/issue706.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/issue706.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/issue706.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/justrm.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/justrm.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/justrm.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/justrm.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/justrm.sh 11
-"$DARCS" add foo
-"$DARCS" record -a -m add_foo -A x
+$DARCS add foo
+$DARCS record -a -m add_foo -A x
hunk ./tests/justrm.sh 14
-"$DARCS" whatsnew
+$DARCS whatsnew
replace ./tests/justrm.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/justrm.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/justrm.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/justrm.sh 11
-"$DARCS" add foo
-"$DARCS" record -a -m add_foo -A x
+$DARCS add foo
+$DARCS record -a -m add_foo -A x
hunk ./tests/justrm.sh 14
-"$DARCS" whatsnew
+$DARCS whatsnew
replace ./tests/justrm.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/justrm.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/justrm.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/lib/perl/App/Prove.pm [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/lib/perl/App/Prove/State.pm [A-Za-z0-9_".$] $HOME  
"$HOME"
replace ./tests/lib/perl/File/Slurp.pm [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/lib/perl/File/Temp.pm [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/lib/perl/Parallel/Iterator.pm [A-Za-z0-9_".$] $HOME  
"$HOME"
replace ./tests/lib/perl/Shell/Command.pm [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/lib/perl/TAP/Base.pm [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/lib/perl/TAP/Formatter/Color.pm [A-Za-z0-9_".$] $HOME  
"$HOME"
replace ./tests/lib/perl/TAP/Formatter/Console.pm [A-Za-z0-9_".$]  
$HOME "$HOME"
replace ./tests/lib/perl/TAP/Formatter/Console/ParallelSession.pm [A- 
Za-z0-9_".$] $HOME "$HOME"
replace ./tests/lib/perl/TAP/Formatter/Console/Session.pm [A-Za- 
z0-9_".$] $HOME "$HOME"
replace ./tests/lib/perl/TAP/Harness.pm [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/lib/perl/TAP/Parser.pm [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/lib/perl/TAP/Parser/Aggregator.pm [A-Za-z0-9_".$]  
$HOME "$HOME"
replace ./tests/lib/perl/TAP/Parser/Grammar.pm [A-Za-z0-9_".$] $HOME  
"$HOME"
replace ./tests/lib/perl/TAP/Parser/Iterator.pm [A-Za-z0-9_".$] $HOME  
"$HOME"
replace ./tests/lib/perl/TAP/Parser/Iterator/Array.pm [A-Za-z0-9_".$]  
$HOME "$HOME"
replace ./tests/lib/perl/TAP/Parser/Iterator/Process.pm [A-Za-z0-9_". 
$] $HOME "$HOME"
replace ./tests/lib/perl/TAP/Parser/Iterator/Stream.pm [A-Za-z0-9_". 
$] $HOME "$HOME"
replace ./tests/lib/perl/TAP/Parser/Multiplexer.pm [A-Za-z0-9_".$]  
$HOME "$HOME"
replace ./tests/lib/perl/TAP/Parser/Result.pm [A-Za-z0-9_".$] $HOME  
"$HOME"
replace ./tests/lib/perl/TAP/Parser/Result/Bailout.pm [A-Za-z0-9_".$]  
$HOME "$HOME"
replace ./tests/lib/perl/TAP/Parser/Result/Comment.pm [A-Za-z0-9_".$]  
$HOME "$HOME"
replace ./tests/lib/perl/TAP/Parser/Result/Plan.pm [A-Za-z0-9_".$]  
$HOME "$HOME"
replace ./tests/lib/perl/TAP/Parser/Result/Test.pm [A-Za-z0-9_".$]  
$HOME "$HOME"
replace ./tests/lib/perl/TAP/Parser/Result/Unknown.pm [A-Za-z0-9_".$]  
$HOME "$HOME"
replace ./tests/lib/perl/TAP/Parser/Result/Version.pm [A-Za-z0-9_".$]  
$HOME "$HOME"
replace ./tests/lib/perl/TAP/Parser/Result/YAML.pm [A-Za-z0-9_".$]  
$HOME "$HOME"
replace ./tests/lib/perl/TAP/Parser/Source.pm [A-Za-z0-9_".$] $HOME  
"$HOME"
replace ./tests/lib/perl/TAP/Parser/Source/Perl.pm [A-Za-z0-9_".$]  
$HOME "$HOME"
replace ./tests/lib/perl/TAP/Parser/YAMLish/Reader.pm [A-Za-z0-9_".$]  
$HOME "$HOME"
replace ./tests/lib/perl/TAP/Parser/YAMLish/Writer.pm [A-Za-z0-9_".$]  
$HOME "$HOME"
replace ./tests/lib/perl/Test/Builder.pm [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/lib/perl/Test/Builder/Module.pm [A-Za-z0-9_".$] $HOME  
"$HOME"
replace ./tests/lib/perl/Test/Darcs.pm [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/lib/perl/Test/HACKING.pod [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/lib/perl/Test/Harness.pm [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/lib/perl/Test/Harness/Assert.pm [A-Za-z0-9_".$] $HOME  
"$HOME"
replace ./tests/lib/perl/Test/Harness/Iterator.pm [A-Za-z0-9_".$]  
$HOME "$HOME"
replace ./tests/lib/perl/Test/Harness/Straps.pm [A-Za-z0-9_".$] $HOME  
"$HOME"
replace ./tests/lib/perl/Test/Harness/TAP.pod [A-Za-z0-9_".$] $HOME  
"$HOME"
replace ./tests/lib/perl/Test/More.pm [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/lib/perl/Test/Simple.pm [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/lib/perl/Test/Tutorial.pod [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/look_for_add.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/look_for_add.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/look_for_add.sh 16
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/look_for_add.sh 20
-"$DARCS" init
+$DARCS init
hunk ./tests/look_for_add.sh 22
-"$DARCS" record -a -m add_dir -A x --look-for-adds
+$DARCS record -a -m add_dir -A x --look-for-adds
hunk ./tests/look_for_add.sh 28
-"$DARCS" record -a -m add_foo -A x --look-for-adds
+$DARCS record -a -m add_foo -A x --look-for-adds
hunk ./tests/look_for_add.sh 31
-"$DARCS" init
-"$DARCS" pull -a ../temp1
+$DARCS init
+$DARCS pull -a ../temp1
replace ./tests/look_for_add.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/look_for_add.sh 16
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/look_for_add.sh 20
-"$DARCS" init
+$DARCS init
hunk ./tests/look_for_add.sh 22
-"$DARCS" record -a -m add_dir -A x --look-for-adds
+$DARCS record -a -m add_dir -A x --look-for-adds
hunk ./tests/look_for_add.sh 28
-"$DARCS" record -a -m add_foo -A x --look-for-adds
+$DARCS record -a -m add_foo -A x --look-for-adds
hunk ./tests/look_for_add.sh 31
-"$DARCS" init
-"$DARCS" pull -a ../temp1
+$DARCS init
+$DARCS pull -a ../temp1
replace ./tests/look_for_add.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/look_for_add.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/look_for_add.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/mark-conflicts.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/match.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/merge_three_patches.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/merge_three_patches.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/merge_three_patches.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/merge_three_patches.sh 9
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/merge_three_patches.sh 22
-"$DARCS" add foo
-"$DARCS" record -m Old
+$DARCS add foo
+$DARCS record -m Old
hunk ./tests/merge_three_patches.sh 27
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/merge_three_patches.sh 29
-"$DARCS" pull ../tempOld
+$DARCS pull ../tempOld
hunk ./tests/merge_three_patches.sh 33
-"$DARCS" record -m AA
+$DARCS record -m AA
hunk ./tests/merge_three_patches.sh 36
-"$DARCS" get tempOld tempB
+$DARCS get tempOld tempB
hunk ./tests/merge_three_patches.sh 40
-"$DARCS" record -m BB
-"$DARCS" pull ../tempA
-"$DARCS" record -m "conflict resolution"
+$DARCS record -m BB
+$DARCS pull ../tempA
+$DARCS record -m "conflict resolution"
hunk ./tests/merge_three_patches.sh 46
-"$DARCS" pull ../tempB
-"$DARCS" annotate -p B
-"$DARCS" annotate -p resolution
+$DARCS pull ../tempB
+$DARCS annotate -p B
+$DARCS annotate -p resolution
replace ./tests/merge_three_patches.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/merge_three_patches.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/merge_three_patches.sh 9
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/merge_three_patches.sh 22
-"$DARCS" add foo
-"$DARCS" record -m Old
+$DARCS add foo
+$DARCS record -m Old
hunk ./tests/merge_three_patches.sh 27
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/merge_three_patches.sh 29
-"$DARCS" pull ../tempOld
+$DARCS pull ../tempOld
hunk ./tests/merge_three_patches.sh 33
-"$DARCS" record -m AA
+$DARCS record -m AA
hunk ./tests/merge_three_patches.sh 36
-"$DARCS" get tempOld tempB
+$DARCS get tempOld tempB
hunk ./tests/merge_three_patches.sh 40
-"$DARCS" record -m BB
-"$DARCS" pull ../tempA
-"$DARCS" record -m "conflict resolution"
+$DARCS record -m BB
+$DARCS pull ../tempA
+$DARCS record -m "conflict resolution"
hunk ./tests/merge_three_patches.sh 46
-"$DARCS" pull ../tempB
-"$DARCS" annotate -p B
-"$DARCS" annotate -p resolution
+$DARCS pull ../tempB
+$DARCS annotate -p B
+$DARCS annotate -p resolution
replace ./tests/merge_three_patches.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/merge_three_patches.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/merge_three_patches.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/mergeresolved.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/mergeresolved.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/mergeresolved.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/mergeresolved.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/mergeresolved.sh 15
-"$DARCS" add foo
-"$DARCS" record -m Old
+$DARCS add foo
+$DARCS record -m Old
hunk ./tests/mergeresolved.sh 20
-"$DARCS" init
+$DARCS init
hunk ./tests/mergeresolved.sh 22
-"$DARCS" pull ../fooOld
+$DARCS pull ../fooOld
hunk ./tests/mergeresolved.sh 24
-"$DARCS" record -m AA
+$DARCS record -m AA
hunk ./tests/mergeresolved.sh 28
-"$DARCS" init
+$DARCS init
hunk ./tests/mergeresolved.sh 30
-"$DARCS" pull ../fooOld
+$DARCS pull ../fooOld
hunk ./tests/mergeresolved.sh 32
-"$DARCS" record -m BB
-"$DARCS" pull ../tempA
+$DARCS record -m BB
+$DARCS pull ../tempA
hunk ./tests/mergeresolved.sh 35
-"$DARCS" record -m "ok A's fine."
+$DARCS record -m "ok A's fine."
hunk ./tests/mergeresolved.sh 44
-"$DARCS" record -m "AA -- upping the ante."
+$DARCS record -m "AA -- upping the ante."
hunk ./tests/mergeresolved.sh 48
-"$DARCS" pull ../tempA
+$DARCS pull ../tempA
hunk ./tests/mergeresolved.sh 52
-"$DARCS" pull ../tempB
+$DARCS pull ../tempB
replace ./tests/mergeresolved.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/mergeresolved.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/mergeresolved.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/mergeresolved.sh 15
-"$DARCS" add foo
-"$DARCS" record -m Old
+$DARCS add foo
+$DARCS record -m Old
hunk ./tests/mergeresolved.sh 20
-"$DARCS" init
+$DARCS init
hunk ./tests/mergeresolved.sh 22
-"$DARCS" pull ../fooOld
+$DARCS pull ../fooOld
hunk ./tests/mergeresolved.sh 24
-"$DARCS" record -m AA
+$DARCS record -m AA
hunk ./tests/mergeresolved.sh 28
-"$DARCS" init
+$DARCS init
hunk ./tests/mergeresolved.sh 30
-"$DARCS" pull ../fooOld
+$DARCS pull ../fooOld
hunk ./tests/mergeresolved.sh 32
-"$DARCS" record -m BB
-"$DARCS" pull ../tempA
+$DARCS record -m BB
+$DARCS pull ../tempA
hunk ./tests/mergeresolved.sh 35
-"$DARCS" record -m "ok A's fine."
+$DARCS record -m "ok A's fine."
hunk ./tests/mergeresolved.sh 44
-"$DARCS" record -m "AA -- upping the ante."
+$DARCS record -m "AA -- upping the ante."
hunk ./tests/mergeresolved.sh 48
-"$DARCS" pull ../tempA
+$DARCS pull ../tempA
hunk ./tests/mergeresolved.sh 52
-"$DARCS" pull ../tempB
+$DARCS pull ../tempB
replace ./tests/mergeresolved.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/mergeresolved.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/mergeresolved.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/merging_newlines.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/missed_resolution.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/mv-test-suite.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/mv-test-suite.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/mv-test-suite.sh 5
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/mv-test-suite.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/mv-test-suite.sh 12
-"$DARCS" record -a -m add_foo -A x --look-for-adds
+$DARCS record -a -m add_foo -A x --look-for-adds
hunk ./tests/mv-test-suite.sh 14
-"$DARCS" setpref test 'ls && test ! -e foo'
-"$DARCS" record -a -m settest -A x --no-test
+$DARCS setpref test 'ls && test ! -e foo'
+$DARCS record -a -m settest -A x --no-test
hunk ./tests/mv-test-suite.sh 17
-"$DARCS" mv foo bar
-"$DARCS" record --debug -a -m mvfoo -A x
+$DARCS mv foo bar
+$DARCS record --debug -a -m mvfoo -A x
hunk ./tests/mv-test-suite.sh 20
-"$DARCS" check
+$DARCS check
replace ./tests/mv-test-suite.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/mv-test-suite.sh 5
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/mv-test-suite.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/mv-test-suite.sh 12
-"$DARCS" record -a -m add_foo -A x --look-for-adds
+$DARCS record -a -m add_foo -A x --look-for-adds
hunk ./tests/mv-test-suite.sh 14
-"$DARCS" setpref test 'ls && test ! -e foo'
-"$DARCS" record -a -m settest -A x --no-test
+$DARCS setpref test 'ls && test ! -e foo'
+$DARCS record -a -m settest -A x --no-test
hunk ./tests/mv-test-suite.sh 17
-"$DARCS" mv foo bar
-"$DARCS" record --debug -a -m mvfoo -A x
+$DARCS mv foo bar
+$DARCS record --debug -a -m mvfoo -A x
hunk ./tests/mv-test-suite.sh 20
-"$DARCS" check
+$DARCS check
replace ./tests/mv-test-suite.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/mv-test-suite.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/mv-test-suite.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/mv.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/mv.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/mv.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/mv.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/mv.sh 8
-"$DARCS" init
+$DARCS init
hunk ./tests/mv.sh 10
-"$DARCS" add temp.c
-"$DARCS" record --all -A test --patch-name=hi
+$DARCS add temp.c
+$DARCS record --all -A test --patch-name=hi
hunk ./tests/mv.sh 13
-"$DARCS" whatsnew
-"$DARCS" record -a -A au -m bye
+$DARCS whatsnew
+$DARCS record -a -A au -m bye
hunk ./tests/mv.sh 16
-"$DARCS" add bar.c
-"$DARCS" record -a -m one -A ex
-"$DARCS" mv bar.c zig.c
-"$DARCS" whatsnew
-"$DARCS" record -a -m two -A ex
+$DARCS add bar.c
+$DARCS record -a -m one -A ex
+$DARCS mv bar.c zig.c
+$DARCS whatsnew
+$DARCS record -a -m two -A ex
hunk ./tests/mv.sh 22
-"$DARCS" add baz
-"$DARCS" whatsnew
-"$DARCS" record -a -m three -A ex
-"$DARCS" mv zig.c baz/bar.c
-"$DARCS" whatsnew
-"$DARCS" record -a -m four -A ex
-"$DARCS" mv baz temp
-"$DARCS" whatsnew
-"$DARCS" record -a -m five -A ex
+$DARCS add baz
+$DARCS whatsnew
+$DARCS record -a -m three -A ex
+$DARCS mv zig.c baz/bar.c
+$DARCS whatsnew
+$DARCS record -a -m four -A ex
+$DARCS mv baz temp
+$DARCS whatsnew
+$DARCS record -a -m five -A ex
hunk ./tests/mv.sh 32
-"$DARCS" mv temp temp 1> stdout 2> stderr || true
+$DARCS mv temp temp 1> stdout 2> stderr || true
replace ./tests/mv.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/mv.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/mv.sh 8
-"$DARCS" init
+$DARCS init
hunk ./tests/mv.sh 10
-"$DARCS" add temp.c
-"$DARCS" record --all -A test --patch-name=hi
+$DARCS add temp.c
+$DARCS record --all -A test --patch-name=hi
hunk ./tests/mv.sh 13
-"$DARCS" whatsnew
-"$DARCS" record -a -A au -m bye
+$DARCS whatsnew
+$DARCS record -a -A au -m bye
hunk ./tests/mv.sh 16
-"$DARCS" add bar.c
-"$DARCS" record -a -m one -A ex
-"$DARCS" mv bar.c zig.c
-"$DARCS" whatsnew
-"$DARCS" record -a -m two -A ex
+$DARCS add bar.c
+$DARCS record -a -m one -A ex
+$DARCS mv bar.c zig.c
+$DARCS whatsnew
+$DARCS record -a -m two -A ex
hunk ./tests/mv.sh 22
-"$DARCS" add baz
-"$DARCS" whatsnew
-"$DARCS" record -a -m three -A ex
-"$DARCS" mv zig.c baz/bar.c
-"$DARCS" whatsnew
-"$DARCS" record -a -m four -A ex
-"$DARCS" mv baz temp
-"$DARCS" whatsnew
-"$DARCS" record -a -m five -A ex
+$DARCS add baz
+$DARCS whatsnew
+$DARCS record -a -m three -A ex
+$DARCS mv zig.c baz/bar.c
+$DARCS whatsnew
+$DARCS record -a -m four -A ex
+$DARCS mv baz temp
+$DARCS whatsnew
+$DARCS record -a -m five -A ex
hunk ./tests/mv.sh 32
-"$DARCS" mv temp temp 1> stdout 2> stderr || true
+$DARCS mv temp temp 1> stdout 2> stderr || true
replace ./tests/mv.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/mv.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/mv.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/mv_and_remove_tests.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/mv_and_remove_tests.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/mv_and_remove_tests.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/mv_and_remove_tests.sh 10
-"$DARCS" init
+$DARCS init
hunk ./tests/mv_and_remove_tests.sh 12
-"$DARCS" add f*
-"$DARCS" record --author me --all --no-test --patch-name add
+$DARCS add f*
+$DARCS record --author me --all --no-test --patch-name add
hunk ./tests/mv_and_remove_tests.sh 15
-"$DARCS" add d
-"$DARCS" mv f* d
-"$DARCS" remove d/fi
+$DARCS add d
+$DARCS mv f* d
+$DARCS remove d/fi
hunk ./tests/mv_and_remove_tests.sh 19
-"$DARCS" remove fo
+$DARCS remove fo
hunk ./tests/mv_and_remove_tests.sh 21
-"$DARCS" add fun
-"$DARCS" mv fun fum ..
-"$DARCS" record --author me --all --no-test --patch-name mv
+$DARCS add fun
+$DARCS mv fun fum ..
+$DARCS record --author me --all --no-test --patch-name mv
hunk ./tests/mv_and_remove_tests.sh 26
-if "$DARCS" show files | egrep '^./fee$'; then false; else true; fi
+if $DARCS show files | egrep '^./fee$'; then false; else true; fi
hunk ./tests/mv_and_remove_tests.sh 28
-"$DARCS" show contents d/fee | cmp d/fee -
+$DARCS show contents d/fee | cmp d/fee -
hunk ./tests/mv_and_remove_tests.sh 32
-if "$DARCS" show files | egrep '^./fi$'; then false; else true; fi
-if "$DARCS" show files | egrep '^./d/fi$'; then false; else true; fi
+if $DARCS show files | egrep '^./fi$'; then false; else true; fi
+if $DARCS show files | egrep '^./d/fi$'; then false; else true; fi
hunk ./tests/mv_and_remove_tests.sh 37
-if "$DARCS" show files | egrep '^./fo$'; then false; else true; fi
-if "$DARCS" show files | egrep '^./d/fo$'; then false; else true; fi
+if $DARCS show files | egrep '^./fo$'; then false; else true; fi
+if $DARCS show files | egrep '^./d/fo$'; then false; else true; fi
hunk ./tests/mv_and_remove_tests.sh 40
-"$DARCS" show contents fun | cmp fun -
-"$DARCS" show contents fum | cmp fum -
+$DARCS show contents fun | cmp fun -
+$DARCS show contents fum | cmp fum -
hunk ./tests/mv_and_remove_tests.sh 43
-"$DARCS" mv fun d
-"$DARCS" record -A me -a --no-test -m "fun again"
-"$DARCS" show content d/fun | cmp d/fun -
+$DARCS mv fun d
+$DARCS record -A me -a --no-test -m "fun again"
+$DARCS show content d/fun | cmp d/fun -
hunk ./tests/mv_and_remove_tests.sh 47
-if "$DARCS" show files | egrep '^./fun$'; then false; else true; fi
+if $DARCS show files | egrep '^./fun$'; then false; else true; fi
replace ./tests/mv_and_remove_tests.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/mv_and_remove_tests.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/mv_and_remove_tests.sh 10
-"$DARCS" init
+$DARCS init
hunk ./tests/mv_and_remove_tests.sh 12
-"$DARCS" add f*
-"$DARCS" record --author me --all --no-test --patch-name add
+$DARCS add f*
+$DARCS record --author me --all --no-test --patch-name add
hunk ./tests/mv_and_remove_tests.sh 15
-"$DARCS" add d
-"$DARCS" mv f* d
-"$DARCS" remove d/fi
+$DARCS add d
+$DARCS mv f* d
+$DARCS remove d/fi
hunk ./tests/mv_and_remove_tests.sh 19
-"$DARCS" remove fo
+$DARCS remove fo
hunk ./tests/mv_and_remove_tests.sh 21
-"$DARCS" add fun
-"$DARCS" mv fun fum ..
-"$DARCS" record --author me --all --no-test --patch-name mv
+$DARCS add fun
+$DARCS mv fun fum ..
+$DARCS record --author me --all --no-test --patch-name mv
hunk ./tests/mv_and_remove_tests.sh 26
-if "$DARCS" show files | egrep '^./fee$'; then false; else true; fi
+if $DARCS show files | egrep '^./fee$'; then false; else true; fi
hunk ./tests/mv_and_remove_tests.sh 28
-"$DARCS" show contents d/fee | cmp d/fee -
+$DARCS show contents d/fee | cmp d/fee -
hunk ./tests/mv_and_remove_tests.sh 32
-if "$DARCS" show files | egrep '^./fi$'; then false; else true; fi
-if "$DARCS" show files | egrep '^./d/fi$'; then false; else true; fi
+if $DARCS show files | egrep '^./fi$'; then false; else true; fi
+if $DARCS show files | egrep '^./d/fi$'; then false; else true; fi
hunk ./tests/mv_and_remove_tests.sh 37
-if "$DARCS" show files | egrep '^./fo$'; then false; else true; fi
-if "$DARCS" show files | egrep '^./d/fo$'; then false; else true; fi
+if $DARCS show files | egrep '^./fo$'; then false; else true; fi
+if $DARCS show files | egrep '^./d/fo$'; then false; else true; fi
hunk ./tests/mv_and_remove_tests.sh 40
-"$DARCS" show contents fun | cmp fun -
-"$DARCS" show contents fum | cmp fum -
+$DARCS show contents fun | cmp fun -
+$DARCS show contents fum | cmp fum -
hunk ./tests/mv_and_remove_tests.sh 43
-"$DARCS" mv fun d
-"$DARCS" record -A me -a --no-test -m "fun again"
-"$DARCS" show content d/fun | cmp d/fun -
+$DARCS mv fun d
+$DARCS record -A me -a --no-test -m "fun again"
+$DARCS show content d/fun | cmp d/fun -
hunk ./tests/mv_and_remove_tests.sh 47
-if "$DARCS" show files | egrep '^./fun$'; then false; else true; fi
+if $DARCS show files | egrep '^./fun$'; then false; else true; fi
replace ./tests/mv_and_remove_tests.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/mv_and_remove_tests.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/mv_and_remove_tests.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/mv_then_add.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/mv_then_add.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/mv_then_add.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/mv_then_add.sh 10
-"$DARCS" init
+$DARCS init
hunk ./tests/mv_then_add.sh 12
-"$DARCS" add f*
-"$DARCS" record --author me --all --no-test --patch-name add
-"$DARCS" mv fee foo
+$DARCS add f*
+$DARCS record --author me --all --no-test --patch-name add
+$DARCS mv fee foo
hunk ./tests/mv_then_add.sh 16
-"$DARCS" add fee
-"$DARCS" record --author me --all --no-test --patch-name newfee
-"$DARCS" mv fi fib
-"$DARCS" record --author me --all --no-test --patch-name mvfi
+$DARCS add fee
+$DARCS record --author me --all --no-test --patch-name newfee
+$DARCS mv fi fib
+$DARCS record --author me --all --no-test --patch-name mvfi
hunk ./tests/mv_then_add.sh 21
-"$DARCS" add fi
-"$DARCS" record --author me --all --no-test --patch-name newfi
+$DARCS add fi
+$DARCS record --author me --all --no-test --patch-name newfi
replace ./tests/mv_then_add.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/mv_then_add.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/mv_then_add.sh 10
-"$DARCS" init
+$DARCS init
hunk ./tests/mv_then_add.sh 12
-"$DARCS" add f*
-"$DARCS" record --author me --all --no-test --patch-name add
-"$DARCS" mv fee foo
+$DARCS add f*
+$DARCS record --author me --all --no-test --patch-name add
+$DARCS mv fee foo
hunk ./tests/mv_then_add.sh 16
-"$DARCS" add fee
-"$DARCS" record --author me --all --no-test --patch-name newfee
-"$DARCS" mv fi fib
-"$DARCS" record --author me --all --no-test --patch-name mvfi
+$DARCS add fee
+$DARCS record --author me --all --no-test --patch-name newfee
+$DARCS mv fi fib
+$DARCS record --author me --all --no-test --patch-name mvfi
hunk ./tests/mv_then_add.sh 21
-"$DARCS" add fi
-"$DARCS" record --author me --all --no-test --patch-name newfi
+$DARCS add fi
+$DARCS record --author me --all --no-test --patch-name newfi
replace ./tests/mv_then_add.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/mv_then_add.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/mv_then_add.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/network/changes.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/network/get.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/no_pristine.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/no_pristine.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/no_pristine.sh 8
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/no_pristine.sh 19
-"$DARCS" initialize --no-pristine-tree
+$DARCS initialize --no-pristine-tree
hunk ./tests/no_pristine.sh 24
-"$DARCS" add bar
-"$DARCS" record -a -m baz bar
+$DARCS add bar
+$DARCS record -a -m baz bar
hunk ./tests/no_pristine.sh 28
-"$DARCS" record --no-test -a -m 'patch 2'
+$DARCS record --no-test -a -m 'patch 2'
hunk ./tests/no_pristine.sh 30
-"$DARCS" setpref test 'echo hello world'
-"$DARCS" record -a -m 'setpref'
+$DARCS setpref test 'echo hello world'
+$DARCS record -a -m 'setpref'
hunk ./tests/no_pristine.sh 34
-"$DARCS" record -a -m 'record with test'
+$DARCS record -a -m 'record with test'
replace ./tests/no_pristine.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/no_pristine.sh 8
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/no_pristine.sh 19
-"$DARCS" initialize --no-pristine-tree
+$DARCS initialize --no-pristine-tree
hunk ./tests/no_pristine.sh 24
-"$DARCS" add bar
-"$DARCS" record -a -m baz bar
+$DARCS add bar
+$DARCS record -a -m baz bar
hunk ./tests/no_pristine.sh 28
-"$DARCS" record --no-test -a -m 'patch 2'
+$DARCS record --no-test -a -m 'patch 2'
hunk ./tests/no_pristine.sh 30
-"$DARCS" setpref test 'echo hello world'
-"$DARCS" record -a -m 'setpref'
+$DARCS setpref test 'echo hello world'
+$DARCS record -a -m 'setpref'
hunk ./tests/no_pristine.sh 34
-"$DARCS" record -a -m 'record with test'
+$DARCS record -a -m 'record with test'
replace ./tests/no_pristine.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/no_pristine.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/no_pristine.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/nodeps.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/nodeps.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/nodeps.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/nodeps.sh 19
-"$DARCS" init
+$DARCS init
hunk ./tests/nodeps.sh 23
-"$DARCS" add f
-"$DARCS" rec -am 'fa' f
+$DARCS add f
+$DARCS rec -am 'fa' f
hunk ./tests/nodeps.sh 26
-"$DARCS" add g
-"$DARCS" rec -am 'ga' g
+$DARCS add g
+$DARCS rec -am 'ga' g
hunk ./tests/nodeps.sh 29
-"$DARCS" rec -am 'fb' f
+$DARCS rec -am 'fb' f
hunk ./tests/nodeps.sh 31
-"$DARCS" rec -am 'gb' g
+$DARCS rec -am 'gb' g
hunk ./tests/nodeps.sh 35
-"$DARCS" init --repodir d
+$DARCS init --repodir d
hunk ./tests/nodeps.sh 42
-"$DARCS" send -o bundle -a -p '[bg]' --no-deps d
+$DARCS send -o bundle -a -p '[bg]' --no-deps d
hunk ./tests/nodeps.sh 49
-"$DARCS" push -a -p '[bg]' --no-deps d
+$DARCS push -a -p '[bg]' --no-deps d
hunk ./tests/nodeps.sh 51
-"$DARCS" changes | grep '^  \* ga$'
-"$DARCS" changes | grep '^  \* fb$' && exit 1
+$DARCS changes | grep '^  \* ga$'
+$DARCS changes | grep '^  \* fb$' && exit 1
hunk ./tests/nodeps.sh 59
-rm -rf *; "$DARCS" init
-"$DARCS" pull -a -p '[bg]' --no-deps ..
-"$DARCS" changes | grep '^  \* ga$'
-"$DARCS" changes | grep '^  \* fb$' && exit 1
+rm -rf *; $DARCS init
+$DARCS pull -a -p '[bg]' --no-deps ..
+$DARCS changes | grep '^  \* ga$'
+$DARCS changes | grep '^  \* fb$' && exit 1
hunk ./tests/nodeps.sh 70
-"$DARCS" get . tmp; cd tmp
-echo y/y/y/q | tr / \\012 | "$DARCS" obliterate -p '[ag]' --no-deps
-"$DARCS" changes | grep '^  \* gb$' && exit 1
-"$DARCS" changes | grep '^  \* fa$'
+$DARCS get . tmp; cd tmp
+echo y/y/y/q | tr / \\012 | $DARCS obliterate -p '[ag]' --no-deps
+$DARCS changes | grep '^  \* gb$' && exit 1
+$DARCS changes | grep '^  \* fa$'
hunk ./tests/nodeps.sh 81
-echo y/y/y/q | tr / \\012 | "$DARCS" unrecord -p '[ag]' --no-deps
-"$DARCS" changes | grep '^  \* gb$' && exit 1
-"$DARCS" changes | grep '^  \* fa$'
+echo y/y/y/q | tr / \\012 | $DARCS unrecord -p '[ag]' --no-deps
+$DARCS changes | grep '^  \* gb$' && exit 1
+$DARCS changes | grep '^  \* fa$'
replace ./tests/nodeps.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/nodeps.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/nodeps.sh 19
-"$DARCS" init
+$DARCS init
hunk ./tests/nodeps.sh 23
-"$DARCS" add f
-"$DARCS" rec -am 'fa' f
+$DARCS add f
+$DARCS rec -am 'fa' f
hunk ./tests/nodeps.sh 26
-"$DARCS" add g
-"$DARCS" rec -am 'ga' g
+$DARCS add g
+$DARCS rec -am 'ga' g
hunk ./tests/nodeps.sh 29
-"$DARCS" rec -am 'fb' f
+$DARCS rec -am 'fb' f
hunk ./tests/nodeps.sh 31
-"$DARCS" rec -am 'gb' g
+$DARCS rec -am 'gb' g
hunk ./tests/nodeps.sh 35
-"$DARCS" init --repodir d
+$DARCS init --repodir d
hunk ./tests/nodeps.sh 42
-"$DARCS" send -o bundle -a -p '[bg]' --no-deps d
+$DARCS send -o bundle -a -p '[bg]' --no-deps d
hunk ./tests/nodeps.sh 49
-"$DARCS" push -a -p '[bg]' --no-deps d
+$DARCS push -a -p '[bg]' --no-deps d
hunk ./tests/nodeps.sh 51
-"$DARCS" changes | grep '^  \* ga$'
-"$DARCS" changes | grep '^  \* fb$' && exit 1
+$DARCS changes | grep '^  \* ga$'
+$DARCS changes | grep '^  \* fb$' && exit 1
hunk ./tests/nodeps.sh 59
-rm -rf *; "$DARCS" init
-"$DARCS" pull -a -p '[bg]' --no-deps ..
-"$DARCS" changes | grep '^  \* ga$'
-"$DARCS" changes | grep '^  \* fb$' && exit 1
+rm -rf *; $DARCS init
+$DARCS pull -a -p '[bg]' --no-deps ..
+$DARCS changes | grep '^  \* ga$'
+$DARCS changes | grep '^  \* fb$' && exit 1
hunk ./tests/nodeps.sh 70
-"$DARCS" get . tmp; cd tmp
-echo y/y/y/q | tr / \\012 | "$DARCS" obliterate -p '[ag]' --no-deps
-"$DARCS" changes | grep '^  \* gb$' && exit 1
-"$DARCS" changes | grep '^  \* fa$'
+$DARCS get . tmp; cd tmp
+echo y/y/y/q | tr / \\012 | $DARCS obliterate -p '[ag]' --no-deps
+$DARCS changes | grep '^  \* gb$' && exit 1
+$DARCS changes | grep '^  \* fa$'
hunk ./tests/nodeps.sh 81
-echo y/y/y/q | tr / \\012 | "$DARCS" unrecord -p '[ag]' --no-deps
-"$DARCS" changes | grep '^  \* gb$' && exit 1
-"$DARCS" changes | grep '^  \* fa$'
+echo y/y/y/q | tr / \\012 | $DARCS unrecord -p '[ag]' --no-deps
+$DARCS changes | grep '^  \* gb$' && exit 1
+$DARCS changes | grep '^  \* fa$'
replace ./tests/nodeps.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/nodeps.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/nodeps.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/nonewline.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/nonewline.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/nonewline.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/nonewline.sh 8
-"$DARCS" init
+$DARCS init
hunk ./tests/nonewline.sh 10
-"$DARCS" add foo
+$DARCS add foo
hunk ./tests/nonewline.sh 12
-"$DARCS" record -a -m add_foo -A x
+$DARCS record -a -m add_foo -A x
hunk ./tests/nonewline.sh 15
-"$DARCS" record --ignore-time -a -m mod_foo -A x
+$DARCS record --ignore-time -a -m mod_foo -A x
hunk ./tests/nonewline.sh 17
-"$DARCS" init
-"$DARCS" pull -a ../temp1
+$DARCS init
+$DARCS pull -a ../temp1
replace ./tests/nonewline.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/nonewline.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/nonewline.sh 8
-"$DARCS" init
+$DARCS init
hunk ./tests/nonewline.sh 10
-"$DARCS" add foo
+$DARCS add foo
hunk ./tests/nonewline.sh 12
-"$DARCS" record -a -m add_foo -A x
+$DARCS record -a -m add_foo -A x
hunk ./tests/nonewline.sh 15
-"$DARCS" record --ignore-time -a -m mod_foo -A x
+$DARCS record --ignore-time -a -m mod_foo -A x
hunk ./tests/nonewline.sh 17
-"$DARCS" init
-"$DARCS" pull -a ../temp1
+$DARCS init
+$DARCS pull -a ../temp1
replace ./tests/nonewline.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/nonewline.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/nonewline.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/obliterate.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/obliterate.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/obliterate.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/obliterate.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/obliterate.sh 11
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/obliterate.sh 13
-"$DARCS" add foo
-"$DARCS" record -a -m hellofoo
+$DARCS add foo
+$DARCS record -a -m hellofoo
hunk ./tests/obliterate.sh 17
-"$DARCS" record -a -m goodbyefoo
+$DARCS record -a -m goodbyefoo
hunk ./tests/obliterate.sh 19
-"$DARCS" replace world bar foo
+$DARCS replace world bar foo
hunk ./tests/obliterate.sh 21
-"$DARCS" add bar
-"$DARCS" record -a -m addbar
+$DARCS add bar
+$DARCS record -a -m addbar
hunk ./tests/obliterate.sh 24
-"$DARCS" mv bar baz
-"$DARCS" replace bar baz foo
-"$DARCS" record -a -m bar2baz
+$DARCS mv bar baz
+$DARCS replace bar baz foo
+$DARCS record -a -m bar2baz
hunk ./tests/obliterate.sh 29
-"$DARCS" record -a -m nolove
+$DARCS record -a -m nolove
hunk ./tests/obliterate.sh 31
-"$DARCS" mv baz world
-"$DARCS" replace baz world foo
-"$DARCS" record -a -m baz2world
+$DARCS mv baz world
+$DARCS replace baz world foo
+$DARCS record -a -m baz2world
hunk ./tests/obliterate.sh 35
-"$DARCS" whatsnew | grep 'No changes'
+$DARCS whatsnew | grep 'No changes'
hunk ./tests/obliterate.sh 39
-echo y | "$DARCS" obliterate -p baz2world
+echo y | $DARCS obliterate -p baz2world
hunk ./tests/obliterate.sh 41
-"$DARCS" whatsnew | grep 'No changes'
+$DARCS whatsnew | grep 'No changes'
hunk ./tests/obliterate.sh 45
-echo y | "$DARCS" obliterate -p bar2baz
+echo y | $DARCS obliterate -p bar2baz
hunk ./tests/obliterate.sh 49
-echo y | "$DARCS" obliterate -p nolove
+echo y | $DARCS obliterate -p nolove
replace ./tests/obliterate.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/obliterate.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/obliterate.sh 11
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/obliterate.sh 13
-"$DARCS" add foo
-"$DARCS" record -a -m hellofoo
+$DARCS add foo
+$DARCS record -a -m hellofoo
hunk ./tests/obliterate.sh 17
-"$DARCS" record -a -m goodbyefoo
+$DARCS record -a -m goodbyefoo
hunk ./tests/obliterate.sh 19
-"$DARCS" replace world bar foo
+$DARCS replace world bar foo
hunk ./tests/obliterate.sh 21
-"$DARCS" add bar
-"$DARCS" record -a -m addbar
+$DARCS add bar
+$DARCS record -a -m addbar
hunk ./tests/obliterate.sh 24
-"$DARCS" mv bar baz
-"$DARCS" replace bar baz foo
-"$DARCS" record -a -m bar2baz
+$DARCS mv bar baz
+$DARCS replace bar baz foo
+$DARCS record -a -m bar2baz
hunk ./tests/obliterate.sh 29
-"$DARCS" record -a -m nolove
+$DARCS record -a -m nolove
hunk ./tests/obliterate.sh 31
-"$DARCS" mv baz world
-"$DARCS" replace baz world foo
-"$DARCS" record -a -m baz2world
+$DARCS mv baz world
+$DARCS replace baz world foo
+$DARCS record -a -m baz2world
hunk ./tests/obliterate.sh 35
-"$DARCS" whatsnew | grep 'No changes'
+$DARCS whatsnew | grep 'No changes'
hunk ./tests/obliterate.sh 39
-echo y | "$DARCS" obliterate -p baz2world
+echo y | $DARCS obliterate -p baz2world
hunk ./tests/obliterate.sh 41
-"$DARCS" whatsnew | grep 'No changes'
+$DARCS whatsnew | grep 'No changes'
hunk ./tests/obliterate.sh 45
-echo y | "$DARCS" obliterate -p bar2baz
+echo y | $DARCS obliterate -p bar2baz
hunk ./tests/obliterate.sh 49
-echo y | "$DARCS" obliterate -p nolove
+echo y | $DARCS obliterate -p nolove
replace ./tests/obliterate.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/obliterate.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/obliterate.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/obliterate_before_a_tag.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/optimize.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/optimize_relink.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/optimize_relink.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/optimize_relink.sh 7
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/optimize_relink.sh 23
-"$DARCS" init --repodir x
+$DARCS init --repodir x
hunk ./tests/optimize_relink.sh 26
-"$DARCS" add foo
-"$DARCS" record -a -A me -m 'addfoo'
+$DARCS add foo
+$DARCS record -a -A me -m 'addfoo'
hunk ./tests/optimize_relink.sh 46
-"$DARCS" optimize --verbose --relink --repodir x --sibling y
+$DARCS optimize --verbose --relink --repodir x --sibling y
replace ./tests/optimize_relink.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/optimize_relink.sh 7
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/optimize_relink.sh 23
-"$DARCS" init --repodir x
+$DARCS init --repodir x
hunk ./tests/optimize_relink.sh 26
-"$DARCS" add foo
-"$DARCS" record -a -A me -m 'addfoo'
+$DARCS add foo
+$DARCS record -a -A me -m 'addfoo'
hunk ./tests/optimize_relink.sh 46
-"$DARCS" optimize --verbose --relink --repodir x --sibling y
+$DARCS optimize --verbose --relink --repodir x --sibling y
replace ./tests/optimize_relink.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/optimize_relink.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/optimize_relink.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/partial.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/partial.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/partial.sh 6
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/partial.sh 14
-"$DARCS" initialize --darcs-2
+$DARCS initialize --darcs-2
hunk ./tests/partial.sh 17
-"$DARCS" add a
-"$DARCS" record -a -m aa -A x
+$DARCS add a
+$DARCS record -a -m aa -A x
hunk ./tests/partial.sh 20
-"$DARCS" add b
-"$DARCS" record -a -m bb -A x
+$DARCS add b
+$DARCS record -a -m bb -A x
hunk ./tests/partial.sh 27
-"$DARCS" initialize --darcs-2
-"$DARCS" pull -a --patch a ..
-"$DARCS" tag -m tt -A x
+$DARCS initialize --darcs-2
+$DARCS pull -a --patch a ..
+$DARCS tag -m tt -A x
hunk ./tests/partial.sh 34
-"$DARCS" pull -a _rel
+$DARCS pull -a _rel
hunk ./tests/partial.sh 36
-"$DARCS" add c
-"$DARCS" record -a -m cc -A x
+$DARCS add c
+$DARCS record -a -m cc -A x
hunk ./tests/partial.sh 41
-"$DARCS" tag -A x --checkpoint first_checkpoint
-"$DARCS" get --partial . _partial
+$DARCS tag -A x --checkpoint first_checkpoint
+$DARCS get --partial . _partial
hunk ./tests/partial.sh 52
-"$DARCS" tag -A x --checkpoint checkpointing_a_partial
+$DARCS tag -A x --checkpoint checkpointing_a_partial
hunk ./tests/partial.sh 58
-"$DARCS" get _partial _second_partial
+$DARCS get _partial _second_partial
replace ./tests/partial.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/partial.sh 6
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/partial.sh 14
-"$DARCS" initialize --darcs-2
+$DARCS initialize --darcs-2
hunk ./tests/partial.sh 17
-"$DARCS" add a
-"$DARCS" record -a -m aa -A x
+$DARCS add a
+$DARCS record -a -m aa -A x
hunk ./tests/partial.sh 20
-"$DARCS" add b
-"$DARCS" record -a -m bb -A x
+$DARCS add b
+$DARCS record -a -m bb -A x
hunk ./tests/partial.sh 27
-"$DARCS" initialize --darcs-2
-"$DARCS" pull -a --patch a ..
-"$DARCS" tag -m tt -A x
+$DARCS initialize --darcs-2
+$DARCS pull -a --patch a ..
+$DARCS tag -m tt -A x
hunk ./tests/partial.sh 34
-"$DARCS" pull -a _rel
+$DARCS pull -a _rel
hunk ./tests/partial.sh 36
-"$DARCS" add c
-"$DARCS" record -a -m cc -A x
+$DARCS add c
+$DARCS record -a -m cc -A x
hunk ./tests/partial.sh 41
-"$DARCS" tag -A x --checkpoint first_checkpoint
-"$DARCS" get --partial . _partial
+$DARCS tag -A x --checkpoint first_checkpoint
+$DARCS get --partial . _partial
hunk ./tests/partial.sh 52
-"$DARCS" tag -A x --checkpoint checkpointing_a_partial
+$DARCS tag -A x --checkpoint checkpointing_a_partial
hunk ./tests/partial.sh 58
-"$DARCS" get _partial _second_partial
+$DARCS get _partial _second_partial
replace ./tests/partial.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/partial.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/partial.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/pending.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/pending.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/pending.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/pending.sh 17
-"$DARCS" init
+$DARCS init
hunk ./tests/pending.sh 19
-"$DARCS" add bla
-"$DARCS" record -a --patch-name=11
+$DARCS add bla
+$DARCS record -a --patch-name=11
hunk ./tests/pending.sh 22
-"$DARCS" add world
-"$DARCS" whatsnew --dont-look-for-adds > wn1
+$DARCS add world
+$DARCS whatsnew --dont-look-for-adds > wn1
hunk ./tests/pending.sh 25
-"$DARCS" get temp
+$DARCS get temp
hunk ./tests/pending.sh 29
-"$DARCS" add bla2
-"$DARCS" record -a --patch-name=22
-"$DARCS" push -a ../temp
+$DARCS add bla2
+$DARCS record -a --patch-name=22
+$DARCS push -a ../temp
hunk ./tests/pending.sh 34
-"$DARCS" whatsnew --dont-look-for-adds > wn2
+$DARCS whatsnew --dont-look-for-adds > wn2
hunk ./tests/pending.sh 37
-"$DARCS" record -a -m 'cleaning up for new test.'
+$DARCS record -a -m 'cleaning up for new test.'
hunk ./tests/pending.sh 39
-"$DARCS" add foo.jpg
-"$DARCS" whatsnew
+$DARCS add foo.jpg
+$DARCS whatsnew
hunk ./tests/pending.sh 42
-"$DARCS" remove foo.jpg
-"$DARCS" whatsnew && exit 1
+$DARCS remove foo.jpg
+$DARCS whatsnew && exit 1
replace ./tests/pending.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/pending.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/pending.sh 17
-"$DARCS" init
+$DARCS init
hunk ./tests/pending.sh 19
-"$DARCS" add bla
-"$DARCS" record -a --patch-name=11
+$DARCS add bla
+$DARCS record -a --patch-name=11
hunk ./tests/pending.sh 22
-"$DARCS" add world
-"$DARCS" whatsnew --dont-look-for-adds > wn1
+$DARCS add world
+$DARCS whatsnew --dont-look-for-adds > wn1
hunk ./tests/pending.sh 25
-"$DARCS" get temp
+$DARCS get temp
hunk ./tests/pending.sh 29
-"$DARCS" add bla2
-"$DARCS" record -a --patch-name=22
-"$DARCS" push -a ../temp
+$DARCS add bla2
+$DARCS record -a --patch-name=22
+$DARCS push -a ../temp
hunk ./tests/pending.sh 34
-"$DARCS" whatsnew --dont-look-for-adds > wn2
+$DARCS whatsnew --dont-look-for-adds > wn2
hunk ./tests/pending.sh 37
-"$DARCS" record -a -m 'cleaning up for new test.'
+$DARCS record -a -m 'cleaning up for new test.'
hunk ./tests/pending.sh 39
-"$DARCS" add foo.jpg
-"$DARCS" whatsnew
+$DARCS add foo.jpg
+$DARCS whatsnew
hunk ./tests/pending.sh 42
-"$DARCS" remove foo.jpg
-"$DARCS" whatsnew && exit 1
+$DARCS remove foo.jpg
+$DARCS whatsnew && exit 1
replace ./tests/pending.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/pending.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/pending.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/pending_has_conflicts.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/perms.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/perms.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/perms.sh 6
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/perms.sh 10
-"$DARCS" init
+$DARCS init
hunk ./tests/perms.sh 16
-"$DARCS" add foo
-"$DARCS" record -m add_foo
+$DARCS add foo
+$DARCS record -m add_foo
hunk ./tests/perms.sh 19
-"$DARCS" record -m mod_foo
+$DARCS record -m mod_foo
hunk ./tests/perms.sh 21
-"$DARCS" get --repo-name temp2 temp1
+$DARCS get --repo-name temp2 temp1
hunk ./tests/perms.sh 24
-echo y/d/y | tr / \\012 | "$DARCS" unpull --interactive
+echo y/d/y | tr / \\012 | $DARCS unpull --interactive
hunk ./tests/perms.sh 28
-"$DARCS" pull ../temp1
+$DARCS pull ../temp1
replace ./tests/perms.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/perms.sh 6
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/perms.sh 10
-"$DARCS" init
+$DARCS init
hunk ./tests/perms.sh 16
-"$DARCS" add foo
-"$DARCS" record -m add_foo
+$DARCS add foo
+$DARCS record -m add_foo
hunk ./tests/perms.sh 19
-"$DARCS" record -m mod_foo
+$DARCS record -m mod_foo
hunk ./tests/perms.sh 21
-"$DARCS" get --repo-name temp2 temp1
+$DARCS get --repo-name temp2 temp1
hunk ./tests/perms.sh 24
-echo y/d/y | tr / \\012 | "$DARCS" unpull --interactive
+echo y/d/y | tr / \\012 | $DARCS unpull --interactive
hunk ./tests/perms.sh 28
-"$DARCS" pull ../temp1
+$DARCS pull ../temp1
replace ./tests/perms.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/perms.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/perms.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/posthook.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/posthook.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/posthook.sh 6
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/posthook.sh 11
-"$DARCS" init
+$DARCS init
hunk ./tests/posthook.sh 13
-"$DARCS" add foo
+$DARCS add foo
hunk ./tests/posthook.sh 16
-echo yes | "$DARCS" whatsnew -s --posthook 'touch posthook-ran'
+echo yes | $DARCS whatsnew -s --posthook 'touch posthook-ran'
hunk ./tests/posthook.sh 21
-echo no | "$DARCS" whatsnew -s --posthook 'touch posthook-ran'
+echo no | $DARCS whatsnew -s --posthook 'touch posthook-ran'
hunk ./tests/posthook.sh 26
-echo yes | "$DARCS" whatsnew -s
+echo yes | $DARCS whatsnew -s
hunk ./tests/posthook.sh 31
-echo no | "$DARCS" whatsnew -s
+echo no | $DARCS whatsnew -s
hunk ./tests/posthook.sh 36
-"$DARCS" whatsnew -s
+$DARCS whatsnew -s
hunk ./tests/posthook.sh 42
-"$DARCS" whatsnew --run-posthook -s
+$DARCS whatsnew --run-posthook -s
hunk ./tests/posthook.sh 48
-"$DARCS" whatsnew --posthook 'touch posthook-ran' -s
+$DARCS whatsnew --posthook 'touch posthook-ran' -s
replace ./tests/posthook.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/posthook.sh 6
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/posthook.sh 11
-"$DARCS" init
+$DARCS init
hunk ./tests/posthook.sh 13
-"$DARCS" add foo
+$DARCS add foo
hunk ./tests/posthook.sh 16
-echo yes | "$DARCS" whatsnew -s --posthook 'touch posthook-ran'
+echo yes | $DARCS whatsnew -s --posthook 'touch posthook-ran'
hunk ./tests/posthook.sh 21
-echo no | "$DARCS" whatsnew -s --posthook 'touch posthook-ran'
+echo no | $DARCS whatsnew -s --posthook 'touch posthook-ran'
hunk ./tests/posthook.sh 26
-echo yes | "$DARCS" whatsnew -s
+echo yes | $DARCS whatsnew -s
hunk ./tests/posthook.sh 31
-echo no | "$DARCS" whatsnew -s
+echo no | $DARCS whatsnew -s
hunk ./tests/posthook.sh 36
-"$DARCS" whatsnew -s
+$DARCS whatsnew -s
hunk ./tests/posthook.sh 42
-"$DARCS" whatsnew --run-posthook -s
+$DARCS whatsnew --run-posthook -s
hunk ./tests/posthook.sh 48
-"$DARCS" whatsnew --posthook 'touch posthook-ran' -s
+$DARCS whatsnew --posthook 'touch posthook-ran' -s
replace ./tests/posthook.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/posthook.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/posthook.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/prefs.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/prefs.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/prefs.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/prefs.sh 9
-"$DARCS" initialize --old-fashion
+$DARCS initialize --old-fashion
hunk ./tests/prefs.sh 12
-"$DARCS" add .boring
-"$DARCS" setpref boringfile .boring
-"$DARCS" record -a -m p1 -A me
+$DARCS add .boring
+$DARCS setpref boringfile .boring
+$DARCS record -a -m p1 -A me
hunk ./tests/prefs.sh 16
-"$DARCS" get --hashed temp1 temp2
+$DARCS get --hashed temp1 temp2
replace ./tests/prefs.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/prefs.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/prefs.sh 9
-"$DARCS" initialize --old-fashion
+$DARCS initialize --old-fashion
hunk ./tests/prefs.sh 12
-"$DARCS" add .boring
-"$DARCS" setpref boringfile .boring
-"$DARCS" record -a -m p1 -A me
+$DARCS add .boring
+$DARCS setpref boringfile .boring
+$DARCS record -a -m p1 -A me
hunk ./tests/prefs.sh 16
-"$DARCS" get --hashed temp1 temp2
+$DARCS get --hashed temp1 temp2
replace ./tests/prefs.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/prefs.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/prefs.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/prehook.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/prehook.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/prehook.sh 6
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/prehook.sh 11
-"$DARCS" init
+$DARCS init
hunk ./tests/prehook.sh 13
-"$DARCS" add foo
+$DARCS add foo
hunk ./tests/prehook.sh 16
-echo yes | "$DARCS" whatsnew -s --prehook 'touch prehook-ran'
+echo yes | $DARCS whatsnew -s --prehook 'touch prehook-ran'
hunk ./tests/prehook.sh 21
-echo no | "$DARCS" whatsnew -s --prehook 'touch prehook-ran'
+echo no | $DARCS whatsnew -s --prehook 'touch prehook-ran'
hunk ./tests/prehook.sh 26
-echo yes | "$DARCS" whatsnew -s
+echo yes | $DARCS whatsnew -s
hunk ./tests/prehook.sh 31
-echo no | "$DARCS" whatsnew -s
+echo no | $DARCS whatsnew -s
hunk ./tests/prehook.sh 36
-"$DARCS" whatsnew -s
+$DARCS whatsnew -s
hunk ./tests/prehook.sh 42
-"$DARCS" whatsnew --run-prehook -s
+$DARCS whatsnew --run-prehook -s
hunk ./tests/prehook.sh 48
-"$DARCS" whatsnew --prehook 'touch prehook-ran' -s
+$DARCS whatsnew --prehook 'touch prehook-ran' -s
replace ./tests/prehook.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/prehook.sh 6
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/prehook.sh 11
-"$DARCS" init
+$DARCS init
hunk ./tests/prehook.sh 13
-"$DARCS" add foo
+$DARCS add foo
hunk ./tests/prehook.sh 16
-echo yes | "$DARCS" whatsnew -s --prehook 'touch prehook-ran'
+echo yes | $DARCS whatsnew -s --prehook 'touch prehook-ran'
hunk ./tests/prehook.sh 21
-echo no | "$DARCS" whatsnew -s --prehook 'touch prehook-ran'
+echo no | $DARCS whatsnew -s --prehook 'touch prehook-ran'
hunk ./tests/prehook.sh 26
-echo yes | "$DARCS" whatsnew -s
+echo yes | $DARCS whatsnew -s
hunk ./tests/prehook.sh 31
-echo no | "$DARCS" whatsnew -s
+echo no | $DARCS whatsnew -s
hunk ./tests/prehook.sh 36
-"$DARCS" whatsnew -s
+$DARCS whatsnew -s
hunk ./tests/prehook.sh 42
-"$DARCS" whatsnew --run-prehook -s
+$DARCS whatsnew --run-prehook -s
hunk ./tests/prehook.sh 48
-"$DARCS" whatsnew --prehook 'touch prehook-ran' -s
+$DARCS whatsnew --prehook 'touch prehook-ran' -s
replace ./tests/prehook.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/prehook.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/prehook.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/printer.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/pull.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/pull.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/pull.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/pull.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/pull.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/pull.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/pull.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/pull_binary.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/pull_binary.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/pull_binary.sh 8
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/pull_binary.sh 18
-"$DARCS" init
+$DARCS init
hunk ./tests/pull_binary.sh 20
-"$DARCS" record -l -a -A author -m xx
+$DARCS record -l -a -A author -m xx
hunk ./tests/pull_binary.sh 22
-"$DARCS" record -a -A author -m yy
+$DARCS record -a -A author -m yy
hunk ./tests/pull_binary.sh 27
-"$DARCS" init
-echo yn | "$DARCS" pull ../temp1
+$DARCS init
+echo yn | $DARCS pull ../temp1
hunk ./tests/pull_binary.sh 30
-"$DARCS" pull -a
+$DARCS pull -a
replace ./tests/pull_binary.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/pull_binary.sh 8
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/pull_binary.sh 18
-"$DARCS" init
+$DARCS init
hunk ./tests/pull_binary.sh 20
-"$DARCS" record -l -a -A author -m xx
+$DARCS record -l -a -A author -m xx
hunk ./tests/pull_binary.sh 22
-"$DARCS" record -a -A author -m yy
+$DARCS record -a -A author -m yy
hunk ./tests/pull_binary.sh 27
-"$DARCS" init
-echo yn | "$DARCS" pull ../temp1
+$DARCS init
+echo yn | $DARCS pull ../temp1
hunk ./tests/pull_binary.sh 30
-"$DARCS" pull -a
+$DARCS pull -a
replace ./tests/pull_binary.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/pull_binary.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/pull_binary.sh [A-Za-z0-9_".$] $PWD "$PWD"
hunk ./tests/pull_compl.sh 69
-    "$DARCS" pull $* | grep '  \*'
+    $DARCS pull $* | grep '  \*'
replace ./tests/pull_compl.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/pull_compl.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/pull_compl.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/pull_compl.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/pull_directory_not_empty.pl [A-Za-z0-9_".$] $HOME  
"$HOME"
replace ./tests/pull_many_files.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/pull_two.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/pull_two.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/pull_two.sh 8
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/pull_two.sh 19
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/pull_two.sh 21
-"$DARCS" add bar
-"$DARCS" record -a -m addbar
+$DARCS add bar
+$DARCS record -a -m addbar
hunk ./tests/pull_two.sh 25
-"$DARCS" get temp1 temp2
+$DARCS get temp1 temp2
hunk ./tests/pull_two.sh 28
-"$DARCS" record -a -m datebar
+$DARCS record -a -m datebar
hunk ./tests/pull_two.sh 32
-"$DARCS" record -a -m aackbar
+$DARCS record -a -m aackbar
hunk ./tests/pull_two.sh 36
-"$DARCS" pull -av
-"$DARCS" check
+$DARCS pull -av
+$DARCS check
replace ./tests/pull_two.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/pull_two.sh 8
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/pull_two.sh 19
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/pull_two.sh 21
-"$DARCS" add bar
-"$DARCS" record -a -m addbar
+$DARCS add bar
+$DARCS record -a -m addbar
hunk ./tests/pull_two.sh 25
-"$DARCS" get temp1 temp2
+$DARCS get temp1 temp2
hunk ./tests/pull_two.sh 28
-"$DARCS" record -a -m datebar
+$DARCS record -a -m datebar
hunk ./tests/pull_two.sh 32
-"$DARCS" record -a -m aackbar
+$DARCS record -a -m aackbar
hunk ./tests/pull_two.sh 36
-"$DARCS" pull -av
-"$DARCS" check
+$DARCS pull -av
+$DARCS check
replace ./tests/pull_two.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/pull_two.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/pull_two.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/push.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/push.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/push.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/push.sh 5
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/push.sh 14
-"$DARCS" init
+$DARCS init
hunk ./tests/push.sh 17
-"$DARCS" add bla
-"$DARCS" record -a --patch-name=11
+$DARCS add bla
+$DARCS record -a --patch-name=11
hunk ./tests/push.sh 20
-"$DARCS" get temp
+$DARCS get temp
hunk ./tests/push.sh 23
-"$DARCS" add bla2
-"$DARCS" record -a --patch-name=22
-"$DARCS" push -a ../temp_0
+$DARCS add bla2
+$DARCS record -a --patch-name=22
+$DARCS push -a ../temp_0
replace ./tests/push.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/push.sh 5
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+ACTUAL_DARCS=`which $DARCS`
hunk ./tests/push.sh 14
-"$DARCS" init
+$DARCS init
hunk ./tests/push.sh 17
-"$DARCS" add bla
-"$DARCS" record -a --patch-name=11
+$DARCS add bla
+$DARCS record -a --patch-name=11
hunk ./tests/push.sh 20
-"$DARCS" get temp
+$DARCS get temp
hunk ./tests/push.sh 23
-"$DARCS" add bla2
-"$DARCS" record -a --patch-name=22
-"$DARCS" push -a ../temp_0
+$DARCS add bla2
+$DARCS record -a --patch-name=22
+$DARCS push -a ../temp_0
replace ./tests/push.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/push.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/push.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/push_lock.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/push_lock.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/push_lock.sh 7
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/push_lock.sh 12
-"$DARCS" init
+$DARCS init
hunk ./tests/push_lock.sh 14
-"$DARCS" rec -Ax -alm init
+$DARCS rec -Ax -alm init
hunk ./tests/push_lock.sh 17
-"$DARCS" get tempc temps
+$DARCS get tempc temps
hunk ./tests/push_lock.sh 20
-"$DARCS" rec -Ax -alm server
+$DARCS rec -Ax -alm server
hunk ./tests/push_lock.sh 23
-"$DARCS" rec -Ax -alm client
-if "$DARCS" push -a ../temps; then
+$DARCS rec -Ax -alm client
+if $DARCS push -a ../temps; then
replace ./tests/push_lock.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/push_lock.sh 7
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/push_lock.sh 12
-"$DARCS" init
+$DARCS init
hunk ./tests/push_lock.sh 14
-"$DARCS" rec -Ax -alm init
+$DARCS rec -Ax -alm init
hunk ./tests/push_lock.sh 17
-"$DARCS" get tempc temps
+$DARCS get tempc temps
hunk ./tests/push_lock.sh 20
-"$DARCS" rec -Ax -alm server
+$DARCS rec -Ax -alm server
hunk ./tests/push_lock.sh 23
-"$DARCS" rec -Ax -alm client
-if "$DARCS" push -a ../temps; then
+$DARCS rec -Ax -alm client
+if $DARCS push -a ../temps; then
replace ./tests/push_lock.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/push_lock.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/push_lock.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/put.pl [A-Za-z0-9_".$] $HOME "$HOME"
hunk ./tests/query_manifest.sh 17
-    "$DARCS" query manifest $3 --files --no-directories | sort >  
darcs-files.tmp
-    "$DARCS" query manifest $3 --no-files --directories | sort >  
darcs-dirs.tmp
-    "$DARCS" query manifest $3 --files --directories | sort > darcs- 
files-dirs.tmp
+    $DARCS query manifest $3 --files --no-directories | sort > darcs- 
files.tmp
+    $DARCS query manifest $3 --no-files --directories | sort > darcs- 
dirs.tmp
+    $DARCS query manifest $3 --files --directories | sort > darcs- 
files-dirs.tmp
replace ./tests/query_manifest.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/query_manifest.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/query_manifest.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/query_manifest.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/record.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/record_editor.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/recordrace.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/recordrace.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/recordrace.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/recordrace.sh 8
-"$DARCS" init
+$DARCS init
hunk ./tests/recordrace.sh 10
-"$DARCS" add foo
+$DARCS add foo
hunk ./tests/recordrace.sh 12
-"$DARCS" record -a -m add_foo -A x
+$DARCS record -a -m add_foo -A x
hunk ./tests/recordrace.sh 15
-"$DARCS" record --ignore-time -a -m mod_foo -A x
+$DARCS record --ignore-time -a -m mod_foo -A x
hunk ./tests/recordrace.sh 17
-"$DARCS" init
-"$DARCS" pull -a ../foo1
+$DARCS init
+$DARCS pull -a ../foo1
replace ./tests/recordrace.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/recordrace.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/recordrace.sh 8
-"$DARCS" init
+$DARCS init
hunk ./tests/recordrace.sh 10
-"$DARCS" add foo
+$DARCS add foo
hunk ./tests/recordrace.sh 12
-"$DARCS" record -a -m add_foo -A x
+$DARCS record -a -m add_foo -A x
hunk ./tests/recordrace.sh 15
-"$DARCS" record --ignore-time -a -m mod_foo -A x
+$DARCS record --ignore-time -a -m mod_foo -A x
hunk ./tests/recordrace.sh 17
-"$DARCS" init
-"$DARCS" pull -a ../foo1
+$DARCS init
+$DARCS pull -a ../foo1
replace ./tests/recordrace.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/recordrace.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/recordrace.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/repair.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/repair.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/repair.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/repair.sh 9
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/repair.sh 14
-"$DARCS" add foo
-"$DARCS" add d
-"$DARCS" add d/bar
-"$DARCS" record -a -m AA -A x
+$DARCS add foo
+$DARCS add d
+$DARCS add d/bar
+$DARCS record -a -m AA -A x
hunk ./tests/repair.sh 19
-"$DARCS" record -a -m BB -A x
+$DARCS record -a -m BB -A x
hunk ./tests/repair.sh 21
-"$DARCS" record -a -m CC -A x
+$DARCS record -a -m CC -A x
hunk ./tests/repair.sh 29
-"$DARCS" repair
+$DARCS repair
replace ./tests/repair.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/repair.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/repair.sh 9
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/repair.sh 14
-"$DARCS" add foo
-"$DARCS" add d
-"$DARCS" add d/bar
-"$DARCS" record -a -m AA -A x
+$DARCS add foo
+$DARCS add d
+$DARCS add d/bar
+$DARCS record -a -m AA -A x
hunk ./tests/repair.sh 19
-"$DARCS" record -a -m BB -A x
+$DARCS record -a -m BB -A x
hunk ./tests/repair.sh 21
-"$DARCS" record -a -m CC -A x
+$DARCS record -a -m CC -A x
hunk ./tests/repair.sh 29
-"$DARCS" repair
+$DARCS repair
replace ./tests/repair.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/repair.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/repair.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/replace.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/replace.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/replace.sh 6
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/replace.sh 12
-"$DARCS" init
+$DARCS init
hunk ./tests/replace.sh 15
-"$DARCS" rec -alm "Added"
+$DARCS rec -alm "Added"
hunk ./tests/replace.sh 18
-"$DARCS" replace ' X ' ' XX ' --token-chars '[ X]' foo && exit 1 ||  
true
+$DARCS replace ' X ' ' XX ' --token-chars '[ X]' foo && exit 1 || true
hunk ./tests/replace.sh 22
-"$DARCS" replace X Y foo foo
-"$DARCS" replace Y Z foo ../temp/foo
-"$DARCS" replace Z Q foo foo --repodir=../temp/
-"$DARCS" rec -am "xyzq"
+$DARCS replace X Y foo foo
+$DARCS replace Y Z foo ../temp/foo
+$DARCS replace Z Q foo foo --repodir=../temp/
+$DARCS rec -am "xyzq"
hunk ./tests/replace.sh 38
-"$DARCS" rec -am xx
+$DARCS rec -am xx
hunk ./tests/replace.sh 40
-"$DARCS" replace --ignore-times x y foo
+$DARCS replace --ignore-times x y foo
hunk ./tests/replace.sh 44
-"$DARCS" rec -am hej
+$DARCS rec -am hej
hunk ./tests/replace.sh 46
-"$DARCS" replace hej hopp foo
+$DARCS replace hej hopp foo
hunk ./tests/replace.sh 48
-"$DARCS" whatsnew
+$DARCS whatsnew
hunk ./tests/replace.sh 52
-"$DARCS" rec -am hop
-"$DARCS" replace src dst foo || true
-"$DARCS" replace --force src dst foo
+$DARCS rec -am hop
+$DARCS replace src dst foo || true
+$DARCS replace --force src dst foo
hunk ./tests/replace.sh 56
-"$DARCS" whatsnew
-"$DARCS" whatsnew -ls
+$DARCS whatsnew
+$DARCS whatsnew -ls
replace ./tests/replace.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/replace.sh 6
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/replace.sh 12
-"$DARCS" init
+$DARCS init
hunk ./tests/replace.sh 15
-"$DARCS" rec -alm "Added"
+$DARCS rec -alm "Added"
hunk ./tests/replace.sh 18
-"$DARCS" replace ' X ' ' XX ' --token-chars '[ X]' foo && exit 1 ||  
true
+$DARCS replace ' X ' ' XX ' --token-chars '[ X]' foo && exit 1 || true
hunk ./tests/replace.sh 22
-"$DARCS" replace X Y foo foo
-"$DARCS" replace Y Z foo ../temp/foo
-"$DARCS" replace Z Q foo foo --repodir=../temp/
-"$DARCS" rec -am "xyzq"
+$DARCS replace X Y foo foo
+$DARCS replace Y Z foo ../temp/foo
+$DARCS replace Z Q foo foo --repodir=../temp/
+$DARCS rec -am "xyzq"
hunk ./tests/replace.sh 38
-"$DARCS" rec -am xx
+$DARCS rec -am xx
hunk ./tests/replace.sh 40
-"$DARCS" replace --ignore-times x y foo
+$DARCS replace --ignore-times x y foo
hunk ./tests/replace.sh 44
-"$DARCS" rec -am hej
+$DARCS rec -am hej
hunk ./tests/replace.sh 46
-"$DARCS" replace hej hopp foo
+$DARCS replace hej hopp foo
hunk ./tests/replace.sh 48
-"$DARCS" whatsnew
+$DARCS whatsnew
hunk ./tests/replace.sh 52
-"$DARCS" rec -am hop
-"$DARCS" replace src dst foo || true
-"$DARCS" replace --force src dst foo
+$DARCS rec -am hop
+$DARCS replace src dst foo || true
+$DARCS replace --force src dst foo
hunk ./tests/replace.sh 56
-"$DARCS" whatsnew
-"$DARCS" whatsnew -ls
+$DARCS whatsnew
+$DARCS whatsnew -ls
replace ./tests/replace.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/replace.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/replace.sh [A-Za-z0-9_".$] $PWD "$PWD"
hunk ./tests/replace_after_pending_add.sh 5
-[ -n "$DARCS" ] || DARCS=$PWD/../darcs
+[ -n $DARCS ] || DARCS=$PWD/../darcs
replace ./tests/replace_after_pending_add.sh [A-Za-z0-9_".$]  
$ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/replace_after_pending_add.sh [A-Za-z0-9_".$] $DARCS  
"$DARCS"
replace ./tests/replace_after_pending_add.sh [A-Za-z0-9_".$] $HOME  
"$HOME"
replace ./tests/replace_after_pending_add.sh [A-Za-z0-9_".$] $PWD "$PWD"
hunk ./tests/replace_after_pending_mv.sh 5
-[ -n "$DARCS" ] || DARCS=$PWD/../darcs
+[ -n $DARCS ] || DARCS=$PWD/../darcs
replace ./tests/replace_after_pending_mv.sh [A-Za-z0-9_".$]  
$ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/replace_after_pending_mv.sh [A-Za-z0-9_".$] $DARCS  
"$DARCS"
replace ./tests/replace_after_pending_mv.sh [A-Za-z0-9_".$] $HOME  
"$HOME"
replace ./tests/replace_after_pending_mv.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/repo_not_writable.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/repodir.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/repodir.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/repodir.sh 18
-"$DARCS" initialize --repodir repo
+$DARCS initialize --repodir repo
hunk ./tests/repodir.sh 21
-"$DARCS" add foo
-"$DARCS" record -a -m auth
+$DARCS add foo
+$DARCS record -a -m auth
hunk ./tests/repodir.sh 25
-not "$DARCS" changes
-not "$DARCS" changes --repodir "$PWD"
+not $DARCS changes
+not $DARCS changes --repodir "$PWD"
hunk ./tests/repodir.sh 30
-not "$DARCS" changes --repodir repo
-not "$DARCS" changes --repodir "$PWD/repo"
+not $DARCS changes --repodir repo
+not $DARCS changes --repodir "$PWD/repo"
replace ./tests/repodir.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/repodir.sh 18
-"$DARCS" initialize --repodir repo
+$DARCS initialize --repodir repo
hunk ./tests/repodir.sh 21
-"$DARCS" add foo
-"$DARCS" record -a -m auth
+$DARCS add foo
+$DARCS record -a -m auth
hunk ./tests/repodir.sh 25
-not "$DARCS" changes
-not "$DARCS" changes --repodir "$PWD"
+not $DARCS changes
+not $DARCS changes --repodir "$PWD"
hunk ./tests/repodir.sh 30
-not "$DARCS" changes --repodir repo
-not "$DARCS" changes --repodir "$PWD/repo"
+not $DARCS changes --repodir repo
+not $DARCS changes --repodir "$PWD/repo"
replace ./tests/repodir.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/repodir.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/repos/README [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/repos/many-files--darcs-2.tgz [A-Za-z0-9_".$] $HOME  
"$HOME"
replace ./tests/repos/many-files--hashed.tgz [A-Za-z0-9_".$] $HOME  
"$HOME"
replace ./tests/repos/many-files--old-fashioned-inventory.tgz [A-Za- 
z0-9_".$] $HOME "$HOME"
replace ./tests/restrictive_upstream_permissions.pl [A-Za-z0-9_".$]  
$HOME "$HOME"
replace ./tests/revert_interactive.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/revert_interactive.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/revert_interactive.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/revert_interactive.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/revert_interactive.sh 11
-"$DARCS" add foo
-"$DARCS" record -a -m add -A x
+$DARCS add foo
+$DARCS record -a -m add -A x
hunk ./tests/revert_interactive.sh 14
-echo y/y | tr / \\012 | "$DARCS" revert
-"$DARCS" show contents foo | cmp foo -
+echo y/y | tr / \\012 | $DARCS revert
+$DARCS show contents foo | cmp foo -
hunk ./tests/revert_interactive.sh 27
-"$DARCS" record -a -A me -m cleanup
+$DARCS record -a -A me -m cleanup
hunk ./tests/revert_interactive.sh 32
-echo "nyy" | "$DARCS" revert
+echo "nyy" | $DARCS revert
hunk ./tests/revert_interactive.sh 34
-DARCS_DONT_COLOR=1 "$DARCS" wh > whatsnew
+DARCS_DONT_COLOR=1 $DARCS wh > whatsnew
hunk ./tests/revert_interactive.sh 44
-"$DARCS" record -a -A me -m cleanup
+$DARCS record -a -A me -m cleanup
hunk ./tests/revert_interactive.sh 48
-"$DARCS" add bar
-"$DARCS" replace hello goodbye bar foo
+$DARCS add bar
+$DARCS replace hello goodbye bar foo
hunk ./tests/revert_interactive.sh 51
-echo "cnnnyy/y" | tr / \\012 | "$DARCS" revert
+echo "cnnnyy/y" | tr / \\012 | $DARCS revert
hunk ./tests/revert_interactive.sh 53
-DARCS_DONT_COLOR=1 "$DARCS" wh > whatsnew
+DARCS_DONT_COLOR=1 $DARCS wh > whatsnew
replace ./tests/revert_interactive.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/revert_interactive.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/revert_interactive.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/revert_interactive.sh 11
-"$DARCS" add foo
-"$DARCS" record -a -m add -A x
+$DARCS add foo
+$DARCS record -a -m add -A x
hunk ./tests/revert_interactive.sh 14
-echo y/y | tr / \\012 | "$DARCS" revert
-"$DARCS" show contents foo | cmp foo -
+echo y/y | tr / \\012 | $DARCS revert
+$DARCS show contents foo | cmp foo -
hunk ./tests/revert_interactive.sh 27
-"$DARCS" record -a -A me -m cleanup
+$DARCS record -a -A me -m cleanup
hunk ./tests/revert_interactive.sh 32
-echo "nyy" | "$DARCS" revert
+echo "nyy" | $DARCS revert
hunk ./tests/revert_interactive.sh 34
-DARCS_DONT_COLOR=1 "$DARCS" wh > whatsnew
+DARCS_DONT_COLOR=1 $DARCS wh > whatsnew
hunk ./tests/revert_interactive.sh 44
-"$DARCS" record -a -A me -m cleanup
+$DARCS record -a -A me -m cleanup
hunk ./tests/revert_interactive.sh 48
-"$DARCS" add bar
-"$DARCS" replace hello goodbye bar foo
+$DARCS add bar
+$DARCS replace hello goodbye bar foo
hunk ./tests/revert_interactive.sh 51
-echo "cnnnyy/y" | tr / \\012 | "$DARCS" revert
+echo "cnnnyy/y" | tr / \\012 | $DARCS revert
hunk ./tests/revert_interactive.sh 53
-DARCS_DONT_COLOR=1 "$DARCS" wh > whatsnew
+DARCS_DONT_COLOR=1 $DARCS wh > whatsnew
replace ./tests/revert_interactive.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/revert_interactive.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/revert_interactive.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/revert_unrecorded_add.sh [A-Za-z0-9_".$]  
$ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/revert_unrecorded_add.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/revert_unrecorded_add.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/revert_unrecorded_add.sh 10
-"$DARCS" init
+$DARCS init
hunk ./tests/revert_unrecorded_add.sh 13
-"$DARCS" add foo
+$DARCS add foo
hunk ./tests/revert_unrecorded_add.sh 15
-"$DARCS" revert -a
+$DARCS revert -a
replace ./tests/revert_unrecorded_add.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/revert_unrecorded_add.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/revert_unrecorded_add.sh 10
-"$DARCS" init
+$DARCS init
hunk ./tests/revert_unrecorded_add.sh 13
-"$DARCS" add foo
+$DARCS add foo
hunk ./tests/revert_unrecorded_add.sh 15
-"$DARCS" revert -a
+$DARCS revert -a
replace ./tests/revert_unrecorded_add.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/revert_unrecorded_add.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/revert_unrecorded_add.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/rmconflict.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/rmconflict.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/rmconflict.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/rmconflict.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/rmconflict.sh 11
-"$DARCS" add foo
-"$DARCS" record -a -m addA -A x
+$DARCS add foo
+$DARCS record -a -m addA -A x
hunk ./tests/rmconflict.sh 14
-"$DARCS" init
-"$DARCS" pull -a ../tempA
-"$DARCS" remove foo
+$DARCS init
+$DARCS pull -a ../tempA
+$DARCS remove foo
hunk ./tests/rmconflict.sh 18
-"$DARCS" record -a -m rmB -A x
+$DARCS record -a -m rmB -A x
hunk ./tests/rmconflict.sh 20
-"$DARCS" remove foo
-"$DARCS" record -a -m rmA -A x
+$DARCS remove foo
+$DARCS record -a -m rmA -A x
hunk ./tests/rmconflict.sh 23
-"$DARCS" pull -a ../tempA
+$DARCS pull -a ../tempA
replace ./tests/rmconflict.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/rmconflict.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/rmconflict.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/rmconflict.sh 11
-"$DARCS" add foo
-"$DARCS" record -a -m addA -A x
+$DARCS add foo
+$DARCS record -a -m addA -A x
hunk ./tests/rmconflict.sh 14
-"$DARCS" init
-"$DARCS" pull -a ../tempA
-"$DARCS" remove foo
+$DARCS init
+$DARCS pull -a ../tempA
+$DARCS remove foo
hunk ./tests/rmconflict.sh 18
-"$DARCS" record -a -m rmB -A x
+$DARCS record -a -m rmB -A x
hunk ./tests/rmconflict.sh 20
-"$DARCS" remove foo
-"$DARCS" record -a -m rmA -A x
+$DARCS remove foo
+$DARCS record -a -m rmA -A x
hunk ./tests/rmconflict.sh 23
-"$DARCS" pull -a ../tempA
+$DARCS pull -a ../tempA
replace ./tests/rmconflict.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/rmconflict.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/rmconflict.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/rmdir.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/rmdir.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/rmdir.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/rmdir.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
replace ./tests/rmdir.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/rmdir.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
replace ./tests/rmdir.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/rmdir.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/rmdir.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/rollback.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/rollback.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/rollback.sh 5
-test "$DARCS" || DARCS=$PWD/../darcs
-ACTUAL_DARCS=`which "$DARCS"`
-DARCSPATH=`dirname "$ACTUAL_DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+DARCSPATH=`dirname $DARCS`
hunk ./tests/rollback.sh 12
-mkdir temp1 && cd temp1 && "$DARCS" init
-touch f && "$DARCS" add f
+mkdir temp1 && cd temp1 && $DARCS init
+touch f && $DARCS add f
hunk ./tests/rollback.sh 16
-  echo $i > f && "$DARCS" record -A me --ignore-time -m p$i --all f
+  echo $i > f && $DARCS record -A me --ignore-time -m p$i --all f
hunk ./tests/rollback.sh 19
-cd .. && mkdir temp2 && cd temp2 && "$DARCS" init
+cd .. && mkdir temp2 && cd temp2 && $DARCS init
hunk ./tests/rollback.sh 26
-  "$DARCS" pull --patch p$i ../temp1 --all
-  if "$DARCS" whatsnew ; then
+  $DARCS pull --patch p$i ../temp1 --all
+  if $DARCS whatsnew ; then
hunk ./tests/rollback.sh 29
-      "$DARCS" revert --all
-      "$DARCS" rollback -a --patch-name x0
-      "$DARCS" revert --all
+      $DARCS revert --all
+      $DARCS rollback -a --patch-name x0
+      $DARCS revert --all
hunk ./tests/rollback.sh 34
-  echo X$i > f && "$DARCS" record -A me --ignore-time -m x$i --all f
+  echo X$i > f && $DARCS record -A me --ignore-time -m x$i --all f
replace ./tests/rollback.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/rollback.sh 5
-test "$DARCS" || DARCS=$PWD/../darcs
-DARCSPATH=`dirname "$DARCS"`
+test $DARCS || DARCS=$PWD/../darcs
+DARCSPATH=`dirname $DARCS`
hunk ./tests/rollback.sh 12
-mkdir temp1 && cd temp1 && "$DARCS" init
-touch f && "$DARCS" add f
+mkdir temp1 && cd temp1 && $DARCS init
+touch f && $DARCS add f
hunk ./tests/rollback.sh 16
-  echo $i > f && "$DARCS" record -A me --ignore-time -m p$i --all f
+  echo $i > f && $DARCS record -A me --ignore-time -m p$i --all f
hunk ./tests/rollback.sh 19
-cd .. && mkdir temp2 && cd temp2 && "$DARCS" init
+cd .. && mkdir temp2 && cd temp2 && $DARCS init
hunk ./tests/rollback.sh 26
-  "$DARCS" pull --patch p$i ../temp1 --all
-  if "$DARCS" whatsnew ; then
+  $DARCS pull --patch p$i ../temp1 --all
+  if $DARCS whatsnew ; then
hunk ./tests/rollback.sh 29
-      "$DARCS" revert --all
-      "$DARCS" rollback -a --patch-name x0
-      "$DARCS" revert --all
+      $DARCS revert --all
+      $DARCS rollback -a --patch-name x0
+      $DARCS revert --all
hunk ./tests/rollback.sh 34
-  echo X$i > f && "$DARCS" record -A me --ignore-time -m x$i --all f
+  echo X$i > f && $DARCS record -A me --ignore-time -m x$i --all f
replace ./tests/rollback.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/rollback.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/rollback.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/rollback_conflict.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/sametwice.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/sametwice.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/sametwice.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/sametwice.sh 8
-"$DARCS" init
+$DARCS init
hunk ./tests/sametwice.sh 14
-"$DARCS" add foo
-"$DARCS" whatsnew
-"$DARCS" record -m add_foo
+$DARCS add foo
+$DARCS whatsnew
+$DARCS record -m add_foo
hunk ./tests/sametwice.sh 18
-"$DARCS" record -m mod_foo
+$DARCS record -m mod_foo
hunk ./tests/sametwice.sh 20
-"$DARCS" get --repo-name temp2 temp1
+$DARCS get --repo-name temp2 temp1
hunk ./tests/sametwice.sh 23
-echo y/d/y | tr / \\012 | "$DARCS" unpull --interactive
+echo y/d/y | tr / \\012 | $DARCS unpull --interactive
hunk ./tests/sametwice.sh 26
-"$DARCS" record -m mod_foo_again
-"$DARCS" pull ../temp1
+$DARCS record -m mod_foo_again
+$DARCS pull ../temp1
replace ./tests/sametwice.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/sametwice.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/sametwice.sh 8
-"$DARCS" init
+$DARCS init
hunk ./tests/sametwice.sh 14
-"$DARCS" add foo
-"$DARCS" whatsnew
-"$DARCS" record -m add_foo
+$DARCS add foo
+$DARCS whatsnew
+$DARCS record -m add_foo
hunk ./tests/sametwice.sh 18
-"$DARCS" record -m mod_foo
+$DARCS record -m mod_foo
hunk ./tests/sametwice.sh 20
-"$DARCS" get --repo-name temp2 temp1
+$DARCS get --repo-name temp2 temp1
hunk ./tests/sametwice.sh 23
-echo y/d/y | tr / \\012 | "$DARCS" unpull --interactive
+echo y/d/y | tr / \\012 | $DARCS unpull --interactive
hunk ./tests/sametwice.sh 26
-"$DARCS" record -m mod_foo_again
-"$DARCS" pull ../temp1
+$DARCS record -m mod_foo_again
+$DARCS pull ../temp1
replace ./tests/sametwice.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/sametwice.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/sametwice.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/send.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/send.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/send.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/send.sh 12
-"$DARCS" init
+$DARCS init
hunk ./tests/send.sh 16
-"$DARCS" init
+$DARCS init
hunk ./tests/send.sh 18
-"$DARCS" add foo bar
-"$DARCS" record -a -m add_foo_bar -A x
+$DARCS add foo bar
+$DARCS record -a -m add_foo_bar -A x
hunk ./tests/send.sh 22
-"$DARCS" send --author=me -a --to=random at random --sendmail- 
command='grep "^To: random at random$" %<' ../temp2
+$DARCS send --author=me -a --to=random at random --sendmail- 
command='grep "^To: random at random$" %<' ../temp2
hunk ./tests/send.sh 26
-"$DARCS" send --author=me -a --sendmail-command='grep "^To:  
default at email$" %<' ../temp2
+$DARCS send --author=me -a --sendmail-command='grep "^To:  
default at email$" %<' ../temp2
hunk ./tests/send.sh 29
-"$DARCS" send --author=me -a --to=override at default --sendmail- 
command='grep "^To: override at default$" %<' ../temp2
+$DARCS send --author=me -a --to=override at default --sendmail- 
command='grep "^To: override at default$" %<' ../temp2
hunk ./tests/send.sh 34
-"$DARCS" send --author=me -a --subject="it works" --output  
test1.dpatch ../temp2
-"$DARCS" send --author=me -a --subject="it works" --output-auto- 
name ../temp2
+$DARCS send --author=me -a --subject="it works" --output  
test1.dpatch ../temp2
+$DARCS send --author=me -a --subject="it works" --output-auto- 
name ../temp2
replace ./tests/send.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/send.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/send.sh 12
-"$DARCS" init
+$DARCS init
hunk ./tests/send.sh 16
-"$DARCS" init
+$DARCS init
hunk ./tests/send.sh 18
-"$DARCS" add foo bar
-"$DARCS" record -a -m add_foo_bar -A x
+$DARCS add foo bar
+$DARCS record -a -m add_foo_bar -A x
hunk ./tests/send.sh 22
-"$DARCS" send --author=me -a --to=random at random --sendmail- 
command='grep "^To: random at random$" %<' ../temp2
+$DARCS send --author=me -a --to=random at random --sendmail- 
command='grep "^To: random at random$" %<' ../temp2
hunk ./tests/send.sh 26
-"$DARCS" send --author=me -a --sendmail-command='grep "^To:  
default at email$" %<' ../temp2
+$DARCS send --author=me -a --sendmail-command='grep "^To:  
default at email$" %<' ../temp2
hunk ./tests/send.sh 29
-"$DARCS" send --author=me -a --to=override at default --sendmail- 
command='grep "^To: override at default$" %<' ../temp2
+$DARCS send --author=me -a --to=override at default --sendmail- 
command='grep "^To: override at default$" %<' ../temp2
hunk ./tests/send.sh 34
-"$DARCS" send --author=me -a --subject="it works" --output  
test1.dpatch ../temp2
-"$DARCS" send --author=me -a --subject="it works" --output-auto- 
name ../temp2
+$DARCS send --author=me -a --subject="it works" --output  
test1.dpatch ../temp2
+$DARCS send --author=me -a --subject="it works" --output-auto- 
name ../temp2
replace ./tests/send.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/send.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/send.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/send_apply.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/send_apply.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/send_apply.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/send_apply.sh 10
-"$DARCS" init
+$DARCS init
hunk ./tests/send_apply.sh 13
-"$DARCS" init
+$DARCS init
hunk ./tests/send_apply.sh 15
-"$DARCS" add foo bar
-"$DARCS" record -a -m add_foo_bar -A x
-"$DARCS" mv foo zig
-"$DARCS" mv bar foo
-"$DARCS" mv zig bar
-"$DARCS" record -a -m swap_foo_bar -A x
-"$DARCS" send --author=me --output=funpatch --dont-sign -a ../temp2
+$DARCS add foo bar
+$DARCS record -a -m add_foo_bar -A x
+$DARCS mv foo zig
+$DARCS mv bar foo
+$DARCS mv zig bar
+$DARCS record -a -m swap_foo_bar -A x
+$DARCS send --author=me --output=funpatch --dont-sign -a ../temp2
hunk ./tests/send_apply.sh 23
-"$DARCS" apply ../temp1/funpatch
+$DARCS apply ../temp1/funpatch
hunk ./tests/send_apply.sh 30
-"$DARCS" init
-"$DARCS" apply < ../temp1/funpatch
+$DARCS init
+$DARCS apply < ../temp1/funpatch
replace ./tests/send_apply.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/send_apply.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/send_apply.sh 10
-"$DARCS" init
+$DARCS init
hunk ./tests/send_apply.sh 13
-"$DARCS" init
+$DARCS init
hunk ./tests/send_apply.sh 15
-"$DARCS" add foo bar
-"$DARCS" record -a -m add_foo_bar -A x
-"$DARCS" mv foo zig
-"$DARCS" mv bar foo
-"$DARCS" mv zig bar
-"$DARCS" record -a -m swap_foo_bar -A x
-"$DARCS" send --author=me --output=funpatch --dont-sign -a ../temp2
+$DARCS add foo bar
+$DARCS record -a -m add_foo_bar -A x
+$DARCS mv foo zig
+$DARCS mv bar foo
+$DARCS mv zig bar
+$DARCS record -a -m swap_foo_bar -A x
+$DARCS send --author=me --output=funpatch --dont-sign -a ../temp2
hunk ./tests/send_apply.sh 23
-"$DARCS" apply ../temp1/funpatch
+$DARCS apply ../temp1/funpatch
hunk ./tests/send_apply.sh 30
-"$DARCS" init
-"$DARCS" apply < ../temp1/funpatch
+$DARCS init
+$DARCS apply < ../temp1/funpatch
replace ./tests/send_apply.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/send_apply.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/send_apply.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/set_scripts_executable.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/setpref.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/several_commands.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/several_commands.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/several_commands.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/several_commands.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/several_commands.sh 11
-"$DARCS" add foo
-"$DARCS" record -a -m add -A x
+$DARCS add foo
+$DARCS record -a -m add -A x
hunk ./tests/several_commands.sh 14
-"$DARCS" diff
-"$DARCS" diff -u
-"$DARCS" whatsnew
-"$DARCS" whatsnew --summary
-echo y | "$DARCS" revert -a
-"$DARCS" show contents foo | cmp foo -
+$DARCS diff
+$DARCS diff -u
+$DARCS whatsnew
+$DARCS whatsnew --summary
+echo y | $DARCS revert -a
+$DARCS show contents foo | cmp foo -
hunk ./tests/several_commands.sh 21
-"$DARCS" add d
-"$DARCS" record -a -m 'add dir' -A x
+$DARCS add d
+$DARCS record -a -m 'add dir' -A x
hunk ./tests/several_commands.sh 24
-"$DARCS" revert -a d
+$DARCS revert -a d
replace ./tests/several_commands.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/several_commands.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/several_commands.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/several_commands.sh 11
-"$DARCS" add foo
-"$DARCS" record -a -m add -A x
+$DARCS add foo
+$DARCS record -a -m add -A x
hunk ./tests/several_commands.sh 14
-"$DARCS" diff
-"$DARCS" diff -u
-"$DARCS" whatsnew
-"$DARCS" whatsnew --summary
-echo y | "$DARCS" revert -a
-"$DARCS" show contents foo | cmp foo -
+$DARCS diff
+$DARCS diff -u
+$DARCS whatsnew
+$DARCS whatsnew --summary
+echo y | $DARCS revert -a
+$DARCS show contents foo | cmp foo -
hunk ./tests/several_commands.sh 21
-"$DARCS" add d
-"$DARCS" record -a -m 'add dir' -A x
+$DARCS add d
+$DARCS record -a -m 'add dir' -A x
hunk ./tests/several_commands.sh 24
-"$DARCS" revert -a d
+$DARCS revert -a d
replace ./tests/several_commands.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/several_commands.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/several_commands.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/shell_harness [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/show-authors.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/show-authors.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/show-authors.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/show-authors.sh 8
-"$DARCS" init
+$DARCS init
hunk ./tests/show-authors.sh 10
-"$DARCS" add foo
-"$DARCS" record -a -m add_foo -A x
+$DARCS add foo
+$DARCS record -a -m add_foo -A x
hunk ./tests/show-authors.sh 13
-"$DARCS" record -a -m mod_foo -A y
+$DARCS record -a -m mod_foo -A y
hunk ./tests/show-authors.sh 15
-"$DARCS" record -a -m mod2 -A y
+$DARCS record -a -m mod2 -A y
hunk ./tests/show-authors.sh 17
-"$DARCS" show authors > authors
+$DARCS show authors > authors
hunk ./tests/show-authors.sh 24
-"$DARCS" show authors --verbose
-"$DARCS" show authors --verbose | grep y | wc -l > num-patches
+$DARCS show authors --verbose
+$DARCS show authors --verbose | grep y | wc -l > num-patches
replace ./tests/show-authors.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/show-authors.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/show-authors.sh 8
-"$DARCS" init
+$DARCS init
hunk ./tests/show-authors.sh 10
-"$DARCS" add foo
-"$DARCS" record -a -m add_foo -A x
+$DARCS add foo
+$DARCS record -a -m add_foo -A x
hunk ./tests/show-authors.sh 13
-"$DARCS" record -a -m mod_foo -A y
+$DARCS record -a -m mod_foo -A y
hunk ./tests/show-authors.sh 15
-"$DARCS" record -a -m mod2 -A y
+$DARCS record -a -m mod2 -A y
hunk ./tests/show-authors.sh 17
-"$DARCS" show authors > authors
+$DARCS show authors > authors
hunk ./tests/show-authors.sh 24
-"$DARCS" show authors --verbose
-"$DARCS" show authors --verbose | grep y | wc -l > num-patches
+$DARCS show authors --verbose
+$DARCS show authors --verbose | grep y | wc -l > num-patches
replace ./tests/show-authors.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/show-authors.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/show-authors.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/show-bug.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/show-bug.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/show-bug.sh 8
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/show-bug.sh 13
-"$DARCS" show bug --debug 1> stdout 2> stderr || true
+$DARCS show bug --debug 1> stdout 2> stderr || true
replace ./tests/show-bug.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/show-bug.sh 8
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/show-bug.sh 13
-"$DARCS" show bug --debug 1> stdout 2> stderr || true
+$DARCS show bug --debug 1> stdout 2> stderr || true
replace ./tests/show-bug.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/show-bug.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/show-bug.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/show_contents.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/show_tags.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/show_tags.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/show_tags.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/show_tags.sh 9
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/show_tags.sh 12
-"$DARCS" add foo
-"$DARCS" record -a -m AA -A x
+$DARCS add foo
+$DARCS record -a -m AA -A x
hunk ./tests/show_tags.sh 15
-"$DARCS" record -a -m BB -A x
+$DARCS record -a -m BB -A x
hunk ./tests/show_tags.sh 17
-"$DARCS" record -a -m CC -A x
-"$DARCS" tag -m 1.0 -A x
+$DARCS record -a -m CC -A x
+$DARCS tag -m 1.0 -A x
hunk ./tests/show_tags.sh 20
-"$DARCS" record -a -m DD -A x
+$DARCS record -a -m DD -A x
hunk ./tests/show_tags.sh 22
-"$DARCS" record -a -m EE -A x
+$DARCS record -a -m EE -A x
hunk ./tests/show_tags.sh 24
-"$DARCS" record -a -m FF -A x
-"$DARCS" tag -m 2.0 -A x
+$DARCS record -a -m FF -A x
+$DARCS tag -m 2.0 -A x
hunk ./tests/show_tags.sh 27
-"$DARCS" show tags > my
+$DARCS show tags > my
replace ./tests/show_tags.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/show_tags.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/show_tags.sh 9
-"$DARCS" initialize
+$DARCS initialize
hunk ./tests/show_tags.sh 12
-"$DARCS" add foo
-"$DARCS" record -a -m AA -A x
+$DARCS add foo
+$DARCS record -a -m AA -A x
hunk ./tests/show_tags.sh 15
-"$DARCS" record -a -m BB -A x
+$DARCS record -a -m BB -A x
hunk ./tests/show_tags.sh 17
-"$DARCS" record -a -m CC -A x
-"$DARCS" tag -m 1.0 -A x
+$DARCS record -a -m CC -A x
+$DARCS tag -m 1.0 -A x
hunk ./tests/show_tags.sh 20
-"$DARCS" record -a -m DD -A x
+$DARCS record -a -m DD -A x
hunk ./tests/show_tags.sh 22
-"$DARCS" record -a -m EE -A x
+$DARCS record -a -m EE -A x
hunk ./tests/show_tags.sh 24
-"$DARCS" record -a -m FF -A x
-"$DARCS" tag -m 2.0 -A x
+$DARCS record -a -m FF -A x
+$DARCS tag -m 2.0 -A x
hunk ./tests/show_tags.sh 27
-"$DARCS" show tags > my
+$DARCS show tags > my
replace ./tests/show_tags.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/show_tags.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/show_tags.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/sigPIPE.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/sigPIPE.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/sigPIPE.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/sigPIPE.sh 12
-"$DARCS" init
+$DARCS init
hunk ./tests/sigPIPE.sh 15
-"$DARCS" add foo
-"$DARCS" record -a --author=me -m "First patch"
+$DARCS add foo
+$DARCS record -a --author=me -m "First patch"
hunk ./tests/sigPIPE.sh 20
-  "$DARCS" record --ignore-times -a --author=me -m "Patch $i" > bar
+  $DARCS record --ignore-times -a --author=me -m "Patch $i" > bar
hunk ./tests/sigPIPE.sh 23
-"$DARCS" tag --author=me -m 'silly tag'
+$DARCS tag --author=me -m 'silly tag'
hunk ./tests/sigPIPE.sh 27
-  "$DARCS" record --ignore-times -a --author=me -m "Patch $i" > bar
+  $DARCS record --ignore-times -a --author=me -m "Patch $i" > bar
hunk ./tests/sigPIPE.sh 31
-"$DARCS" --version
-"$DARCS" changes | head
+$DARCS --version
+$DARCS changes | head
replace ./tests/sigPIPE.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/sigPIPE.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/sigPIPE.sh 12
-"$DARCS" init
+$DARCS init
hunk ./tests/sigPIPE.sh 15
-"$DARCS" add foo
-"$DARCS" record -a --author=me -m "First patch"
+$DARCS add foo
+$DARCS record -a --author=me -m "First patch"
hunk ./tests/sigPIPE.sh 20
-  "$DARCS" record --ignore-times -a --author=me -m "Patch $i" > bar
+  $DARCS record --ignore-times -a --author=me -m "Patch $i" > bar
hunk ./tests/sigPIPE.sh 23
-"$DARCS" tag --author=me -m 'silly tag'
+$DARCS tag --author=me -m 'silly tag'
hunk ./tests/sigPIPE.sh 27
-  "$DARCS" record --ignore-times -a --author=me -m "Patch $i" > bar
+  $DARCS record --ignore-times -a --author=me -m "Patch $i" > bar
hunk ./tests/sigPIPE.sh 31
-"$DARCS" --version
-"$DARCS" changes | head
+$DARCS --version
+$DARCS changes | head
replace ./tests/sigPIPE.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/sigPIPE.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/sigPIPE.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/ssh.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/ssh.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/ssh.sh 6
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/ssh.sh 132
-"$DARCS" record --ignore-times -am 'change for remote'
-"$DARCS" push -a
-"$DARCS" ob --last 1 -a
+$DARCS record --ignore-times -am 'change for remote'
+$DARCS push -a
+$DARCS ob --last 1 -a
hunk ./tests/ssh.sh 136
-"$DARCS" record --ignore-times -am 'change for local'
+$DARCS record --ignore-times -am 'change for local'
hunk ./tests/ssh.sh 138
-if "$DARCS" push -a 2>&1 | grep -q 'conflicts options to apply' ; then
+if $DARCS push -a 2>&1 | grep -q 'conflicts options to apply' ; then
replace ./tests/ssh.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/ssh.sh 6
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/ssh.sh 132
-"$DARCS" record --ignore-times -am 'change for remote'
-"$DARCS" push -a
-"$DARCS" ob --last 1 -a
+$DARCS record --ignore-times -am 'change for remote'
+$DARCS push -a
+$DARCS ob --last 1 -a
hunk ./tests/ssh.sh 136
-"$DARCS" record --ignore-times -am 'change for local'
+$DARCS record --ignore-times -am 'change for local'
hunk ./tests/ssh.sh 138
-if "$DARCS" push -a 2>&1 | grep -q 'conflicts options to apply' ; then
+if $DARCS push -a 2>&1 | grep -q 'conflicts options to apply' ; then
replace ./tests/ssh.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/ssh.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/ssh.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/steve_and_monica_rollback.sh [A-Za-z0-9_".$]  
$ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/steve_and_monica_rollback.sh [A-Za-z0-9_".$] $DARCS  
"$DARCS"
replace ./tests/steve_and_monica_rollback.sh [A-Za-z0-9_".$] $DARCS  
"$DARCS"
replace ./tests/steve_and_monica_rollback.sh [A-Za-z0-9_".$] $DARCS  
"$DARCS"
replace ./tests/steve_and_monica_rollback.sh [A-Za-z0-9_".$] $HOME  
"$HOME"
replace ./tests/steve_and_monica_rollback.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/tag.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/three_way_conflict.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/three_way_conflict.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/three_way_conflict.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/three_way_conflict.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/three_way_conflict.sh 11
-"$DARCS" init
+$DARCS init
hunk ./tests/three_way_conflict.sh 13
-"$DARCS" init
+$DARCS init
hunk ./tests/three_way_conflict.sh 16
-"$DARCS" add foo
-"$DARCS" record -a -A author -m add
-"$DARCS" push -a ../temp2
-"$DARCS" push -a ../temp1
+$DARCS add foo
+$DARCS record -a -A author -m add
+$DARCS push -a ../temp2
+$DARCS push -a ../temp1
hunk ./tests/three_way_conflict.sh 22
-"$DARCS" record -a -A author -m AA
+$DARCS record -a -A author -m AA
hunk ./tests/three_way_conflict.sh 25
-"$DARCS" record -a -A author -m BB
+$DARCS record -a -A author -m BB
hunk ./tests/three_way_conflict.sh 28
-"$DARCS" record -a -A author -m CC
+$DARCS record -a -A author -m CC
hunk ./tests/three_way_conflict.sh 30
-"$DARCS" pull -a ../temp2
-"$DARCS" pull -a ../temp3
+$DARCS pull -a ../temp2
+$DARCS pull -a ../temp3
hunk ./tests/three_way_conflict.sh 34
-"$DARCS" pull -a ../temp3
-"$DARCS" pull -a ../temp1
+$DARCS pull -a ../temp3
+$DARCS pull -a ../temp1
replace ./tests/three_way_conflict.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/three_way_conflict.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/three_way_conflict.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/three_way_conflict.sh 11
-"$DARCS" init
+$DARCS init
hunk ./tests/three_way_conflict.sh 13
-"$DARCS" init
+$DARCS init
hunk ./tests/three_way_conflict.sh 16
-"$DARCS" add foo
-"$DARCS" record -a -A author -m add
-"$DARCS" push -a ../temp2
-"$DARCS" push -a ../temp1
+$DARCS add foo
+$DARCS record -a -A author -m add
+$DARCS push -a ../temp2
+$DARCS push -a ../temp1
hunk ./tests/three_way_conflict.sh 22
-"$DARCS" record -a -A author -m AA
+$DARCS record -a -A author -m AA
hunk ./tests/three_way_conflict.sh 25
-"$DARCS" record -a -A author -m BB
+$DARCS record -a -A author -m BB
hunk ./tests/three_way_conflict.sh 28
-"$DARCS" record -a -A author -m CC
+$DARCS record -a -A author -m CC
hunk ./tests/three_way_conflict.sh 30
-"$DARCS" pull -a ../temp2
-"$DARCS" pull -a ../temp3
+$DARCS pull -a ../temp2
+$DARCS pull -a ../temp3
hunk ./tests/three_way_conflict.sh 34
-"$DARCS" pull -a ../temp3
-"$DARCS" pull -a ../temp1
+$DARCS pull -a ../temp3
+$DARCS pull -a ../temp1
replace ./tests/three_way_conflict.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/three_way_conflict.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/three_way_conflict.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/tricky_unrecord.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/tricky_unrecord.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/tricky_unrecord.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/tricky_unrecord.sh 8
-"$DARCS" init
+$DARCS init
hunk ./tests/tricky_unrecord.sh 10
-"$DARCS" add temp.c
-"$DARCS" record --all -A test --patch-name=hi
+$DARCS add temp.c
+$DARCS record --all -A test --patch-name=hi
hunk ./tests/tricky_unrecord.sh 14
-"$DARCS" add d
-"$DARCS" mv temp.c d/
-"$DARCS" record --all -A test --patch-name=mvetc
-"$DARCS" show contents d/temp.c | cmp d/temp.c -
+$DARCS add d
+$DARCS mv temp.c d/
+$DARCS record --all -A test --patch-name=mvetc
+$DARCS show contents d/temp.c | cmp d/temp.c -
hunk ./tests/tricky_unrecord.sh 19
-echo y/d/y | tr / \\012 | "$DARCS" unrecord
-"$DARCS" whatsnew
-# "$DARCS" show contents d/temp.c | cmp d/temp.c -
+echo y/d/y | tr / \\012 | $DARCS unrecord
+$DARCS whatsnew
+# $DARCS show contents d/temp.c | cmp d/temp.c -
hunk ./tests/tricky_unrecord.sh 23
-"$DARCS" record --all -A test --patch-name=again
-"$DARCS" show contents d/temp.c | cmp d/temp.c -
+$DARCS record --all -A test --patch-name=again
+$DARCS show contents d/temp.c | cmp d/temp.c -
replace ./tests/tricky_unrecord.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/tricky_unrecord.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/tricky_unrecord.sh 8
-"$DARCS" init
+$DARCS init
hunk ./tests/tricky_unrecord.sh 10
-"$DARCS" add temp.c
-"$DARCS" record --all -A test --patch-name=hi
+$DARCS add temp.c
+$DARCS record --all -A test --patch-name=hi
hunk ./tests/tricky_unrecord.sh 14
-"$DARCS" add d
-"$DARCS" mv temp.c d/
-"$DARCS" record --all -A test --patch-name=mvetc
-"$DARCS" show contents d/temp.c | cmp d/temp.c -
+$DARCS add d
+$DARCS mv temp.c d/
+$DARCS record --all -A test --patch-name=mvetc
+$DARCS show contents d/temp.c | cmp d/temp.c -
hunk ./tests/tricky_unrecord.sh 19
-echo y/d/y | tr / \\012 | "$DARCS" unrecord
-"$DARCS" whatsnew
-# "$DARCS" show contents d/temp.c | cmp d/temp.c -
+echo y/d/y | tr / \\012 | $DARCS unrecord
+$DARCS whatsnew
+# $DARCS show contents d/temp.c | cmp d/temp.c -
hunk ./tests/tricky_unrecord.sh 23
-"$DARCS" record --all -A test --patch-name=again
-"$DARCS" show contents d/temp.c | cmp d/temp.c -
+$DARCS record --all -A test --patch-name=again
+$DARCS show contents d/temp.c | cmp d/temp.c -
replace ./tests/tricky_unrecord.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/tricky_unrecord.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/tricky_unrecord.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/uniqueoptions.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/uniqueoptions.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/uniqueoptions.sh 8
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/uniqueoptions.sh 16
-    "$DARCS" $1 --help | grep -- "--" | sort > $1
+    $DARCS $1 --help | grep -- "--" | sort > $1
hunk ./tests/uniqueoptions.sh 30
-"$DARCS" init
+$DARCS init
replace ./tests/uniqueoptions.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/uniqueoptions.sh 8
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/uniqueoptions.sh 16
-    "$DARCS" $1 --help | grep -- "--" | sort > $1
+    $DARCS $1 --help | grep -- "--" | sort > $1
hunk ./tests/uniqueoptions.sh 30
-"$DARCS" init
+$DARCS init
replace ./tests/uniqueoptions.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/uniqueoptions.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/uniqueoptions.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/unpull.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/unpull.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/unpull.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/unpull.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/unpull.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/unpull.sh 15
-"$DARCS" rec -Ax -alm init
+$DARCS rec -Ax -alm init
hunk ./tests/unpull.sh 21
-"$DARCS" rec -Ax -am foo
-echo y | "$DARCS" unpull -p foo
+$DARCS rec -Ax -am foo
+echo y | $DARCS unpull -p foo
replace ./tests/unpull.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/unpull.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/unpull.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/unpull.sh 15
-"$DARCS" rec -Ax -alm init
+$DARCS rec -Ax -alm init
hunk ./tests/unpull.sh 21
-"$DARCS" rec -Ax -am foo
-echo y | "$DARCS" unpull -p foo
+$DARCS rec -Ax -am foo
+echo y | $DARCS unpull -p foo
replace ./tests/unpull.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/unpull.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/unpull.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/unrecord.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/unrecord.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/unrecord.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/unrecord.sh 11
-"$DARCS" init
+$DARCS init
hunk ./tests/unrecord.sh 13
-"$DARCS" rec -Ax -alm init
-"$DARCS" tag -Ax --checkpoint t
-echo y | "$DARCS" unrec -t t
+$DARCS rec -Ax -alm init
+$DARCS tag -Ax --checkpoint t
+echo y | $DARCS unrec -t t
hunk ./tests/unrecord.sh 17
-"$DARCS" check --complete > out
+$DARCS check --complete > out
hunk ./tests/unrecord.sh 24
-"$DARCS" check --partial > out
+$DARCS check --partial > out
replace ./tests/unrecord.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/unrecord.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/unrecord.sh 11
-"$DARCS" init
+$DARCS init
hunk ./tests/unrecord.sh 13
-"$DARCS" rec -Ax -alm init
-"$DARCS" tag -Ax --checkpoint t
-echo y | "$DARCS" unrec -t t
+$DARCS rec -Ax -alm init
+$DARCS tag -Ax --checkpoint t
+echo y | $DARCS unrec -t t
hunk ./tests/unrecord.sh 17
-"$DARCS" check --complete > out
+$DARCS check --complete > out
hunk ./tests/unrecord.sh 24
-"$DARCS" check --partial > out
+$DARCS check --partial > out
replace ./tests/unrecord.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/unrecord.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/unrecord.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/unrevert.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/unrevert.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/unrevert.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/unrevert.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/unrevert.sh 11
-"$DARCS" add foo
-"$DARCS" record -a -m add -A x
+$DARCS add foo
+$DARCS record -a -m add -A x
hunk ./tests/unrevert.sh 15
-"$DARCS" revert -a
-"$DARCS" show contents foo | cmp foo -
+$DARCS revert -a
+$DARCS show contents foo | cmp foo -
hunk ./tests/unrevert.sh 18
-"$DARCS" unrevert -a
+$DARCS unrevert -a
replace ./tests/unrevert.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/unrevert.sh 4
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/unrevert.sh 9
-"$DARCS" init
+$DARCS init
hunk ./tests/unrevert.sh 11
-"$DARCS" add foo
-"$DARCS" record -a -m add -A x
+$DARCS add foo
+$DARCS record -a -m add -A x
hunk ./tests/unrevert.sh 15
-"$DARCS" revert -a
-"$DARCS" show contents foo | cmp foo -
+$DARCS revert -a
+$DARCS show contents foo | cmp foo -
hunk ./tests/unrevert.sh 18
-"$DARCS" unrevert -a
+$DARCS unrevert -a
replace ./tests/unrevert.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/unrevert.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/unrevert.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/unrevert_cancel.sh [A-Za-z0-9_".$] $ACTUAL_DARCS  
"$ACTUAL_DARCS"
replace ./tests/unrevert_cancel.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/unrevert_cancel.sh 7
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/unrevert_cancel.sh 12
-"$DARCS" init
+$DARCS init
hunk ./tests/unrevert_cancel.sh 15
-"$DARCS" add *
-"$DARCS" record -A moi -am init
+$DARCS add *
+$DARCS record -A moi -am init
hunk ./tests/unrevert_cancel.sh 19
-echo y/y/y/ | tr / \\012 | "$DARCS" revert
+echo y/y/y/ | tr / \\012 | $DARCS revert
hunk ./tests/unrevert_cancel.sh 21
-echo nyy | tr / \\012 | "$DARCS" unrevert
+echo nyy | tr / \\012 | $DARCS unrevert
replace ./tests/unrevert_cancel.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/unrevert_cancel.sh 7
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/unrevert_cancel.sh 12
-"$DARCS" init
+$DARCS init
hunk ./tests/unrevert_cancel.sh 15
-"$DARCS" add *
-"$DARCS" record -A moi -am init
+$DARCS add *
+$DARCS record -A moi -am init
hunk ./tests/unrevert_cancel.sh 19
-echo y/y/y/ | tr / \\012 | "$DARCS" revert
+echo y/y/y/ | tr / \\012 | $DARCS revert
hunk ./tests/unrevert_cancel.sh 21
-echo nyy | tr / \\012 | "$DARCS" unrevert
+echo nyy | tr / \\012 | $DARCS unrevert
replace ./tests/unrevert_cancel.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/unrevert_cancel.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/unrevert_cancel.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/what_sl.sh [A-Za-z0-9_".$] $ACTUAL_DARCS "$ACTUAL_DARCS"
replace ./tests/what_sl.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/what_sl.sh 6
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/what_sl.sh 11
-"$DARCS" init
+$DARCS init
hunk ./tests/what_sl.sh 13
-"$DARCS" add foo
-"$DARCS" rec -m t1 -a -A tester
+$DARCS add foo
+$DARCS rec -m t1 -a -A tester
hunk ./tests/what_sl.sh 16
-"$DARCS" what -s | grep -v No\ changes
-"$DARCS" what -l | grep -v No\ changes
-"$DARCS" what -sl | grep -v No\ changes
+$DARCS what -s | grep -v No\ changes
+$DARCS what -l | grep -v No\ changes
+$DARCS what -sl | grep -v No\ changes
replace ./tests/what_sl.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
hunk ./tests/what_sl.sh 6
-test "$DARCS" || DARCS=$PWD/../darcs
+test $DARCS || DARCS=$PWD/../darcs
hunk ./tests/what_sl.sh 11
-"$DARCS" init
+$DARCS init
hunk ./tests/what_sl.sh 13
-"$DARCS" add foo
-"$DARCS" rec -m t1 -a -A tester
+$DARCS add foo
+$DARCS rec -m t1 -a -A tester
hunk ./tests/what_sl.sh 16
-"$DARCS" what -s | grep -v No\ changes
-"$DARCS" what -l | grep -v No\ changes
-"$DARCS" what -sl | grep -v No\ changes
+$DARCS what -s | grep -v No\ changes
+$DARCS what -l | grep -v No\ changes
+$DARCS what -sl | grep -v No\ changes
replace ./tests/what_sl.sh [A-Za-z0-9_".$] $DARCS "$DARCS"
replace ./tests/what_sl.sh [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/what_sl.sh [A-Za-z0-9_".$] $PWD "$PWD"
replace ./tests/whatsnew.pl [A-Za-z0-9_".$] $HOME "$HOME"
replace ./tests/workingdir.pl [A-Za-z0-9_".$] $HOME "$HOME"

Context:

[reorder test suite around fact that test_unit takes so long.
David Roundy <droundy at darcs.net>**20080501113207]
[remove gitlib.{c,h.in} as it appears to be unused
Jason Dagit <dagit at codersbase.com>**20080501002306]
[refactor "_darcs" to darcsdir variable
Jason Dagit <dagit at codersbase.com>**20080501042650]
[change handling of hi files to use silly make rule as ghc docs suggest.
David Roundy <droundy at darcs.net>**20080501105800]
[enable automatic running of additional tests, as Gwern suggested.
David Roundy <droundy at darcs.net>**20080501105606]
[generalize the testing for external libraries.
David Roundy <droundy at darcs.net>**20080430232912]
[Use GHC instead of GCC to check for zlib availability (issue 813)
tux_rocker at reinier.de**20080430220105]
[resolve issue76: update docs on temp directory creation.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080430175713]
[Add test for issue794.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080430165251]
[doc: encourage new users to use --darcs-2 repositories.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080425172110
  Note that this is sans explanation (in the getting started section).
  Maybe new users might be put off by the mystery flag?
]
[doc: tell users about darcs-2 handling of identical patches.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080425172104
  Do not bother talking about darcs-1 behaviour.
]
[add test for darcs show bug.
David Roundy <droundy at darcs.net>**20080430165425]
[fix bug in configure script wrt HTTP package.
David Roundy <droundy at darcs.net>**20080430165350]
[cleanup in ShowAuthors: "as" is a bad variable name, since it's also  
a haskell keyword.
David Roundy <droundy at darcs.net>**20080430161237]
[add very simple test for show authors.
David Roundy <droundy at darcs.net>**20080430161222]
[Ordered.lhs: explain acronyms
gwern0 at gmail.com**20080429203213]
[Prefs.lhs: add cabal intermediates to ignore
gwern0 at gmail.com**20080429201917
  Re-send, not depending on rejected patches.
]
[remove unused function ephemeral.
David Roundy <droundy at darcs.net>**20080429163057]
[remove unused compress/uncompress functions.
David Roundy <droundy at darcs.net>**20080429162552]
[remove unneeded --verify-hash flag (we always verify hashes).
David Roundy <droundy at darcs.net>**20080429162303]
[remove Stringalike module entirely.
David Roundy <droundy at darcs.net>**20080429155919]
[cut commented code (that would no longer compile).
David Roundy <droundy at darcs.net>**20080429155455]
[eliminate use of Stringalike in ReadMonad and friends.
David Roundy <droundy at darcs.net>**20080429155158]
[simplify ParserM
David Roundy <droundy at darcs.net>**20080429153800]
[make PatchInfo reading specific to PackedString.
David Roundy <droundy at darcs.net>**20080429152300]
[remove unused function test_patch.
David Roundy <droundy at darcs.net>**20080429150504]
[remove unused emptyFileContents.
David Roundy <droundy at darcs.net>**20080429150154]
[remove unused isExecutable function.
David Roundy <droundy at darcs.net>**20080429145721]
[Prefs.lhs: ignore .darcsrepo as well
gwern0 at gmail.com**20080429012932
  Add it now, since we're going to get .darcsrepo at some point.
]
[Prefs.lhs: ignore zsh-compiled files and Gentoo/X leftover files
gwern0 at gmail.com**20080429010201]
[Prefs.lhs: ignore .git
gwern0 at gmail.com**20080429010115]
[Prefs.lhs: ignore profiling intermediate files
gwern0 at gmail.com**20080429010050]
[Diff.lhs, Prefs.lhs: add docs for 4096 optimization
gwern0 at gmail.com**20080427234109]
[Diff.lhs: has_bin only inspects first 4096 characters
gwern0 at gmail.com**20080427233947
  This is an optimization for large files, it saves running has_funky  
on gigs and gigs of data when pretty much all binary files give the  
truth away within a few characters.
]
[fpstring.c: switch a memchr for memrchr
gwern0 at gmail.com**20080425200153
  See <http://bugs.darcs.net/issue814>; memrchr speeds up is_funky  
quite a bit and thus helps whatsnew -s. It doesn't seem to break (any  
more) tests.
]
[configure: more precise error messages about packages.
Nicolas Pouillard <nicolas.pouillard at gmail.com>**20080424120226]
[SlurpDirectory.lhs: remove apparently pointless aliases
gwern0 at gmail.com**20080428010950]
[implement primitive fixing of removal of non-empty files.
David Roundy <droundy at darcs.net>**20080428165532]
[add framework for patch-fixing repair.
David Roundy <droundy at darcs.net>**20080428153041]
[correct mmap type signatures
Jason Dagit <dagit at codersbase.com>**20080428190837]
[grammar fix
Ferenc Wagner <wferi at niif.hu>**20080426173243]
[add checks for removal of non-empty files.
David Roundy <droundy at darcs.net>**20080426120904]
[remove git section from building_darcs.tex
David Roundy <droundy at darcs.net>**20080424134245
  Thanks to Nicolas Pouillard for pointing this out.
]
[clean up genslurp_helper a tad.
David Roundy <droundy at darcs.net>**20080423214457
  I'm removing an unneeded unsafeInterleaveIO and am reformatting  
some of the
  indentation to make it clearer which else goes with which if.
]
[remove unneeded redundant adding of -lcurses (done by AC_SEARCH_LIBS).
David Roundy <droundy at darcs.net>**20080423214404]
[Give a clear error message when no suitable haddock is installed
tux_rocker at reinier.de**20080423172834]
[simplify configure a bit: if we're defining CPP symbols, no need to  
also use AC_SUBST.
David Roundy <droundy at darcs.net>**20080423152121]
[simplify makefile a bit.
David Roundy <droundy at darcs.net>**20080423150529]
[give proper error message when slurping fails to identify a file or  
directory.
David Roundy <droundy at darcs.net>**20080423141737]
[default to not coloring hunks.
David Roundy <droundy at darcs.net>**20080423141725]
[Use the lineColoring to prettify hunks with colors.
Nicolas Pouillard <nicolas.pouillard at gmail.com>**20080420135252]
[Add line coloring support in Printer and ColourPrinter.
Nicolas Pouillard <nicolas.pouillard at gmail.com>**20080420135238]
[Export Printer.(<?>).
Nicolas Pouillard <nicolas.pouillard at gmail.com>**20080420135208]
[Add two colors (cyan and magenta), but not use them yet.
Nicolas Pouillard <nicolas.pouillard at gmail.com>**20080420122811]
[Refactor a little the color handling.
Nicolas Pouillard <nicolas.pouillard at gmail.com>**20080420122500]
[slim down the makefile based on Gwern's changes to the configure  
script.
David Roundy <droundy at darcs.net>**20080423131854]
[configure.ac: export -lcurses for cabal
gwern0 at gmail.com**20080420221056]
[configure.ac: export Curses as well
gwern0 at gmail.com**20080420214353]
[Little style change.
Nicolas Pouillard <nicolas.pouillard at gmail.com>**20080420122143]
[Define unDoc as field of Doc.
Nicolas Pouillard <nicolas.pouillard at gmail.com>**20080416075954]
[Replace colour by color to uniformise a bit.
Nicolas Pouillard <nicolas.pouillard at gmail.com>**20080416074742]
[Canonize G. Branwen, P. Rockai, L. Komolodin and R. Lamers.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080422152346
  All anonymous patches get assigned to Gwern.
]
[doc tweak
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080422151420]
[resolve issue809: doc: darcs get is not lazy by default.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080422150809]
[doc: darcs-2 is no longer experimental.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080422150736]
[Rename ColourPrinter to ColorPrinter.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080421154043
  We might as well standardize on American spelling in the code.
]
[eliminate duplicate get_remote_repo in favor of list comprehensions.
David Roundy <droundy at darcs.net>**20080421145642]
[resolve issue792: Account for --remote-repo in defaultrepo code
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080421144023]
[Extend command_argdefaults to accept [DarcsFlag].
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080421143950]
[Add a --remote-repodir flag (yet unused).
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080421134352]
[Account for pre-existing api-doc.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080421135155]
[Create the api-doc dir if it does not exist.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080421134800]
[replace '{-# OPTIONS' with '{-# OPTIONS_GHC'
gwern0 at gmail.com**20080419024027
  These OPTIONS pragmas use GHC-isms; best practice is to make them  
GHC specific if they are GHC specific.
  Specifically: -fglasgow-exts is obviously GHC only. -cpp is used  
only by GHC AFAIK - hugs uses some hugscpp, YHC uses '--cpp' as does  
presumably NHC, JHC doesn't support cpp, and no idea about the others.
  However, this patch omits modifying "src/Darcs/ColourPrinter.lhs",  
"src/Workaround.hs", and "src/win32/CtrlC.hs" because I was uncertain  
whether '-fno-warn-orphans', '-w', and '-ffi' are actually GHC-only.
]
[configure.ac: export -DHAVE_LIBWWW for CPP
gwern0 at gmail.com**20080420213108]
[resolve issue795: Make 'darcs changes -i' behave more like other jobs.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080421105247

  Old behaviour:
   Shall I continue to view changes?
     y - do not view this patch; keep going [DEFAULT]
     n - quit
     v - view this patch; keep going
     q - quit

  New behaviour:
    Shall I view this patch?
     y - view this patch; keep going
     n - do not view this patch; keep going [DEFAULT]
     v - view this patch; keep going
     q - quit
]
[Undo a false refactor in SelectChanges.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080421104106

  The new old code makes it clearer that text_view is only used by
  'view changes'
]
[Fix pluralization of patches using English module.
David Roundy <droundy at darcs.net>**20080421121716]
[configure.ac: move HAVE_CURL around
gwern0 at gmail.com**20080420220800
  The dependency was inverted; we want to set HAVE_CURL before we  
test for Curl pipelining.
]
[optimized get --to-match handling for darcs 1 repositories
tux_rocker at reinier.de**20080420152608]
[stringify.hs: rw to avoid multi-line string literal
gwern0 at gmail.com**20080419025648
  The reason we want to avoid multi-line string literals is because  
GHC and CPP can break them quite badly if accidentally applied.
  In addition, no one is going to read Context.hs - it exists solely  
to be compiled. So removing the multi-line business in favor of one  
long string which will look exactly the same in the compiled binary  
causes no problems. And it can fix a big one - if Context.hs can't be  
compiled, obviously Darcs cannot.
]
[configure.ac: restructure curl
gwern0 at gmail.com**20080419020619
  We want to make sure HAVE_CURL shows up in CPP flags.
]
[configure.ac: +mention why threaded is not default/doc
gwern0 at gmail.com**20080420023752]
[rearrange bytestring tests so if it's not present we're quieter.
David Roundy <droundy at darcs.net>**20080418212319]
[configure.ac: fix bytestring checking
gwern0 at gmail.com**20080418205704
  This changes bytestring to be default. However it checks twice: if  
either --disable-bytestring is set or bytestring can't be found, it  
won't pass on CPP -DHAVE_BYTESTRING. So this should work for Dr.  
Roundy's lack of bytestring.
]
[remove unneeded check for termio.h.
David Roundy <droundy at darcs.net>**20080417172427]
[configure.ac: rm line
gwern0 at gmail.com**20080416184604
  I can't even figure out how long ago Control.Monad was in a 'util'  
package.
]
[we don't need Darcs.Patch.Check for darcs itself.
David Roundy <droundy at darcs.net>**20080417150720]
[remove hackish attempt to set GC parameters based on available memory.
David Roundy <droundy at darcs.net>**20080416164105]
[define forM_ since it is absent on GHC 6.4.1
zooko at zooko.com**20080409234512]
[make darcs build on win32 by conditionally compiling out a few bits  
that are unused or meaningless on win32
zooko at zooko.com**20080410204830]
[Don't let other configure flags change the type witnesses
Lennart Kolmodin <kolmodin at gentoo.org>**20080415210614
  For example, when using --with-docs the type witnesses would be  
turned on,
  while with --without-docs they would not. This patch adresses this  
issue.
]
[eliminate use of Haskell 98 library modules.
David Roundy <droundy at darcs.net>**20080415214217]
[add type witness declarations to Resolution
David Roundy <droundy at darcs.net>**20080415165457]
[move -cpp option into source files.
David Roundy <droundy at darcs.net>**20080415144719]
[Issue a warning when using --old-fashioned-inventory with a darcs-2  
repository.
Nicolas Pouillard <nicolas.pouillard at gmail.com>**20080414232715]
[FastPackedString.hs: FastPackedString.hs: redefine linePS/unlinesPS
gwern0 at gmail.com**20080414150839
  Turns out that my definitions were wrong - they differed and added  
a newline where the old FPS versions didn't. So I've rewritten the  
wrapper versions around ByteString, and checked them against the old  
ones with QuickCheck. With these fixes, a bytestring darcs seems to  
pass all the tests as a fps darcs.
]
[remove unused Setup.lhs.
David Roundy <droundy at darcs.net>**20080414190738]
[roll back implementation of joke oops command.
David Roundy <droundy at darcs.net>**20080414133342
  Apparently it didn't actually work...

  rolling back:

  Tue Apr  8 07:58:56 PDT 2008  David Roundy <droundy at darcs.net>
    * resolve issue786:  implement oops command.

      M ./src/Darcs/Commands/Tag.lhs -5 +47
      M ./src/Darcs/TheCommands.lhs -1 +2
]
[just remove concatLenPS
David Roundy <droundy at darcs.net>**20080411205303
  It is never used in a performance-critical situation, so I'm voting  
to just
  trash it.  I'd rather have fewer unsafe operations.
]
[FastPackedString.hs: simplify concatLenPS, although this removes its  
strictness properties
**20080411035327]
[FastPackedString.hs: remove wfindPS
**20080411035046
  With better imports from bytestring, I believe it to be  
superfluous, and dangerous to leave around.
]
[FastPackedString.hs: grmmr/sp
**20080411034730]
[FastPackedString.hs: rw linesPS using ByteString split
**20080411032229]
[doc updates
gwern0 at gmail.com**20080409170824
  Convert all uses of 'http://darcs.net/repos/stable' to just  
darcs.net, since unstable and stable were merged together, and the  
old URL is a 404 for darcs getting. This is a real problem, see for  
example <http://reddit.com/info/6ewbq/comments/c03o6d5>.
]
[fix typo in show_bug_help
Matyas Janos <mjanos5 at gmail.com>**20080408232600]
[Raise a configure error when no Text.Regex module can be found.
nicolas.pouillard at gmail.com**20080409085522]
[update README url links
gwern0 at gmail.com**20080407201333]
[add a bit more debugging info to repository identification.
David Roundy <droundy at darcs.net>**20080408151912]
[resolve issue385: don't worry if we can't get local changes.
David Roundy <droundy at darcs.net>**20080408151823]
[add test for issue385.
David Roundy <droundy at darcs.net>**20080408151808]
[resolve issue786:  implement oops command.
David Roundy <droundy at darcs.net>**20080408145856]
[fix URL in network test.
David Roundy <droundy at darcs.net>**20080408145407]
[fix manual bug.
David Roundy <droundy at darcs.net>**20080407191736]
[add new show bug command (hidden) to see what darcs will report if  
we encounter a bug.
David Roundy <droundy at darcs.net>**20080407175410]
[automatically work out the version of the stable release.
David Roundy <droundy at darcs.net>**20080407171850]
[set prefs again (they got lost on convert).
David Roundy <droundy at darcs.net>**20080407171559]
[update darcs repository URL.
David Roundy <droundy at darcs.net>**20080407164601]
[fix up website for new release.
David Roundy <droundy at darcs.net>**20080407164010]
[simplify determine_release_state.pl.
David Roundy <droundy at darcs.net>**20080407153000]
[make determine_release_state.pl use changes --count.
David Roundy <droundy at darcs.net>**20080407152347]
[add --count output option to changes.
David Roundy <droundy at darcs.net>**20080407151825]
[TAG 2.0.0
David Roundy <droundy at darcs.net>**20080407150638]
Patch bundle hash:
46543f6d370f2b4da41ce128d05bf1ed707d39bf



More information about the darcs-users mailing list