ソースを参照

show 'bzr branch' as 'bzr get' is deprecated (LP: #1011032)

David Kalnischkies 14 年 前
コミット
f3e3a2d40e
共有2 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 1 1
      cmdline/apt-get.cc
  2. 1 0
      debian/changelog

+ 1 - 1
cmdline/apt-get.cc

@@ -2499,7 +2499,7 @@ bool DoSource(CommandLine &CmdL)
 		  Src.c_str(), vcs.c_str(), uri.c_str());
 	 if(vcs == "Bzr") 
 	    ioprintf(c1out,_("Please use:\n"
-			     "bzr get %s\n"
+			     "bzr branch %s\n"
 			     "to retrieve the latest (possibly unreleased) "
 			     "updates to the package.\n"),
 		     uri.c_str());

+ 1 - 0
debian/changelog

@@ -10,6 +10,7 @@ apt (0.9.5.2) UNRELEASED; urgency=low
       is broken as it happens e.g. for external resolver errors
     - print URIs for all changelogs in case of --print-uris,
       thanks to Daniel Hartwig for the patch! (Closes: #674897)
+    - show 'bzr branch' as 'bzr get' is deprecated (LP: #1011032)
   * debian/apt-utils.links:
     - the internal resolver 'apt' is now directly installed in
       /usr/lib/apt/solvers, so don't instruct dh to create a broken link