summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-06-10 12:27:24 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-06-10 12:27:24 +0200
commitf3e3a2d40e736e368678adf1c4d2793535dc9acc (patch)
tree7d582c348bf81af226e1cbd92d6a558318239fb1
parentf87fab03bade8a049b318df68dfa4c361fab944c (diff)
show 'bzr branch' as 'bzr get' is deprecated (LP: #1011032)
-rw-r--r--cmdline/apt-get.cc2
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 0636489cb..ef16a7870 100644
--- a/cmdline/apt-get.cc
+++ b/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());
diff --git a/debian/changelog b/debian/changelog
index adcf0d956..91511f2e7 100644
--- a/debian/changelog
+++ b/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