From: Catalin Marinas Date: Wed, 28 May 2008 21:02:01 +0000 (+0100) Subject: Allow the Repository.get_stack() to get a default argument X-Git-Tag: v0.15-rc1~222 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/13b26f1a18467e94b444d30d26b3e573c49ebfb3?hp=13b26f1a18467e94b444d30d26b3e573c49ebfb3 Allow the Repository.get_stack() to get a default argument If no argument or if it is None, it returns the current stack. This is useful for many of the functions taking a --branch option. Signed-off-by: Catalin Marinas ---