--aaack
Sun Jul 18 14:27:32 MST 2004 Will <will@xxxxxxxxxx>
* add newline between URL and libucurl failure message
--aaack
Content-Type: text/x-darcs-patch
Content-Description: A darcs patch for your repository!
New patches:
[add newline between URL and libucurl failure message
Will <will@xxxxxxxxxx>**20040718212732] {
hunk ./Curl.hs 25
- when (err /= 0) $ fail $ "Failed to download URL "++ u ++ curl_e err
+ when (err /= 0) $ fail $ "Failed to download URL "++ u ++ "\n" ++ curl_e err
}
Context:
[fix bug in pending handling, and add test for it.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040718131303]
[push test needs path set to include first the tested darcs binary.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040718113245]
[add --edit-long-comment etc options to record.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040718100550]
[speed up pulling when there's no pending.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040718093125]
[update CGI README
Will <will@xxxxxxxxxx>**20040717175215]
[rename new cgi from darcsrv to darcs.cgi
Will <will@xxxxxxxxxx>**20040717172213]
[add new rerecord command.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040717130331]
[require ghc 6.0.1 at the minimum.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040717125940]
[check for unique patch names in repair as well as check.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040717125631]
[add help for `v' in with_selected_patch_from_repo dialog
Tommy Pettersson <ptp@xxxxxxxxxxxxxx>**20040717121700]
[display available repos when calling cgi with no repo
Will <will@xxxxxxxxxx>**20040717002144]
[add check for uniqueness of patch names to darcs check.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040716105214]
[add push test.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040714112843]
[close temp file before deleting in apply.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040714111038
This should fix problems seen in windows (or on windows mounts) where you
can't delete a file if it is still open.
]
[explicit imports in Lock.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040708151257]
[perhaps work around macos filesystems not supporting hard links.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040708151149]
[fix cgi installation docs.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040707132915
Also, make configure generate the default cgi.conf.
]
[improve speed of changes since a tag.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040706221047]
[speed up changes when looking at a recently added file.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040705235930]
[add infrastructure for more colors in output.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040705153903]
[fix warning in RepoPrefs.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040705153342]
[faster anyPS (but unbenchmarked).
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040705153121]
[fix bug in anyPS leading to escape-printing bugs.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040705144146]
[update cgi.conf location in docs.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040704140227]
[install cgi.conf properly now that it's moved.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040704133117]
[cgi/README.in: minor wording tweak
simon@xxxxxxxxxx**20040703185138]
[expand the cgi README a little
simon@xxxxxxxxxx**20040703175226]
[move cgi.conf to the cgi subdirectory
simon@xxxxxxxxxx**20040703173015]
[add documentation for date matching.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040703145104]
[add rudimentary date matching to --match.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040703144524
This code really is ugly, but at least the framework is in. Should be
rewritten to use a proper parser for the date ranges.
]
[add a resolve command (it's yucky so far).
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040702141400]
[fix --repo-name in get to accept either relative or absolute paths.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040701144005]
[give better error message when changes is run but not in a repository.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040701142415]
[support changes properly when not in a repo directory.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040701142113]
[clean up set_defaultrepo a tad.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040701134918]
[make --set-default a multiple-choice option.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040701133454
This means that the value in _darcs/prefs/defaults can be properly
overridden.
]
[support "lastrepo" if there isn't yet a "defaultrepo".
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040701132453]
[Implement --set-default and --no-set-default.
Juliusz Chroboczek <jch@xxxxxxxxxxxxxx>**20040630211355]
[Rename lastrepo to defaultrepo.
Juliusz Chroboczek <jch@xxxxxxxxxxxxxx>**20040630203933]
[Make prefs cachable for 10 minutes.
Juliusz Chroboczek <jch@xxxxxxxxxxxxxx>**20040630195002
If using a cache, this avoids the overhead of hitting the remote
server for every file in prefs when doing multiple gets in quick
succession. Would a smaller value be better?
]
[Use a new datatype instead of Bool for cachability.
Juliusz Chroboczek <jch@xxxxxxxxxxxxxx>**20040630191950]
[remove unused with_selected_last_changes function.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040701124230]
[allow --dry-run push where push would fail.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040630102058]
[fix compile error when there's no libcurl.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040630101253]
[fix MOTD conflict with cached files change.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040630090529]
[Add cache control directives to HTTP requests.
Juliusz Chroboczek <jch@xxxxxxxxxxxxxx>**20040629125723
Mark requests for inventories as uncachable, requests for patches as
cachable.
This is only implemented for libcurl. When spawning curl or wget, all
requests are marked uncachable (untested).
]
[make revert work properly when file is given on command line and there are
pending adds/removes.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040630100836]
[make changes --context give less extraneous information.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040629104642]
[fix weird error with --last.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040629101457]
[fix bug in get --tag.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040629100405
I was a good boy and also added a test so this won't happen again... at
least not with this particular command.
]
[add support for a MOTD.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040629094631]
[update changelog.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040629094401]
[move DarcsFlag data structure into its own module.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040629094218
This is to work around circular dependency issues.
]
[Use lock directory for temporary lock file.
Juliusz Chroboczek <jch@xxxxxxxxxxxxxx>**20040628190720
This avoids lock creation failing with EXDEV when the repository
directory and _darcs are not on the same filesystem (e.g. _darcs is
softlinked). I hate users.
]
[support --context option in send.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040628102624]
[point darcsrv product link at darcs homepage
Will <will@xxxxxxxxxx>**20040628233035]
[match new <move> tag instead of <move_file>
Will <will@xxxxxxxxxx>**20040628232426]
[add support for a --last option to specify last N changes.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040628095805
This has only been tested so far with diff and changes...
]
[update and reprioritize TODO.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040628091216]
[Merge debian/ directory with 0.9.22
Gabriel Ebner <ge@xxxxxxxxxxxxxxx>**20040627212437]
[correction on send help.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040627093056]
[Add warning to 'darcs remove' help
Jim Marshall <jmarshall99@xxxxxxxxx>**20040626220417]
[Small 'command -h' typo fixes and clarifications.
Jim Marshall <jmarshall99@xxxxxxxxx>**20040626212642]
[fix happy-forwarding to not include nasty long header.
droundy@xxxxxxxxxxxxxxxxxx**20040627121954
The catch is that all headers are lost now when the mail is resent, so this
may make it harder to track down what went wrong if something does go
wrong.
]
[Minor doc fixes
Nigel Rowe <rho@xxxxxxxxxxxxxxx>**20040627035455]
[work around stupid bug in old autoconfs.
droundy@xxxxxxxxxxxxxxxxxx**20040627104351]
[fix up happ-forwarding (hopefully).
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040627092644]
[increase laziness of diff_from_empty.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040626140020
I believe this reduces the memory usage of initial records (or whenever
lots of files are added) and optimize --checkpoint by about a factor of
four, although I haven't yet tested it on a seriously large repository.
]
[TAG 0.9.22
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040626123533]
Patch bundle hash:
3f242b19917b0340465975c9bbdb3a2f0a91cb9d
--aaack
|