Roundup Tracker - Issues

Message5582

Author wking
Recipients rouilj, wking
Date 2016-06-05.22:26:14
Message-id <20160605222609.GR5011@odin.tremily.us>
In-reply-to <1465157386.36.0.386634852742.issue2550763@psf.upfronthosting.co.za>
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
History
Date User Action Args
2016-06-05 22:26:14wkingsetrecipients: + wking, rouilj
2016-06-05 22:26:14wkinglinkissue2550763 messages
2016-06-05 22:26:14wkingcreate