##// END OF EJS Templates
graft: always allow hg graft --base . (issue6248)...
graft: always allow hg graft --base . (issue6248) `hg graft --base . -r abc` is rejected before this change with a "nothing to merge" error, if `abc` does not descend from `.`. This looks like an artifact of the implementation rather than intended behavior. It makes perfect sense to apply the diff between `.` and `abc` to the working copy (i.e. degenerate into `hg revert`), regardless of what `abc` is. Differential Revision: https://phab.mercurial-scm.org/D8127
Valentin Gatien-Baron -
r44867:218feb1a default
Show More
Name Size Modified Last Commit Author
/ contrib / packaging / docker
centos5 Loading ...
centos6 Loading ...
centos7 Loading ...
centos8 Loading ...
debian.template Loading ...
fedora.template Loading ...
ubuntu.template Loading ...