aboutsummaryrefslogtreecommitdiff
path: root/contrib/remote-helpers/test-bzr.sh
Commit message (Collapse)AuthorAge
* test-bzr: portable shell and utf-8 strings for Mac OSTorsten Bögershausen2013-04-12
| | | | | | | | | | | | | | | | Make the shell script more portable: - Split export X=Y into 2 lines - Use printf instead of echo -e Use UTF-8 code points which are not decomposed by the filesystem: Code points like "á" will be decomposed by Mac OS X. bzr is unable to find the file "á" on disk. Use code points from unicode which can not be decomposed. In other words, the precompsed form use the same bytes as decomposed. Signed-off-by: Torsten Bögershausen <tboegi@web.de> Acked-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* remote-bzr: fix utf-8 support for fetchingChristophe Simonis2013-04-08
| | | | | | | The previous patches didn't deal with all the scenarios. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Merge branch 'fc/remote-helpers-test-updates'Junio C Hamano2013-04-07
|\ | | | | | | | | | | | | | | * fc/remote-helpers-test-updates: remote-hg: fix hg-git test-case remote-bzr: remove stale check code for tests remote-helpers: fix the run of all tests remote-bzr: avoid echo -n
| * remote-bzr: remove stale check code for testsFelipe Contreras2013-04-04
| | | | | | | | | | | | | | | | The fastimport plugin was only required in the early stage of development. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
| * remote-bzr: avoid echo -nFelipe Contreras2013-04-04
| | | | | | | | | | | | | | It's not portable, as reported by test-lint. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | remote-bzr: add utf-8 support for pushingFelipe Contreras2013-04-07
| | | | | | | | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | remote-bzr: add utf-8 support for fetchingTimotheus Pokorra2013-04-07
| | | | | | | | | | | | | | [fc: added tests] Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | remote-bzr: set author if availableDavid Engster2013-04-07
| | | | | | | | | | | | | | [fc: added tests] Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | remote-bzr: fix directory renamingChristophe Simonis2013-04-07
|/ | | | | | | | | | Git does not handle directories, renaming a directory is renaming every files in this directory. [fc: added tests] Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* remote-bzr: add support for fecthing special modesFelipe Contreras2013-01-02
| | | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* remote-bzr: add simple testsFelipe Contreras2013-01-02
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>