[PATCH 5 of 5 shelve-ext] shelve: move unshelve-finishing logic to a separate function

2016-11-13 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1478876487 28800 # Fri Nov 11 07:01:27 2016 -0800 # Node ID c34ee36f4e7fe6b04ea1b4e2f032e995fe65d6c5 # Parent dce4581dcae386c3d3b420911350d176c0423520 shelve: move unshelve-finishing logic to a separate function Fin

[PATCH 2 of 5 shelve-ext] shelve: move commit restoration logic to a separate function

2016-11-13 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1478803866 28800 # Thu Nov 10 10:51:06 2016 -0800 # Node ID bce5daba05f23d87b3231c7dd28014f881b4de32 # Parent 45dbc9a803375958310bced301227b02802372b0 shelve: move commit restoration logic to a separate function diff

[PATCH 3 of 5 shelve-ext] shelve: move rebasing logic to a separate function

2016-11-13 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1478804230 28800 # Thu Nov 10 10:57:10 2016 -0800 # Node ID 36d052f32bf4efe1f17b8cf3cf022b1f032298f2 # Parent bce5daba05f23d87b3231c7dd28014f881b4de32 shelve: move rebasing logic to a separate function Rebasing re

[PATCH 6 of 8 shelve-ext v2] shelve: move actual created commit shelving to a separate function

2016-11-10 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1478776040 28800 # Thu Nov 10 03:07:20 2016 -0800 # Node ID f2a82865a03b0f36478fae50f60b00aa64d806c2 # Parent 455f00c4d332ae42498a4089aa4a54f135c802ed shelve: move actual created commit shelving to a separate fu

[PATCH 8 of 8 shelve-ext v2] shelve: move shelve-finishing logic to a separate function

2016-11-10 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1478776541 28800 # Thu Nov 10 03:15:41 2016 -0800 # Node ID 2188194ca1ee86953855e0d2fb9396ec18636ed9 # Parent d77543b3c0f6cd8dfc00be6060ef93743d98eeeb shelve: move shelve-finishing logic to a separate function With

[PATCH 2 of 8 shelve-ext v2] shelve: move shelve name generation to a separate function

2016-11-10 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1478776975 28800 # Thu Nov 10 03:22:55 2016 -0800 # Node ID dc50b5aa86a26417f3f6dee97ea762da3d891f1d # Parent ee1dc341d44f9408bdf960eb5a97abf1a1c69930 shelve: move shelve name generation to a separate function Th

[PATCH 5 of 8 shelve-ext v2] shelve: move 'nothing changed' messaging to a separate function

2016-11-10 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1478777581 28800 # Thu Nov 10 03:33:01 2016 -0800 # Node ID 455f00c4d332ae42498a4089aa4a54f135c802ed # Parent 5e827a6196fe903c16123068ce8b312e5840ae57 shelve: move 'nothing changed' messaging to a separate fu

[PATCH 3 of 8 shelve-ext v2] shelve: move mutableancestors to not be a closure

2016-11-10 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1478777047 28800 # Thu Nov 10 03:24:07 2016 -0800 # Node ID 98fdb6cda2b2cb38435560134c52a4ebb8859b45 # Parent dc50b5aa86a26417f3f6dee97ea762da3d891f1d shelve: move mutableancestors to not be a closure There's no

[PATCH 7 of 8 shelve-ext v2] shelve: move unknown files handling to a separate function

2016-11-10 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1478776828 28800 # Thu Nov 10 03:20:28 2016 -0800 # Node ID d77543b3c0f6cd8dfc00be6060ef93743d98eeeb # Parent f2a82865a03b0f36478fae50f60b00aa64d806c2 shelve: move unknown files handling to a separate function This

[PATCH 1 of 8 shelve-ext v2] shelve: move possible shelve file extensions to a single place

2016-11-10 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1478776040 28800 # Thu Nov 10 03:07:20 2016 -0800 # Node ID ee1dc341d44f9408bdf960eb5a97abf1a1c69930 # Parent 494d5cec0b07653a6b5dec768dea92ffa987 shelve: move possible shelve file extensions to a single

Re: [PATCH 3 of 8 shelve-ext] shelve: move argument processing out of the locked code

2016-11-09 Thread Kostia Balytskyi
On 11/9/16, 10:04 AM, "Durham Goode" <dur...@fb.com> wrote: On 11/8/16 1:51 PM, Kostia Balytskyi wrote: > # HG changeset patch > # User Kostia Balytskyi <ikos...@fb.com> > # Date 1478527237 28800 > # Mon Nov 07 0

Re: [PATCH 2 of 8 shelve-ext] shelve: move shelve name generation to a separate function

2016-11-09 Thread Kostia Balytskyi
On 11/9/16, 10:01 AM, "Durham Goode" <dur...@fb.com> wrote: On 11/8/16 1:51 PM, Kostia Balytskyi wrote: > # HG changeset patch > # User Kostia Balytskyi <ikos...@fb.com> > # Date 1478527237 28800 > # Mon Nov 07 0

[PATCH 6 of 8 shelve-ext] shelve: move 'nothing changed' messaging to a separate function

2016-11-08 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1478543425 28800 # Mon Nov 07 10:30:25 2016 -0800 # Node ID 31ef2cba32928a93982ea6adea2d189030ce18bf # Parent 30a215efa288dea9294407037ed962d9ec466b23 shelve: move 'nothing changed' messaging to a separate function

[PATCH 8 of 8 shelve-ext] shelve: move unknown files handling to a separate function

2016-11-08 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1478543425 28800 # Mon Nov 07 10:30:25 2016 -0800 # Node ID 3a015218113bab2d079327c89609796392d37652 # Parent 914e385828e4597d1e1ae0a97d8cd24a32d8e029 shelve: move unknown files handling to a separate function diff

[PATCH 2 of 8 shelve-ext] shelve: move shelve name generation to a separate function

2016-11-08 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1478527237 28800 # Mon Nov 07 06:00:37 2016 -0800 # Node ID 334f462a1c345e5fa453ea641281ef9713789718 # Parent b2d851fac63c8e12605948c7d182f86974b5096c shelve: move shelve name generation to a separate function diff

[PATCH 3 of 8 shelve-ext] shelve: move argument processing out of the locked code

2016-11-08 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1478527237 28800 # Mon Nov 07 06:00:37 2016 -0800 # Node ID b75505c45921802d9480f1629fca4fdd7f9394d3 # Parent 334f462a1c345e5fa453ea641281ef9713789718 shelve: move argument processing out of the locked code diff

[PATCH 4 of 8 shelve-ext] shelve: move mutableancestors to not be a closure

2016-11-08 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1478527237 28800 # Mon Nov 07 06:00:37 2016 -0800 # Node ID 391086e9759e7787fbf8eb2b78202bfc2267245c # Parent b75505c45921802d9480f1629fca4fdd7f9394d3 shelve: move mutableancestors to not be a closure diff --git a

[PATCH evolve-ext] tests: adjust tests to respect cmd flag negation from core

2016-10-04 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1475575213 25200 # Tue Oct 04 03:00:13 2016 -0700 # Branch stable # Node ID 322d537de6654e211c2f10e5c55d974fdc0c90b2 # Parent 8f902ec9ed9a296d92c2c2df1536af8c44b5321c tests: adjust tests to respect cmd flag negatio

Re: [PATCH remotenames-ext] bookmarks: adopt the formatter isplain method

2016-10-03 Thread Kostia Balytskyi
On 10/3/16, 5:29 PM, "Mercurial-devel on behalf of Kevin Bullock" <mercurial-devel-boun...@mercurial-scm.org on behalf of kbullock+mercur...@ringworld.org> wrote: > On Oct 3, 2016, at 10:48, Kostia Balytskyi <ikos...@fb.com> wrote: > > # HG chan

[PATCH remotenames-ext] tests: adjust tests to respect negation in cmd flags

2016-10-03 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1475505045 25200 # Mon Oct 03 07:30:45 2016 -0700 # Node ID e4c0713ea86204b900a2e1cce238f61e4bef2062 # Parent 3aa5c4dbf5086615dbbe42b0d2d9fd5ca0488cf1 tests: adjust tests to respect negation in cmd flags diff --git a

[PATCH remotenames-ext] bookmarks: adopt the formatter isplain method

2016-10-03 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1475508913 25200 # Mon Oct 03 08:35:13 2016 -0700 # Node ID bc204ce8544ee98aed0119cbf5eec6a3618bf0db # Parent e4c0713ea86204b900a2e1cce238f61e4bef2062 bookmarks: adopt the formatter isplain method Main hg repo c

[PATCH remotenames-ext] tests: fix failures related to double->single quote changes

2016-09-22 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1474562531 25200 # Thu Sep 22 09:42:11 2016 -0700 # Node ID 3aa5c4dbf5086615dbbe42b0d2d9fd5ca0488cf1 # Parent 7a6c5ff76f225c8ebe9baef9d5ef753da915aa8b tests: fix failures related to double->single quote changes d

[PATCH evolve-ext] evolve: fix the way evolve checks whether dirstate.write has arguments

2016-09-22 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi <ikos...@fb.com> # Date 1474560467 25200 # Thu Sep 22 09:07:47 2016 -0700 # Branch stable # Node ID ac125f907dfe8f85d0c2771b3f71eaec788d9ea0 # Parent 8f902ec9ed9a296d92c2c2df1536af8c44b5321c evolve: fix the way evolve checks whether dirstate

<    1   2   3