From: Catalin Marinas Date: Wed, 22 Nov 2006 20:14:58 +0000 (+0000) Subject: Add a boundary to parse_patches() X-Git-Tag: v0.14.3~411 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/ceba3178f434c2a1fc4c839459efe15b9953fe7c?hp=ceba3178f434c2a1fc4c839459efe15b9953fe7c Add a boundary to parse_patches() This is useful since specifying the ".." range would generate all the applied and unapplied patches for commands like "show" and "delete". With this patch, the boundary is crossed only if specifically asked (i.e. the first and last patch of the range are on each side of the boundary). Signed-off-by: Catalin Marinas ---