X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=dgit;h=6cdf8d28a699070b84eb0cf1fca283f635ff2f23;hb=19669291927ee91dbea3c47a412161b32859df88;hp=7ca97c57f018f5b59df7ca92aa6868f8fa8ee503;hpb=ef5cfec1b71cc39d1077d8822e739e4cf1a8a36d;p=dgit.git diff --git a/dgit b/dgit index 7ca97c57..6cdf8d28 100755 --- a/dgit +++ b/dgit @@ -551,7 +551,7 @@ our %defcfg = ('dgit.default.distro' => 'debian', 'dgit.default.ssh' => 'ssh', 'dgit.default.archive-query' => 'madison:', 'dgit.default.sshpsql-dbname' => 'service=projectb', - 'dgit.default.dgit-tag-format' => 'old,new,maint', + 'dgit.default.dgit-tag-format' => 'new,old,maint', # old means "repo server accepts pushes with old dgit tags" # new means "repo server accepts pushes with new dgit tags" # maint means "repo server accepts split brain pushes"