X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/06848faba60e1c4e637b15b608e5bd94989c4196..f3b4fbfff9f3042a406f25b8201582c3351cd1ca:/stgit/commands/pick.py?ds=sidebyside diff --git a/stgit/commands/pick.py b/stgit/commands/pick.py index 996e789..400e4eb 100644 --- a/stgit/commands/pick.py +++ b/stgit/commands/pick.py @@ -91,7 +91,7 @@ def func(parser, options, args): # try a direct git-apply first if not git.apply_diff(bottom, top): - git.merge(bottom, git.get_head(), top) + git.merge(bottom, git.get_head(), top, recursive = True) print 'done' elif options.update: