[PATCH] rebase: fail-fast pull if working dir is not clean

2017-01-02 Thread Valters Vingolds
# HG changeset patch # User Valters Vingolds # Date 1483272989 -3600 # Sun Jan 01 13:16:29 2017 +0100 # Branch stable # Node ID 390134fdec5612ec59f33c02ca45e969839b3a1b # Parent 7817df5585db1d87d3f6c7f496085c86d87e2e9a rebase: fail-fast pull if working dir is not clean Refuse to run &#x

Re: [PATCH] rebase: fail-fast pull if working dir is not clean

2017-01-04 Thread Valters Vingolds
Hi, sure - I will look into this. On Wed, Jan 4, 2017 at 4:53 PM, Pierre-Yves David < pierre-yves.da...@ens-lyon.org> wrote: > > > On 01/02/2017 10:18 AM, Valters Vingolds wrote: > >> # HG changeset patch >> # User Valters Vingolds >> # Date 1483272989 -360

[PATCH V2] hgweb: add missing slash to file log url in rss style

2017-01-04 Thread Valters Vingolds
# HG changeset patch # User Anton Shestakov # Date 1481212776 -28800 # Thu Dec 08 23:59:36 2016 +0800 # Branch stable # Node ID 7817df5585db1d87d3f6c7f496085c86d87e2e9a # Parent 76e970c8f53071463032e9d0d81092a277b85b9a hgweb: add missing slash to file log url in rss style diff --git a/mercu

[PATCH V2] rebase: fail-fast the pull if working dir is not clean (BC)

2017-01-04 Thread Valters Vingolds
# HG changeset patch # User Valters Vingolds # Date 1483272989 -3600 # Sun Jan 01 13:16:29 2017 +0100 # Branch stable # Node ID 7aa236c41f585c2f3cf1e714708cb3232159367d # Parent 7817df5585db1d87d3f6c7f496085c86d87e2e9a rebase: fail-fast the pull if working dir is not clean (BC) Refuse to

[PATCH V2] hgweb: add missing slash to file log url in rss style

2017-01-04 Thread Valters Vingolds
Apologies - my handling of patchbomb misfired (I put in wrong rev number!) :( Please disregard. -- Valters Vingolds ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

[PATCH V3] rebase: fail-fast the pull if working dir is not clean (BC)

2017-01-05 Thread Valters Vingolds
# HG changeset patch # User Valters Vingolds # Date 1483272989 -3600 # Sun Jan 01 13:16:29 2017 +0100 # Node ID e34ac9f0b311708613ae5d18b5791768a90e3582 # Parent 0064a1eb28e246ded9b726c696d048143d1b23f1 rebase: fail-fast the pull if working dir is not clean (BC) Refuse to run 'hg

Re: [PATCH V2] hgweb: add missing slash to file log url in rss style

2017-01-05 Thread Valters Vingolds
ask to confirm. Which means the suggested patchbomb config in ContributingChanges page is misleading currently. On Thu, Jan 5, 2017 at 12:06 PM, Pierre-Yves David < pierre-yves.da...@ens-lyon.org> wrote: > > > On 01/04/2017 05:56 PM, Valters Vingolds wrote: > >> Ap

Re: [PATCH V3] rebase: fail-fast the pull if working dir is not clean (BC)

2017-01-06 Thread Valters Vingolds
stence of state-file in .hg/ dir]... On Fri, Jan 6, 2017 at 7:56 AM, Pierre-Yves David < pierre-yves.da...@ens-lyon.org> wrote: > (that was a fast new version, thanks for the reactivity ☺) > > On 01/05/2017 09:21 AM, Valters Vingolds wrote: > >>

[PATCH] rebase: replace stray call of 'os.path.exists' with repo.vfs.exists at 'hg summary' hook

2017-01-06 Thread Valters Vingolds
# HG changeset patch # User Valters Vingolds # Date 1483693121 -3600 # Fri Jan 06 09:58:41 2017 +0100 # Node ID 80ce9f02d8481f8d22d057753088283522cc2539 # Parent 62a41fd87dabf0e6fb631a9e9ba1aabfe7e0f801 rebase: replace stray call of 'os.path.exists' with repo.vfs.exists at &#

[PATCH 3 of 3 V4] rebase tests: remove test that touched 'rebasestate' directly

2017-01-06 Thread Valters Vingolds
# HG changeset patch # User Valters Vingolds # Date 1483701570 -3600 # Fri Jan 06 12:19:30 2017 +0100 # Node ID 7dbf18edd08f5de0c74df8b3256bc62146081dd0 # Parent f9ef0679fabea8ef0ab65aa7f76258e248473a8e rebase tests: remove test that touched 'rebasestate' directly diff --git a/

[PATCH 2 of 3 V4] rebase tests: verify that we will abort pull early during graft in progress

2017-01-06 Thread Valters Vingolds
# HG changeset patch # User Valters Vingolds # Date 1483701359 -3600 # Fri Jan 06 12:15:59 2017 +0100 # Node ID f9ef0679fabea8ef0ab65aa7f76258e248473a8e # Parent ba648b03fc21c8213d580c8ed193002511e3f872 rebase tests: verify that we will abort pull early during graft in progress Created (a

[PATCH 1 of 3 V4] rebase: fail-fast the pull if working dir is not clean (BC)

2017-01-06 Thread Valters Vingolds
# HG changeset patch # User Valters Vingolds # Date 1483272989 -3600 # Sun Jan 01 13:16:29 2017 +0100 # Node ID ba648b03fc21c8213d580c8ed193002511e3f872 # Parent 011122b3b1c42374fb0489d107418e1be3665ca6 rebase: fail-fast the pull if working dir is not clean (BC) Refuse to run 'hg

[PATCH V5] rebase: fail-fast the pull if working dir is not clean (BC)

2017-01-07 Thread Valters Vingolds
# HG changeset patch # User Valters Vingolds # Date 1483272989 -3600 # Sun Jan 01 13:16:29 2017 +0100 # Node ID 73c1068ae4b9ba4de6c7a20ff10754b6f3b9bb85 # Parent 011122b3b1c42374fb0489d107418e1be3665ca6 rebase: fail-fast the pull if working dir is not clean (BC) Refuse to run 'hg

[PATCH] rebase: provide detailed hint to abort message if working dir is not clean

2017-01-10 Thread Valters Vingolds
# HG changeset patch # User Valters Vingolds # Date 1484037147 -3600 # Tue Jan 10 09:32:27 2017 +0100 # Node ID 90b94e9a35acd2f8b7ec74211a0b3e01fe70215b # Parent 656598cf7dd2204dc3553c10e1ac83dc5db8f296 rebase: provide detailed hint to abort message if working dir is not clean Detailed