X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Fchangelog;h=f7ab8af8a95c89d179f45e779728761457576a91;hb=9c8977353830c64b2a5068dbf5fde91d9a207da1;hp=d3d41b3956be1768139182ceb2d8608d08420d19;hpb=875890db76dd76cc1169fed3f5a2da5deae5590a;p=dgit.git diff --git a/debian/changelog b/debian/changelog index d3d41b39..f7ab8af8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,10 +10,16 @@ dgit (3.0~) unstable; urgency=medium * dgit config handling: Honour command-line and context-provided suite and distro more reliably and consistently. + Minor new feature: + * distro alias facility in config space. (Primarily for testing.) + * Undocumented --config-lookup-explode= feature. (For testing.) + dgit-badcommit-fixup: * Do not investigate symrefs. Closes:#850547. * Improve debugging output a bit. + * Use refs/dgit-fetch/DISTRO rather than refs/dgit-fetch/DISTRO, + which leads to less duplication and so less clutter. Test suite: * Internal improvements. @@ -24,6 +30,7 @@ dgit (3.0~) unstable; urgency=medium editor if stdout was a tty (!) * Add t-stunt-parsechangelog to a few tests which were missing it. * Tests for the new protocol feature. + * Fail tests if we look up any configuration relating to Debian. --