Mercurial > evolve
comparison CHANGELOG @ 3453:32ed5b6fadd3
grab: add a command to grab a commit and update to it
This patch adds anew command `hg grab` which will pick a commit and put it on
the top of the working directory parent and updates to it.
Earlier grab was an alias for `hg rebase -r <rev> -d .` which is now deleted to
make sure `hg grab` resolves to the grab command and that alias.
Continuing interrupted grab functionality is also there using the evolvestate
class.
Tests are also added for the new introduced command.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Thu, 11 Jan 2018 20:03:20 +0530 |
parents | 6c772398eb4e |
children | b03d955e391e |
comparison
equal
deleted
inserted
replaced
3449:4a1dc4854648 | 3453:32ed5b6fadd3 |
---|---|
1 Changelog | 1 Changelog |
2 ========= | 2 ========= |
3 | |
4 7.3.0 --(in-progress) | |
5 --------------------- | |
6 | |
7 * grab: new command to grab a changeset, put in on wdir parent | |
8 and update to it | |
3 | 9 |
4 7.2.1 --2018-01-20 | 10 7.2.1 --2018-01-20 |
5 ------------------- | 11 ------------------- |
6 | 12 |
7 * compatibility with future Mercurial 4.5 | 13 * compatibility with future Mercurial 4.5 |