Mercurial > hg
comparison mercurial/filelog.py @ 44555:05654ea5137c
rebase: accept multiple --source arguments (BC)
I think it's a little surprising that `hg rebase -s A -s B` rebases
only `B::` and ignores `A`. That's because the `-s` flag is not a
repeated flag. This patch makes it a repeated flag.
Differential Revision: https://phab.mercurial-scm.org/D8292
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 13 Mar 2020 16:39:32 -0700 |
parents | 687b865b95ad |
children | a5206e71c536 |
comparison
equal
deleted
inserted
replaced
44554:c4c97cabfc16 | 44555:05654ea5137c |
---|