It doesn't seem wise to depend on gbp's defaults' not changing, so all
the settings that describe the repository layout are now in there.
[DEFAULT]
-# Use DEP-14 branch names.
-debian-branch=debian/latest
-upstream-branch=upstream/latest
+# Repository-layout settings. These include ones that are gbp
+# defaults just in case the defaults change.
+pristine-tar = False
+upstream-branch = upstream/latest
+upstream-tag = upstream/%(version)s
+upstream-tree = TAG
+debian-branch = debian/latest
+debian-tag = debian/%(version)s
+
# Allow work on any branch.
-ignore-branch=True
+ignore-branch = True