From: David Kågedal Date: Fri, 14 Sep 2007 22:31:29 +0000 (+0200) Subject: Split Series.push_patch in two X-Git-Tag: v0.14~77 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/fe25b999a6259b475a2c377ded94e20abbb12034?ds=inline;hp=fe25b999a6259b475a2c377ded94e20abbb12034 Split Series.push_patch in two The push_patch() function has a complex control flow and actually does two different things depending on the 'empty' parameter. This patch splits it in two functions without other code changes. Later patches will refactor the code to simplify it. Signed-off-by: David Kågedal Signed-off-by: Karl Hasselström ---