[PATCH 2 of 2] test-split: stabilize for Windows

2017-12-21 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1513928288 18000 # Fri Dec 22 02:38:08 2017 -0500 # Node ID feaadb8201a95e7a3f36ab3d62c1f942c4faa297 # Parent e3de939009d730b1e26ba37b59a0d2178adef6ef test-split: stabilize for Windows - $PYTHON needs to be quoted

[PATCH 1 of 2] lfs: use ui.note() and ui.debug() instead of ui.write() and their flags

2017-12-21 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1513917106 18000 # Thu Dec 21 23:31:46 2017 -0500 # Node ID e3de939009d730b1e26ba37b59a0d2178adef6ef # Parent bb6a80fc969a2c5da80cbb7f29de7ca576c4e251 lfs: use ui.note() and ui.debug() instead of ui.write() and their

Re: [PATCH 7 of 7] lfs: only hardlink between the usercache and local store if the blob verifies

2017-12-21 Thread Kevin Bullock
> On Dec 21, 2017, at 14:39, Matt Harbison wrote: > > # HG changeset patch > # User Matt Harbison > # Date 1513883619 18000 > # Thu Dec 21 14:13:39 2017 -0500 > # Node ID 909f1310d199e4b5f542e1e72b07f2bf992dd7a7 > # Parent

Re: [PATCH 3 of 7] lfs: add note messages indicating what store holds the lfs blob

2017-12-21 Thread Kevin Bullock
> On Dec 21, 2017, at 14:39, Matt Harbison wrote: > > # HG changeset patch > # User Matt Harbison > # Date 1513724024 18000 > # Tue Dec 19 17:53:44 2017 -0500 > # Node ID 1a68987ba0c3fa2494a8fae8321cddd0876efd7f > # Parent

Re: [PATCH 4 of 4] templater: look up symbols/resources as if they were separated (issue5699)

2017-12-21 Thread Kevin Bullock
> On Dec 21, 2017, at 09:08, Yuya Nishihara wrote: > > # HG changeset patch > # User Yuya Nishihara > # Date 1513862259 -32400 > # Thu Dec 21 22:17:39 2017 +0900 > # Node ID 9d50cfedc380d05dfbe0ed8b9360603b61b3c601 > # Parent

mercurial@35464: 7 new changesets

2017-12-21 Thread Mercurial Commits
7 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/5bec509dc1ff changeset: 35458:5bec509dc1ff user:Yuya Nishihara date:Tue Dec 19 21:41:39 2017 +0900 summary: log: make "slowpath" condition slightly more readable

D1720: debug: add newlines at the end of three locations that appear to need it

2017-12-21 Thread spectral (Kyle Lippincott)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG7906354cbc68: debug: add newlines at the end of three locations that appear to need it (authored by spectral, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1719: debug: remove an 'if ui.debug()' that is not doing anything

2017-12-21 Thread spectral (Kyle Lippincott)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG3bb1a647ab42: debug: remove an if ui.debug() that is not doing anything (authored by spectral, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1720: debug: add newlines at the end of three locations that appear to need it

2017-12-21 Thread krbullock (Kevin Bullock)
krbullock accepted this revision. krbullock added a comment. This revision is now accepted and ready to land. Sure, queued. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1720 To: spectral, #hg-reviewers, krbullock Cc: krbullock, mercurial-devel

D1719: debug: remove an 'if ui.debug()' that is not doing anything

2017-12-21 Thread krbullock (Kevin Bullock)
krbullock accepted this revision. krbullock added a comment. This revision is now accepted and ready to land. Seems reasonable. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1719 To: spectral, #hg-reviewers, krbullock Cc: krbullock, quark, mercurial-devel

D1591: visibility: improve the message when accessing filtered obsolete rev

2017-12-21 Thread krbullock (Kevin Bullock)
krbullock requested changes to this revision. krbullock added a comment. This revision now requires changes to proceed. One nit, otherwise looks nice! INLINE COMMENTS > obsutil.py:780 > +else: > +return 'superseed_split' > + These should be 'superseded' and

Re: [PATCH 3 of 3] test-ssh: convert dumpenv to python for Windows

2017-12-21 Thread Matt Harbison
> On Dec 17, 2017, at 2:42 PM, Matt Harbison wrote: > > >> On Dec 17, 2017, at 2:07 PM, Gregory Szorc wrote: >> >>> On Sun, Dec 17, 2017 at 10:44 AM, Matt Harbison >>> wrote: >>> >>> > On Dec 16, 2017, at 7:27 PM, Matt

[PATCH 6 of 7] lfs: verify lfs object content when transferring to and from the remote store

2017-12-21 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1510895205 18000 # Fri Nov 17 00:06:45 2017 -0500 # Node ID d86777c0c198848df6e9083272685a202bebe534 # Parent 3ffb73f5ab3b12511008dc8496c913bd639f3f38 lfs: verify lfs object content when transferring to and from the

[PATCH 4 of 7] test-lfs: add tests around corrupted lfs objects

2017-12-21 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1510890773 18000 # Thu Nov 16 22:52:53 2017 -0500 # Node ID 51a98a20b44618eade6d9227cc8c5473b44450f5 # Parent 1a68987ba0c3fa2494a8fae8321cddd0876efd7f test-lfs: add tests around corrupted lfs objects These are mostly

[PATCH 7 of 7] lfs: only hardlink between the usercache and local store if the blob verifies

2017-12-21 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1513883619 18000 # Thu Dec 21 14:13:39 2017 -0500 # Node ID 909f1310d199e4b5f542e1e72b07f2bf992dd7a7 # Parent d86777c0c198848df6e9083272685a202bebe534 lfs: only hardlink between the usercache and local store if the

[PATCH 5 of 7] lfs: narrow the exceptions that trigger a transfer retry

2017-12-21 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1512441664 18000 # Mon Dec 04 21:41:04 2017 -0500 # Node ID 3ffb73f5ab3b12511008dc8496c913bd639f3f38 # Parent 51a98a20b44618eade6d9227cc8c5473b44450f5 lfs: narrow the exceptions that trigger a transfer retry The

[PATCH 2 of 7] tests: teach `f` to handle sha256 checksums

2017-12-21 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1513820793 18000 # Wed Dec 20 20:46:33 2017 -0500 # Node ID 00f733da93f18119d262e988985661c55c1707c3 # Parent 8675cce538f01075e9ef13c521d5c9db3e59e6f3 tests: teach `f` to handle sha256 checksums diff --git a/tests/f

[PATCH 3 of 7] lfs: add note messages indicating what store holds the lfs blob

2017-12-21 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1513724024 18000 # Tue Dec 19 17:53:44 2017 -0500 # Node ID 1a68987ba0c3fa2494a8fae8321cddd0876efd7f # Parent 00f733da93f18119d262e988985661c55c1707c3 lfs: add note messages indicating what store holds the lfs blob

[PATCH 1 of 7] tests: fix a bug in `f` that prevented calculating sha1sum on a file

2017-12-21 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1513820472 18000 # Wed Dec 20 20:41:12 2017 -0500 # Node ID 8675cce538f01075e9ef13c521d5c9db3e59e6f3 # Parent 44fd4cfc6c0ad3107cacad10c76ed38bd74948f4 tests: fix a bug in `f` that prevented calculating sha1sum on a

D1739: filemerge: only raise InMemoryMergeConflictsError when running _xmerge

2017-12-21 Thread phillco (Phil Cohen)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGef7e667a4f7b: filemerge: only raise InMemoryMergeConflictsError when running _xmerge (authored by phillco, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1740: journal: use pager

2017-12-21 Thread quark (Jun Wu)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG6f754b0fe54e: journal: use pager (authored by quark, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1740?vs=4568=4571 REVISION DETAIL

Re: [PATCH] paper: minor adjustments to table styles

2017-12-21 Thread Augie Fackler
> On Dec 21, 2017, at 9:45 AM, Anton Shestakov wrote: > > # HG changeset patch > # User Anton Shestakov > # Date 1513863320 -28800 > # Thu Dec 21 21:35:20 2017 +0800 > # Node ID cdf339ec88f4264c40d3613912f49988001ebc32 > # Parent

[PATCH 3 of 4] templater: move repo, ui and cache to per-engine resources

2017-12-21 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1513861530 -32400 # Thu Dec 21 22:05:30 2017 +0900 # Node ID c06827f22f361f8e1ff3431c18ed0734708149ed # Parent 420618063c2cf0ab50e06e075b2feb49eef77767 templater: move repo, ui and cache to per-engine resources diff --git

[PATCH 1 of 4] templater: look up mapping table through template engine

2017-12-21 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1513857805 -32400 # Thu Dec 21 21:03:25 2017 +0900 # Node ID 692f9bbcae0853b547ab0c2f2d9d0b93ede85ab0 # Parent b520c8f98e1e47dd221df9cfeeaaa2d19c6dc4e9 templater: look up mapping table through template engine These functions

[PATCH 4 of 4] templater: look up symbols/resources as if they were separated (issue5699)

2017-12-21 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1513862259 -32400 # Thu Dec 21 22:17:39 2017 +0900 # Node ID 9d50cfedc380d05dfbe0ed8b9360603b61b3c601 # Parent c06827f22f361f8e1ff3431c18ed0734708149ed templater: look up symbols/resources as if they were separated (issue5699)

[PATCH 2 of 4] templater: keep default resources per template engine (API)

2017-12-21 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1513859346 -32400 # Thu Dec 21 21:29:06 2017 +0900 # Node ID 420618063c2cf0ab50e06e075b2feb49eef77767 # Parent 692f9bbcae0853b547ab0c2f2d9d0b93ede85ab0 templater: keep default resources per template engine (API) This allows

D1736: osutil: add a function to unblock signals

2017-12-21 Thread quark (Jun Wu)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG8652ab4046e4: osutil: add a function to unblock signals (authored by quark, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1736?vs=4561=4569

D1737: commandserver: unblock SIGCHLD

2017-12-21 Thread quark (Jun Wu)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG3a119a423953: commandserver: unblock SIGCHLD (authored by quark, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1737?vs=4562=4570 REVISION

[PATCH] paper: minor adjustments to table styles

2017-12-21 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov # Date 1513863320 -28800 # Thu Dec 21 21:35:20 2017 +0800 # Node ID cdf339ec88f4264c40d3613912f49988001ebc32 # Parent 4273260ac0d6e9bcb293607c7bdc16d0d246e6e9 # EXP-Topic hgweb-more-info paper: minor adjustments to table styles