[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"