Re: [Python-Dev] Useful page in the Hg book

2011-03-16 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17/03/11 02:39, Nick Coghlan wrote: > On Wed, Mar 16, 2011 at 7:09 PM, Nick Coghlan wrote: >> As I'm sure there will be plenty of erring as we get used to Hg: >> http://hgbook.red-bean.com/read/finding-and-fixing-mistakes.html >> >> For simple case

Re: [Python-Dev] Useful page in the Hg book

2011-03-16 Thread Nick Coghlan
On Wed, Mar 16, 2011 at 7:09 PM, Nick Coghlan wrote: > As I'm sure there will be plenty of erring as we get used to Hg: > http://hgbook.red-bean.com/read/finding-and-fixing-mistakes.html > > For simple cases of attempting to push a single commit that gets > rejected by the server, hg rollback/hg p

[Python-Dev] Useful page in the Hg book

2011-03-16 Thread Nick Coghlan
As I'm sure there will be plenty of erring as we get used to Hg: http://hgbook.red-bean.com/read/finding-and-fixing-mistakes.html For simple cases of attempting to push a single commit that gets rejected by the server, hg rollback/hg pull/hg commit/hg push/ may provide a cleaner history than doing