Mercurial > emacs
comparison lisp/ChangeLog @ 106778:95040dd9104b
Fix bug#5345: password asked when visiting files on a lightweight checkout.
* vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
URLs with a leading triple slash in the file: scheme.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 09 Jan 2010 22:03:33 +0100 |
parents | e96c7312f94c |
children | 7cf596e46b08 |
comparison
equal
deleted
inserted
replaced
106777:e96c7312f94c | 106778:95040dd9104b |
---|---|
1 2010-01-09 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept | |
4 URLs with a leading triple slash in the file: scheme. (Bug#5345) | |
5 | |
1 2010-01-09 Chong Yidong <cyd@stupidchicken.com> | 6 2010-01-09 Chong Yidong <cyd@stupidchicken.com> |
2 | 7 |
3 * progmodes/compile.el: Don't treat compile-command as safe if | 8 * progmodes/compile.el: Don't treat compile-command as safe if |
4 compilation-read-command might be nil (Bug#4218). | 9 compilation-read-command might be nil (Bug#4218). |
5 | 10 |