From: cjwatson <> Date: Fri, 26 Mar 2010 01:00:06 +0000 (+0000) Subject: typo X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=c27110131fe19908dd95ed99705ce8094138d67c;p=blog.git typo --- diff --git a/debian/2010-03-25-thoughts-on-3.0-quilt-format.txt b/debian/2010-03-25-thoughts-on-3.0-quilt-format.txt index 25a2dc79..4e64507c 100644 --- a/debian/2010-03-25-thoughts-on-3.0-quilt-format.txt +++ b/debian/2010-03-25-thoughts-on-3.0-quilt-format.txt @@ -20,7 +20,7 @@ Thoughts on 3.0 (quilt) format
Bad things:
.pc
directory, and the tree checks out in the patched state (as it should), so I needed some way for developers to get quilt working easily after a checkout. This is sort of the reverse of the previous problem, where users had to do something special after dpkg-source -x
, and I consider it less serious so I'm willing to put up with it. I ended up a rune in debian/rules that ought to live somewhere more common..pc
directory, and the tree checks out in the patched state (as it should), so I needed some way for developers to get quilt working easily after a checkout. This is sort of the reverse of the previous problem, where users had to do something special after dpkg-source -x
, and I consider it less serious so I'm willing to put up with it. I ended up with a rune in debian/rules that ought to live somewhere more common.quilt pop -a
, force a merge despite the modified working tree, and then quilt push && quilt refresh -pab
until I get back to the top of the stack, modulo slight fiddliness when a patch disappears entirely; thus effectively using quilt's conflict resolution rather than bzr's. I suppose this will serve as additional incentive to reduce my patch count. I know that people have been working on making this work nicely with topgit, although I'm certainly not going to put up with the rest of git due to that; I'm happy to wait for looms to become usable and integrated. :-)