mbp@sourcefrog.net-20060814041110-afce2c0833c52452 | IN DEVELOPMENT john@arbash-meinel.com-20061024141253-783fba812b197b70 | | IMPROVEMENTS: | aaron.bentley@utoronto.ca-20061212000150-zu61bykx30bin2yw | * Aliases now support quotation marks, so they can contain whitespace | (Marius Kruger) john@arbash-meinel.com-20061024141253-783fba812b197b70 | v.ladeuil+lp@free.fr-20061016151306-02b8a6b71ddf7386 | * PyCurlTransport now use a single curl object. By specifying explicitly | the 'Range' header, we avoid the need to use two different curl objects | (and two connections to the same server). (Vincent Ladeuil) | abentley@panoramicfeedback.com-20061128192500-3kvy8ex5k6e7td8y | * ``bzr commit`` does not prompt for a message until it is very likely to | succeed. (Aaron Bentley) | abentley@panoramicfeedback.com-20061205221551-uopn4nd9prt1ei2s | * ``bzr conflicts`` now takes --text to list pathnames of text conflicts john@arbash-meinel.com-20061207001500-c321azsrfj051wvh | (Aaron Bentley) | john@arbash-meinel.com-20061206233319-7u4to4uhrfu7poxj | * Fix ``iter_lines_added_or_present_in_versions`` to use a set instead | of a list while checking if a revision id was requested. Takes 10s | off of the ``fileids_affected_by_revision_ids`` time, which is 10s john@arbash-meinel.com-20061212021213-wq6uydm0m7ongog7 | of the ``bzr branch`` time. Also improve ``fileids_...`` time by | filtering lines with a regex rather than multiple ``str.find()`` | calls. (saves another 300ms) (John Arbash Meinel) abentley@panoramicfeedback.com-20061205221551-uopn4nd9prt1ei2s | john@arbash-meinel.com-20061207162650-3q502gu2qlxyro4u | * Policy can be set for each configuration key. This allows keys to be | inherited properly across configuration entries. For example, this | should enable you to do:: | | [/home/user/project] | push_location = sftp://host/srv/project/