Skip to content

Commit

Permalink
screened 2024-05-22 16:46:28+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
bfrk committed May 22, 2024
1 parent ba808bd commit 8c5b5ce
Show file tree
Hide file tree
Showing 409 changed files with 13 additions and 17 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
- windows-2022
ghc:
- 8.4.4
# - 8.6.5
# - 8.8.2
# - 8.10.7
# - 9.0.2
# - 9.2.8
# - 9.4.8
# - 9.6.4
- 8.6.5
- 8.8.2
- 8.10.7
- 9.0.2
- 9.2.8
- 9.4.8
- 9.6.4
- 9.8.2
cabal:
- '3.10'
Expand Down
Empty file modified contrib/buildbot-try.sh
100644 → 100755
Empty file.
Empty file modified contrib/checkdeps.sh
100644 → 100755
Empty file.
Empty file modified contrib/cygwin-wrapper.bash
100644 → 100755
Empty file.
Empty file modified contrib/darcs-shell
100644 → 100755
Empty file.
Empty file modified contrib/darcshoogle
100644 → 100755
Empty file.
Empty file modified contrib/runHLint.sh
100644 → 100755
Empty file.
Empty file modified contrib/update_roundup.pl
100644 → 100755
Empty file.
Empty file modified contrib/upload.cgi
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion release/distributed-context
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Just "\nContext:\n\n\n[cabal file: add hie flag\nBen Franksen <[email protected]>**20240510175237\n Ignore-this: 1d42ad05750e08d23ec0f6a387c08ceb051de31ec48a97826573f14a56e3a0ae16584ed3577f82c0\n] \n\n[ci: upgrade actions/cache, fix cache/save warnings\nBen Franksen <[email protected]>**20240510155801\n Ignore-this: 1b2f726a24693810ec0fe995af9a0be968ca86728cc26758ca9582516968397ca1d3b4be1c478a8b\n] \n\n[resolve issue2718: avoid using conflictedPaths to detect whether we have conflicts\nBen Franksen <[email protected]>**20240510130208\n Ignore-this: 6aeca7588b2418053dd27039d0f2bcbecbee965e2e8a270f24f89b427fe787f9d811ef1eaf1a61bb\n \n This adds an explicit test named haveConflicts, which looks at the \"sum\" of\n the mangled and unmangled conflicts. This is cleaner because in principle\n (albeit not in practice) there could be conflicts that do not involve any\n file paths. Consequently, the warning message for conflicts is now separate\n from the listing of the affected paths.\n] \n\n[two optimizations in remove command\nBen Franksen <[email protected]>**20240510071822\n Ignore-this: b4d3049af67f9824469de5692e6337f5dd0586e921b973632e74c9d180287f8d30460777119bc81f\n \n Frst, avoid duplicate call to readPristineAndPending by passing the pristine\n tree to makeRemovePatch. Also, use a path filter before expanding the tree,\n to avoid expansion of irrelevant parts of the tree.\n] \n\n[ci: remove ghc-8.2.2 from build matrix\nBen Franksen <[email protected]>**20240509190406\n Ignore-this: f0a8e2f11701fc743212fda56d6106d5364cefead256b63d06d363e787b409a74318611cf1ce06da\n \n Building the dependencies now fails on macos-13 with ghc-8.2.2. We already\n excluded it for the other systems due to various build problems, so can as\n well remove it entirely.\n] \n\n[resolve issue2714: cannot remove recursively\nBen Franksen <[email protected]>**20240506183723\n Ignore-this: fcab2e01d6fe9dc16facda2a569eeb4454c3c1208cdcd31bb9c630334290de1de6dba8d5611666d9\n] \n\n[put back the set-default hint\nGanesh Sittampalam <[email protected]>**20240309154509\n Ignore-this: 7f52711f8776994dcb902a5d23741d6c6af6f3113c1ec30a2691348235d16cd81689a21eff8d334d\n \n This rolls back patch 8c1131290443248d423cabe0b5566f840e6cb3b3\n] \n\n[Add a --ghcflags/-g option to the test suite\nGanesh Sittampalam <[email protected]>**20240309145422\n Ignore-this: aba41611871b0ee986beee2e1bd6fb9af6690bf7315737fdb1c166222685ee8be703003d492eb010\n \n This allows arbitrary GHC flags to be passed on to the ghc\n invocations used to build helper exes in various test scripts.\n \n For example this allows -dynamic to be passed on systems with\n shared libraries.\n \n Based on a patch by Vekhir <[email protected]>\n] \n\n[Darcs.UI.External: fix warnings about head\nGanesh Sittampalam <[email protected]>**20240225215257\n Ignore-this: 35ed1b4cd0f4c1af70133228547dac7fce5067a1482cbe6810c515f82389d70cb1f2bed0a7a32fc9\n] \n\n[Darcs.UI.Commands.ShowAuthors: fix warnings about head\nGanesh Sittampalam <[email protected]>**20240225215214\n Ignore-this: ee64bb835284ac05403ea170915e8ed2191de27042e69edea61f5743bd752ea14e44082f54d90f9a\n] \n\n[use headErr/tailErr from safe for several head/tails\nGanesh Sittampalam <[email protected]>**20240225215204\n Ignore-this: bb7a9c0ef437f841d13a7eb2a0a24abcf5ee4d26a2856feac2966a4f89a52a5b20560bea920fbc42\n \n They aren't trivial to fix in a concise way, and safe\n is generally a useful package to have around anyway.\n] \n\n[Darcs.Test.Patch.FileUUIDModel: fix warning about head/tail\nGanesh Sittampalam <[email protected]>**20240225215135\n Ignore-this: 740956f48bd3127b4f77c0c7350b8d229e0fd7be3bda48932a61341169cc976d6e7ed3dedc7cad11\n] \n\n[Darcs.UI.Commands.Record: fix warning about head\nGanesh Sittampalam <[email protected]>**20240225205552\n Ignore-this: e288796d05da69107f281ccd311e1980cfc7d71aaab72b3c2ab2619c0f1ceaff76a497ae37705689\n] \n\n[Darcs.UI.Commands.Convert.Import: fix warning about head\nGanesh Sittampalam <[email protected]>**20240225205524\n Ignore-this: a8c51b94ff04c6bed7959f43c3d518d6171048755646fd1146a7996ac6d5c5013db900b51ff29504\n] \n\n[Darcs.UI.Commands.Convert.Export: fix warnings about tail\nGanesh Sittampalam <[email protected]>**20240225204214\n Ignore-this: a49d956016082487081f71fcace360f65cb92ad17e10e195651821d6e009b70b9d01b49a2b0c8708\n] \n\n[add some tests for Darcs.UI.Commands.Convert.Export.patchAuthor\nGanesh Sittampalam <[email protected]>**20240225204119\n Ignore-this: 4a3a731c86732c64a27b9e9719950e01a94ef320b37259113c693e75080283806a23835c423e40b9\n] \n\n[darcs.hs: fix warnings about head/tail\nGanesh Sittampalam <[email protected]>**20240225201516\n Ignore-this: 8f6fec34b8e77474a3b1ee5e252fb08fe8439c57a4a0ad35df64c06fe15df18f83c82855d8435e15\n] \n\n[Darcs.Patch.Info: fix warning about head\nGanesh Sittampalam <[email protected]>**20240225195147\n Ignore-this: f50bcf1a170c6c8941c688021e20d1eee24e59b2afe7a5f01488c9c4f2cb92d58aed586f146a0a98\n] \n\n[Darcs.Util.Diff.Patience: fix warning about head\nGanesh Sittampalam <[email protected]>**20240225194009\n Ignore-this: ccfaccc22725d81839f5caf605742eb7f3ef916572fdd7a53bcc7f7fa837ef9d71729e7c71d4503\n] \n\n[Darcs.Patch.Annotate: fix warning about head\nGanesh Sittampalam <[email protected]>**20240225182503\n Ignore-this: 4c48b8aadee71311e2a01f5b53a678e07f53339d98e843ebc01ebd381163fe0a9d7f3721c2c5dc58\n] \n\n[bump version to 2.19.1\nGanesh Sittampalam <[email protected]>**20240225175930\n Ignore-this: b8e8df00de306f7de2363d1805c152be15cc5b5ab99a57be8f9db19bb8552d0d25a196eeb2dc20c4\n] \n\n[TAG 2.18.1\nGanesh Sittampalam <[email protected]>**20240225173219\n Ignore-this: dc3a92eafcab9d4fa9f53b1811d4c99d330615a8c202bff1b77f44d551d21684eee81e96c69be62b\n] \n"
Just "\nContext:\n\n\n[add docs to configureHttpConnectionManager\nBen Franksen <[email protected]>**20240519110146\n Ignore-this: ec69432373410c479f90ddda39b98a25a754db4d9e14055197cb47cfde85596faf2026e34f8fb11a\n] \n\n[add missing constraints data-default-class\nBen Franksen <[email protected]>**20240519102829\n Ignore-this: 9d3f5afdeea6274f2532c2aa7fa407461bcddb3516a47a9fccb069500275e587d5cc252f41f6b96b\n] \n\n[Fix missing import in D.R.PatchIndex\nGanesh Sittampalam <[email protected]>**20240513100533\n Ignore-this: bea59b7dfbd7e591a57f4bfcc7983003f79db4b4fe41f6072d904e9947a38d5936e75c9cdec0df86\n \n GHC 9.10 complains about it, not sure why earlier\n versions don't.\n] \n\n[ci: run tests with latest supported ghc version\nBen Franksen <[email protected]>**20240517115615\n Ignore-this: 574d1033079aa6d6f5f42739ff36e353baf9b5503134f9b0cff839a02a64e101a778781f401661dc\n] \n\n[adapt supported ghc versions in README.md\nBen Franksen <[email protected]>**20240517113218\n Ignore-this: c4e2e475e9c439bf0b240fd5dfffc6f57b43b94ecb57329e2686286b47f214a562150f0b336fce27\n] \n\n[ci: add ghc-9.8.2 to build matrix\nBen Franksen <[email protected]>**20240517113141\n Ignore-this: a3103d91ec762a45b0e5b8a2a4f317d4358c58c0a94420f43784c623050af0381cdb9dc65a87bbc7\n] \n\n[resolve issue2715: hub.darcs.net does not support \"Extended Main Secret\"\nBen Franksen <[email protected]>**20240515142402\n Ignore-this: 60c6b240cd1563fe7b3fc83845610e2c4d2ec00a6d5a4ada2e53e9fff4ff1022780a3dfa64d31a3e\n \n We use a new addition to crypton-connection in order to change the default\n setting back to old (tls < 2.0) default. For ghc < 8.8 crypton-connection\n is not available, so instead we constrain tls as before.\n] \n\n[support time 1.14\nGanesh Sittampalam <[email protected]>**20240513000056\n Ignore-this: 929d96355713e762a5e77549597b6bd816992f93af1ef7125cdcf9caa396f6f5d82b2a8d71ff51e8\n \n This currently needs --allow-newer to use\n] \n\n[support QuickCheck 2.15\nGanesh Sittampalam <[email protected]>**20240513000037\n Ignore-this: f078dc88530d2fdc51610fcadca12d0b355ae5c6594e76643f1592ccd329b5a8c817374f0522e0cc\n \n This currently needs --allow-newer to use\n] \n\n[support network 3.2\nGanesh Sittampalam <[email protected]>**20240512234608\n Ignore-this: e50507030aecbb0cb90d369f331765cde093c746c257d6a301ea0d06ba91353b8d7aff9369e52bd3\n] \n\n[Resolve conflict in version bump from 2.18 branch\nGanesh Sittampalam <[email protected]>**20240324221309\n Ignore-this: d035acfcb3339c22e37a8b4bc8f662258886e1f5ad786cd87d08edf9624cb3888606bf38d8177d26\n] \n\n[TAG 2.18.2\nGanesh Sittampalam <[email protected]>**20240324205714\n Ignore-this: d03c480e509ce62eacaf0f1ad40f0cb7821163cac313d5ee4c977e7f77f9ec020b9e61214ddafe49\n] \n\n[bump version to 2.18.2\nGanesh Sittampalam <[email protected]>**20240324205701\n Ignore-this: dd7bfdf697e6bc700288ee4a9406ed5d76e7ee049bc13a483c9ca3321903620c775e6fc133a12608\n] \n\n[CHANGELOG for 2.18.2\nGanesh Sittampalam <[email protected]>**20240324205626\n Ignore-this: a7ea5d6b7ff3712201eb93651cdbf8653872da99839f527a6a6aa4a6f685b0707e867484ba805a57\n] \n\n[ci: upgrade actions/cache, fix cache/save warnings\nBen Franksen <[email protected]>**20240510155801\n Ignore-this: 1b2f726a24693810ec0fe995af9a0be968ca86728cc26758ca9582516968397ca1d3b4be1c478a8b\n] \n\n[resolve issue2718: avoid using conflictedPaths to detect whether we have conflicts\nBen Franksen <[email protected]>**20240510130208\n Ignore-this: 6aeca7588b2418053dd27039d0f2bcbecbee965e2e8a270f24f89b427fe787f9d811ef1eaf1a61bb\n \n This adds an explicit test named haveConflicts, which looks at the \"sum\" of\n the mangled and unmangled conflicts. This is cleaner because in principle\n (albeit not in practice) there could be conflicts that do not involve any\n file paths. Consequently, the warning message for conflicts is now separate\n from the listing of the affected paths.\n] \n\n[two optimizations in remove command\nBen Franksen <[email protected]>**20240510071822\n Ignore-this: b4d3049af67f9824469de5692e6337f5dd0586e921b973632e74c9d180287f8d30460777119bc81f\n \n Frst, avoid duplicate call to readPristineAndPending by passing the pristine\n tree to makeRemovePatch. Also, use a path filter before expanding the tree,\n to avoid expansion of irrelevant parts of the tree.\n] \n\n[ci: remove ghc-8.2.2 from build matrix\nBen Franksen <[email protected]>**20240509190406\n Ignore-this: f0a8e2f11701fc743212fda56d6106d5364cefead256b63d06d363e787b409a74318611cf1ce06da\n \n Building the dependencies now fails on macos-13 with ghc-8.2.2. We already\n excluded it for the other systems due to various build problems, so can as\n well remove it entirely.\n] \n\n[resolve issue2714: cannot remove recursively\nBen Franksen <[email protected]>**20240506183723\n Ignore-this: fcab2e01d6fe9dc16facda2a569eeb4454c3c1208cdcd31bb9c630334290de1de6dba8d5611666d9\n] \n\n[put back the set-default hint\nGanesh Sittampalam <[email protected]>**20240309154509\n Ignore-this: 7f52711f8776994dcb902a5d23741d6c6af6f3113c1ec30a2691348235d16cd81689a21eff8d334d\n \n This rolls back patch 8c1131290443248d423cabe0b5566f840e6cb3b3\n] \n\n[Add a --ghcflags/-g option to the test suite\nGanesh Sittampalam <[email protected]>**20240309145422\n Ignore-this: aba41611871b0ee986beee2e1bd6fb9af6690bf7315737fdb1c166222685ee8be703003d492eb010\n \n This allows arbitrary GHC flags to be passed on to the ghc\n invocations used to build helper exes in various test scripts.\n \n For example this allows -dynamic to be passed on systems with\n shared libraries.\n \n Based on a patch by Vekhir <[email protected]>\n] \n\n[Darcs.UI.External: fix warnings about head\nGanesh Sittampalam <[email protected]>**20240225215257\n Ignore-this: 35ed1b4cd0f4c1af70133228547dac7fce5067a1482cbe6810c515f82389d70cb1f2bed0a7a32fc9\n] \n\n[Darcs.UI.Commands.ShowAuthors: fix warnings about head\nGanesh Sittampalam <[email protected]>**20240225215214\n Ignore-this: ee64bb835284ac05403ea170915e8ed2191de27042e69edea61f5743bd752ea14e44082f54d90f9a\n] \n\n[use headErr/tailErr from safe for several head/tails\nGanesh Sittampalam <[email protected]>**20240225215204\n Ignore-this: bb7a9c0ef437f841d13a7eb2a0a24abcf5ee4d26a2856feac2966a4f89a52a5b20560bea920fbc42\n \n They aren't trivial to fix in a concise way, and safe\n is generally a useful package to have around anyway.\n] \n\n[Darcs.Test.Patch.FileUUIDModel: fix warning about head/tail\nGanesh Sittampalam <[email protected]>**20240225215135\n Ignore-this: 740956f48bd3127b4f77c0c7350b8d229e0fd7be3bda48932a61341169cc976d6e7ed3dedc7cad11\n] \n\n[Darcs.UI.Commands.Record: fix warning about head\nGanesh Sittampalam <[email protected]>**20240225205552\n Ignore-this: e288796d05da69107f281ccd311e1980cfc7d71aaab72b3c2ab2619c0f1ceaff76a497ae37705689\n] \n\n[Darcs.UI.Commands.Convert.Import: fix warning about head\nGanesh Sittampalam <[email protected]>**20240225205524\n Ignore-this: a8c51b94ff04c6bed7959f43c3d518d6171048755646fd1146a7996ac6d5c5013db900b51ff29504\n] \n\n[Darcs.UI.Commands.Convert.Export: fix warnings about tail\nGanesh Sittampalam <[email protected]>**20240225204214\n Ignore-this: a49d956016082487081f71fcace360f65cb92ad17e10e195651821d6e009b70b9d01b49a2b0c8708\n] \n\n[add some tests for Darcs.UI.Commands.Convert.Export.patchAuthor\nGanesh Sittampalam <[email protected]>**20240225204119\n Ignore-this: 4a3a731c86732c64a27b9e9719950e01a94ef320b37259113c693e75080283806a23835c423e40b9\n] \n\n[darcs.hs: fix warnings about head/tail\nGanesh Sittampalam <[email protected]>**20240225201516\n Ignore-this: 8f6fec34b8e77474a3b1ee5e252fb08fe8439c57a4a0ad35df64c06fe15df18f83c82855d8435e15\n] \n\n[Darcs.Patch.Info: fix warning about head\nGanesh Sittampalam <[email protected]>**20240225195147\n Ignore-this: f50bcf1a170c6c8941c688021e20d1eee24e59b2afe7a5f01488c9c4f2cb92d58aed586f146a0a98\n] \n\n[Darcs.Util.Diff.Patience: fix warning about head\nGanesh Sittampalam <[email protected]>**20240225194009\n Ignore-this: ccfaccc22725d81839f5caf605742eb7f3ef916572fdd7a53bcc7f7fa837ef9d71729e7c71d4503\n] \n\n[Darcs.Patch.Annotate: fix warning about head\nGanesh Sittampalam <[email protected]>**20240225182503\n Ignore-this: 4c48b8aadee71311e2a01f5b53a678e07f53339d98e843ebc01ebd381163fe0a9d7f3721c2c5dc58\n] \n\n[bump version to 2.19.1\nGanesh Sittampalam <[email protected]>**20240225175930\n Ignore-this: b8e8df00de306f7de2363d1805c152be15cc5b5ab99a57be8f9db19bb8552d0d25a196eeb2dc20c4\n] \n\n[TAG 2.18.1\nGanesh Sittampalam <[email protected]>**20240225173219\n Ignore-this: dc3a92eafcab9d4fa9f53b1811d4c99d330615a8c202bff1b77f44d551d21684eee81e96c69be62b\n] \n"
2 changes: 1 addition & 1 deletion release/distributed-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Just 21
Just 17
Empty file modified release/release.sh
100644 → 100755
Empty file.
Empty file modified shelly/test/examples/drain.sh
100644 → 100755
Empty file.
Empty file modified shelly/test/examples/printer.sh
100644 → 100755
Empty file.
Empty file modified shelly/test/examples/test.sh
100644 → 100755
Empty file.
Empty file modified shelly/test/testall
100644 → 100755
Empty file.
8 changes: 2 additions & 6 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
resolver: nightly-2024-05-21
resolver: lts-21.25

packages:
- .

extra-deps:
- Cabal-syntax-3.10.3.0
- crypton-connection-0.4.0
- directory-1.3.8.5
- haskeline-0.8.2.1
- process-1.6.20.0
- strict-identity-0.1.0.0
- safe-0.3.21
Empty file modified tests/EXAMPLE.sh
100644 → 100755
Empty file.
Empty file modified tests/add.sh
100644 → 100755
Empty file.
Empty file modified tests/add_permissions.sh
100644 → 100755
Empty file.
Empty file modified tests/amend.sh
100644 → 100755
Empty file.
Empty file modified tests/annotate.sh
100644 → 100755
Empty file.
Empty file modified tests/apply-reorder.sh
100644 → 100755
Empty file.
Empty file modified tests/apply-unclean-tag.sh
100644 → 100755
Empty file.
Empty file modified tests/apply.sh
100644 → 100755
Empty file.
Empty file modified tests/argument_parsing.sh
100644 → 100755
Empty file.
Empty file modified tests/ask_deps.sh
100644 → 100755
Empty file.
Empty file modified tests/bad-format.sh
100644 → 100755
Empty file.
Empty file modified tests/bin/convert-writer.sh
100644 → 100755
Empty file.
Empty file modified tests/binary.sh
100644 → 100755
Empty file.
Empty file modified tests/boring-files.sh
100644 → 100755
Empty file.
Empty file modified tests/broken_move.sh
100644 → 100755
Empty file.
Empty file modified tests/broken_pending.sh
100644 → 100755
Empty file.
Empty file modified tests/clean-command.sh
100644 → 100755
Empty file.
Empty file modified tests/clone.sh
100644 → 100755
Empty file.
Empty file modified tests/conflict-chain-resolution.sh
100644 → 100755
Empty file.
Empty file modified tests/conflict-depends-resolution.sh
100644 → 100755
Empty file.
Empty file modified tests/conflict-doppleganger.sh
100644 → 100755
Empty file.
Empty file modified tests/conflict-fight-failure.sh
100644 → 100755
Empty file.
Empty file modified tests/conflict-fight.sh
100644 → 100755
Empty file.
Empty file modified tests/conflict-reporting.sh
100644 → 100755
Empty file.
Empty file modified tests/convert-darcs2.sh
100644 → 100755
Empty file.
Empty file modified tests/convert-import-export-non-ascii.sh
100644 → 100755
Empty file.
Empty file modified tests/convert_export.sh
100644 → 100755
Empty file.
Empty file modified tests/decoalesce-add-remove.sh
100644 → 100755
Empty file.
Empty file modified tests/decoalesce-move.sh
100644 → 100755
Empty file.
Empty file modified tests/decoalesce-replace.sh
100644 → 100755
Empty file.
Empty file modified tests/decoalesce-rmdir.sh
100644 → 100755
Empty file.
Empty file modified tests/decoalesce-split.sh
100644 → 100755
Empty file.
Empty file modified tests/devnull.sh
100644 → 100755
Empty file.
Empty file modified tests/diff.sh
100644 → 100755
Empty file.
Empty file modified tests/disable.sh
100644 → 100755
Empty file.
Empty file modified tests/dist.sh
100644 → 100755
Empty file.
Empty file modified tests/emailformat.sh
100644 → 100755
Empty file.
Empty file modified tests/empty_inventory.sh
100644 → 100755
Empty file.
Empty file modified tests/external-resolution.sh
100644 → 100755
Empty file.
Empty file modified tests/failed-amend-should-not-break-repo.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-index-argument.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue1190_unmarked_hunk_replace_conflict.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue1317_list-options_subdir.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue1396_changepref-conflict.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue1406.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue1461_case_folding.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue1577-revert-deletes-new-files.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue1610_get_extra.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue1702-optimize-relink-vs-cache.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue1790_darcs-send.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue1829-inconsistent-conflictor.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue1926_amend-record_ignores_--index.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue2100-add-failures.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue2138-whatsnew-s.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue2186-apply--reply-conflict.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue2186-apply--reply-ok.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue2187-apply--test-non-interactive.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue2203-only-list-toplevel-deleted-dirs.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue2213-lastregrets-dependencies.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue2219-no-working.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue2234-rollback-under-tag-with-filename.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue2256-diff-empty-argument.sh
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file modified tests/failing-issue2383-hunk-edit-fails.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-issue2386-no-trailing-EOL.sh
100644 → 100755
Empty file.
Empty file.
Empty file modified tests/failing-issue390_whatsnew.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-merging_newlines.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-newlines.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-nice-resolutions.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-pristine-problems.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-rebase-conflicting.sh
100644 → 100755
Empty file.
Empty file modified tests/failing-record-scaling.sh
100644 → 100755
Empty file.
Empty file modified tests/filepath.sh
100644 → 100755
Empty file.
Empty file modified tests/git_import_delete_empty_directories.sh
100644 → 100755
Empty file.
Empty file modified tests/git_quoted_filenames.sh
100644 → 100755
Empty file.
Empty file modified tests/git_rename_and_copy_files.sh
100644 → 100755
Empty file.
Empty file modified tests/git_rename_dir.sh
100644 → 100755
Empty file.
Empty file modified tests/gzcrcs.sh
100644 → 100755
Empty file.
Empty file modified tests/harness.sh
100644 → 100755
Empty file.
Empty file modified tests/hashed_inventory.sh
100644 → 100755
Empty file.
Empty file modified tests/hidden_conflict.sh
100644 → 100755
Empty file.
Empty file modified tests/hidden_conflict2.sh
100644 → 100755
Empty file.
Empty file modified tests/hijack.sh
100644 → 100755
Empty file.
Empty file modified tests/hunk-editor.sh
100644 → 100755
Empty file.
Empty file modified tests/ignore-this.sh
100644 → 100755
Empty file.
Empty file modified tests/ignoretimes.sh
100644 → 100755
Empty file.
Empty file modified tests/inherit-default.sh
100644 → 100755
Empty file.
Empty file modified tests/init.sh
100644 → 100755
Empty file.
Empty file modified tests/invalid_absolute_paths.sh
100644 → 100755
Empty file.
Empty file modified tests/invalid_pending_after_mv_to_self.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1014_identical_patches.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1017_whatsnew_stack.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1039.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1043_geteff_a.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1043_geteff_b.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1057-pull-from-current-repo-via-symlink.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1078_symlink.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1101.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1105.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1196_whatsnew_falsely_lists_all_changes.sh
100644 → 100755
Empty file.
Empty file modified tests/issue121-amend-ask-deps.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1210-no-global-cache-in-sources.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1224_convert-darcs2-repository.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1269_setpref_predist.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1277-repo-format.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1300_record_delete-file.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1316-2.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1316.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1325_pending_minimisation.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1327.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1332_add_r_boring.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1344_abort_early_cant_send.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1373_replace_token_chars.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1392_authorspelling.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1401_bug_in_get_extra.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1442_encoding_round-trip.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1446.sh
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions tests/issue1465_ortryrunning.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ PATH=..:$DARCSDIR \
darcs record -lam 'Initial commit.' --edit </dev/null &> log-2
darcs changes > changes-2
darcs unrecord -a
grep "vi" changes-2
egrep -i 'vi|emacs|nano|edit' log-2
grep -w 'vi' changes-2
grep -w 'vi' log-2

# Normal failure (eg. user hit ^-C)
# If Darcs did the right thing, the output won't make any mention of
Expand Down
Empty file modified tests/issue1488_whatsnew-l.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1514-send-minimize.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1522_trailing_slash_borkage.sh
100644 → 100755
Empty file.
Empty file modified tests/issue154_pull_dir_not_empty.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1558_xml_output_gz_extension.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1579_diff_opts.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1609-conflict-markup-depends-on-patch-order.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1611_amend-tag.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1618-amend-preserve-logfile.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1620-record-lies-about-leaving-logfile.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1636-match-hunk.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1640_apply_stdin.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1645-ignore-symlinks-case-fold.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1645-ignore-symlinks.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1726_darcs_always-boring.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1727_move_current_directory.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1737-move_args.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1739-escape-multibyte-chars-correctly.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1740-mv-dir.sh
100644 → 100755
Empty file.
Empty file modified tests/issue174_obliterate_before_a_tag.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1756_moves_index.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1763-pull-fails-on-non-ascii-filenames.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1819-pull-dont-allow-conflicts.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1825-remove-pending.sh
100644 → 100755
Empty file.
Empty file modified tests/issue183_mv_order.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1845-paths-working-copy.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1857-pristine-conversion.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1860-incomplete-pristine.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1875-honor-no-set-default.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1877_noisy_xml_output.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1879-same-patchinfo-uncommon.sh
100644 → 100755
Empty file.
Empty file modified tests/issue189-external-merge-move.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1898-set-default-notification.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1909-unrecord-O-misses-tag.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1913-diffing.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1922-obliterate-o-context.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1928-file-dir-replace.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1932-colon-breaks-add.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1951-add-outside-repo.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1959-unwritable-darcsdir.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1978.sh
100644 → 100755
Empty file.
Empty file modified tests/issue1987.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2012_send_output_no_address.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2013_send_to_context.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2035-malicious-subpath.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2041_dont_add_symlinks.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2047_duplicate_conflictor_recommute_fail.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2049-dir-case-change.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2049-file-in-boring-dir.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2066_add_and_remove.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2074.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2076-move_into_dir.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2086-index-permissions.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2125-always-warn-forced-replace.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2136-log_created_as_for_multiple_files.sh
100644 → 100755
Empty file.
Empty file.
Empty file modified tests/issue2200-darcs-replace-no-paths.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2204-send-mail.sh
100644 → 100755
Empty file.
Empty file.
Empty file modified tests/issue2209-look_for_replaces.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2212-add-changes-pending-for-other-files.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2225-obliterate-not-in.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2227-rebase-amend-record.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2243-unknown-patch-annotating-empty-first-line.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2248-rebase-zero-suspended.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2257-impossible-obliterate-subset.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2262-display_of_meta_data.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2270-log-interactive-only-to-files.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2271-disable-patch-index.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2275_follows-symlinks.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2286-metadata-encoding.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2287_obliterate_overwrite.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2293-laziness.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2311_posthook_for_get_should_run_in_created_repo.sh
100644 → 100755
Empty file.
Empty file.
Empty file modified tests/issue2313-trailing-newlines-stack-overflow.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2333.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2343.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2365-whatsnew-fails-get-no-working-dir.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2380-rename-to-deleted-file.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2382-mv-dir-to-file-confuses-darcs.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2432-pull-reorder-commute.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2479-mv-list-files.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2480-display-unicode-in-patch-content.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2494-output-of-record-with-file-arguments.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2496-output-of-whatsnew-with-file-arguments.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2512-multiple-authors-clobbered-in-global-conf.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2526-whatsnew-boring.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2548-inconsistent-pending.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2567-darcs-whatsnew-unified.sh
100644 → 100755
Empty file.
Empty file modified tests/issue257.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2592-pending-look-for.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2594-darcs-show-index-breaks-replace.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2603-clone-repo-with-unresolved-conflicts.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2605-duplicates.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2618-ask-deps-too-many.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2634-rebase-conflicted-patches.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2648_darcs_convert_import_double_encodes_cyrillic.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2659-show-dependencies.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2668-create-directory-permission.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2682.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2697-amend-unrecord.sh
100644 → 100755
Empty file.
Empty file modified tests/issue27.sh
100644 → 100755
Empty file.
Empty file modified tests/issue2702-invalid-regex.sh
100644 → 100755
Empty file.
Empty file modified tests/issue279_get_extra.sh
100644 → 100755
Empty file.
Empty file modified tests/issue381.sh
100644 → 100755
Empty file.
Empty file modified tests/issue436.sh
100644 → 100755
Empty file.
Empty file modified tests/issue458.sh
100644 → 100755
Empty file.
Empty file modified tests/issue494-pending-sort.sh
100644 → 100755
Empty file.
Empty file modified tests/issue525_amend_duplicates.sh
100644 → 100755
Empty file.
Empty file modified tests/issue53.sh
100644 → 100755
Empty file.
Empty file modified tests/issue538.sh
100644 → 100755
Empty file.
Empty file modified tests/issue588.sh
100644 → 100755
Empty file.
Empty file modified tests/issue595_get_permissions.sh
100644 → 100755
Empty file.
Empty file modified tests/issue612_repo_not_writable.sh
100644 → 100755
Empty file.
Empty file modified tests/issue68_broken_pipe.sh
100644 → 100755
Empty file.
Empty file modified tests/issue691.sh
100644 → 100755
Empty file.
Empty file modified tests/issue701.sh
100644 → 100755
Empty file.
Empty file modified tests/issue706.sh
100644 → 100755
Empty file.
Empty file modified tests/issue709_pending_look-for-adds.sh
100644 → 100755
Empty file.
Empty file modified tests/issue70_setpref.sh
100644 → 100755
Empty file.
Empty file modified tests/issue761-fail-early-bad-pull-match.sh
100644 → 100755
Empty file.
Empty file modified tests/issue803.sh
100644 → 100755
Empty file.
Empty file modified tests/issue844_gzip_crc.sh
100644 → 100755
Empty file.
Empty file modified tests/issue942_push_apply_prehook.sh
100644 → 100755
Empty file.
Empty file modified tests/latin9-input.sh
100644 → 100755
Empty file.
Empty file modified tests/lazy-optimize-reorder.sh
100644 → 100755
Empty file.
Empty file modified tests/legacy-inverted.sh
100644 → 100755
Empty file.
Empty file modified tests/list-options.sh
100644 → 100755
Empty file.
Empty file modified tests/log-duplicate.sh
100644 → 100755
Empty file.
Empty file modified tests/log.sh
100644 → 100755
Empty file.
Empty file modified tests/log_send_context.sh
100644 → 100755
Empty file.
Empty file modified tests/look_for_add.sh
100644 → 100755
Empty file.
Empty file modified tests/look_for_moves.sh
100644 → 100755
Empty file.
Empty file modified tests/look_for_moves_and_replaces.sh
100644 → 100755
Empty file.
Empty file modified tests/look_for_moves_with_args.sh
100644 → 100755
Empty file.
Empty file modified tests/look_for_replaces1.sh
100644 → 100755
Empty file.
Empty file modified tests/mark-conflicts.sh
100644 → 100755
Empty file.
Empty file modified tests/match-date.sh
100644 → 100755
Empty file.
Empty file modified tests/match.sh
100644 → 100755
Empty file.
Empty file modified tests/merge_three_patches.sh
100644 → 100755
Empty file.
Empty file modified tests/mergeresolved.sh
100644 → 100755
Empty file.
Empty file modified tests/merging_newlines.sh
100644 → 100755
Empty file.
Empty file modified tests/mutex-option-precedence.sh
100644 → 100755
Empty file.
Empty file modified tests/mv.sh
100644 → 100755
Empty file.
Empty file modified tests/mv_and_remove_tests.sh
100644 → 100755
Empty file.
Empty file modified tests/network/clone-http-packed-detect.sh
100644 → 100755
Empty file.
Empty file modified tests/network/clone-http-packed.sh
100644 → 100755
Empty file.
Empty file modified tests/network/clone-http.sh
100644 → 100755
Empty file.
Empty file modified tests/network/clone.sh
100644 → 100755
Empty file.
Empty file modified tests/network/external.sh
100644 → 100755
Empty file.
Empty file modified tests/network/issue1503_prefer_local_caches_to_remote_one.sh
100644 → 100755
Empty file.
Empty file modified tests/network/issue1599-automatically-expire-unused-caches.sh
100644 → 100755
Empty file.
Empty file modified tests/network/issue1923-cache-warning.sh
100644 → 100755
Empty file.
Empty file modified tests/network/issue1932-remote.sh
100644 → 100755
Empty file.
Empty file modified tests/network/issue2090-transfer-mode.sh
100644 → 100755
Empty file.
Empty file modified tests/network/issue2545_command-execution-via-ssh-uri-local.sh
100644 → 100755
Empty file.
Empty file modified tests/network/issue2545_command-execution-via-ssh-uri.sh
100644 → 100755
Empty file.
Empty file modified tests/network/issue2608-clone-http-packed-outdated.sh
100644 → 100755
Empty file.
Empty file modified tests/network/lazy-clone.sh
100644 → 100755
Empty file.
Empty file modified tests/network/log.sh
100644 → 100755
Empty file.
Empty file modified tests/network/show_tags-remote.sh
100644 → 100755
Empty file.
Empty file modified tests/network/ssh.sh
100644 → 100755
Empty file.
Loading

0 comments on commit 8c5b5ce

Please sign in to comment.