diff contrib/dockerlib.sh @ 36974:435b8b05affd

uncommit: simplify condition for keeping commit We used to keep the commit if it would have become empty and --keep was not passed. Since we just changed it so we also keep it if any patterns were passed on the command line, the only remaining case where we prune the commit is when no arguments were passed and --keep was not passed either, we can simplify the "not files and not allowempty" to just "not allowempty". Let's also rename "allowempty" to "keepcommit" since it's no longer about allowing an empty commit. Differential Revision: https://phab.mercurial-scm.org/D2891
author Martin von Zweigbergk <martinvonz@google.com>
date Sat, 17 Mar 2018 09:33:17 -0700
parents a3ac1ea611ce
children 1335bbfb066f
line wrap: on
line diff