Hmm, it seems bazaar is broken since I updated it. Downgraded, so now I can make a patch. The tortoise UI doesn't seem to provide me with an option to make a patch, but cmdline diff works. So how do I apply a patch?
Thanks, Johan
-----Original Message----- From: Krzysztof Kosiński [mailto:tweenk.pl@...400...] Sent: zondag 17 januari 2010 17:14 To: Engelen, J.B.C. (Johan) Cc: inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] bazaar - how to make a patch
W dniu 17 stycznia 2010 17:13 użytkownik Krzysztof Kosiński <tweenk.pl@...400...> napisał:
Patch of changes in branch xxx relative to branch yyy: bzr diff --old path/to/xxx --new path/to/yyy
Oops, of course it should be bzr diff --old path/to/yyy --new path/to/xxx
Regards, Krzysztof