Skip to content

Commit

Permalink
screened 2024-12-16 17:02:20+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
bfrk committed Dec 16, 2024
1 parent 353da90 commit f9fc243
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/issue2378-moving-directory-to-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ darcs record -am'removed d' --skip-long-comment
darcs move f d
darcs record -am'moved f to d' --skip-long-comment
darcs obliterate --last=3 --all
darcs whatsnew -l
not darcs whatsnew -l
cd ..
5 changes: 4 additions & 1 deletion tests/issue494-pending-sort.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

. lib

rm -rf R S

mkdir R
cd R
darcs init
Expand All @@ -40,4 +42,5 @@ mkdir S
cd S
darcs init
darcs pull --all ../R
darcs whatsnew | grep 'No changes'
not darcs whatsnew | grep 'No changes'
cd ..

0 comments on commit f9fc243

Please sign in to comment.