From acd5a05d6c49e8c2568bd4e58feae7f821f62a8a Mon Sep 17 00:00:00 2001 From: Romain Date: Wed, 7 Feb 2018 18:57:25 +0100 Subject: [PATCH] 'bzr clone' deprecated (use 'bzr branch' instead) Using bazaar I get this advice : ``` $ bzr clone lp:anki i18n The command 'bzr clone' has been deprecated in bzr 2.4. Please use 'bzr branch' instead. $ bzr --version Bazaar (bzr) 2.8.0dev1 Python interpreter: /usr/bin/python 2.7.13 Python standard library: /usr/lib/python2.7 Platform: Linux-4.9.0-5-amd64-x86_64-with-debian-9.3 bzrlib: /usr/lib/python2.7/dist-packages/bzrlib ``` --- README.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.development b/README.development index 2e7b3248d..9daa656b9 100644 --- a/README.development +++ b/README.development @@ -42,7 +42,7 @@ translation services. If you want to use a language other than English: $ cd .. $ mv anki dtop # i18n code expects anki folder to be called dtop -$ bzr clone lp:anki i18n +$ bzr branch lp:anki i18n $ cd i18n $ ./update-mos.sh $ cd ../dtop