Message5582
On Sun, Jun 05, 2016 at 08:09:46PM +0000, John Rouillard wrote:
> Can you tell me how to get your changes from:
>
> ssh://hg@bitbucket.org/wtking/roundup
>
> in patch form?
I'm not particularly familiar with Mercurial, so there's probably a
better way to do this. But after cloning the repository:
$ hg clone ssh://hg@bitbucket.org/wtking/roundup
$ cd roundup
You can see the commits as patches:
$ hg log -p -r master..issue2550763
Or use patchbomb [1] to write them to an mbox:
$ hg email -m patches.mbox -r master..issue2550763
In both cases, that pulls in the master commit from my repo
(4636:f338c19b0a6d), so you either want to ignore that commit or
change the rev options to ‘-r 5473d677a151..issue2550763’.
[1]: https://www.mercurial-scm.org/wiki/PatchbombExtension |
|
Date |
User |
Action |
Args |
2016-06-05 22:26:14 | wking | set | recipients:
+ wking, rouilj |
2016-06-05 22:26:14 | wking | link | issue2550763 messages |
2016-06-05 22:26:14 | wking | create | |
|