Re: [PATCH 7 of 7 STABLE] bookmarks: actual fix for race condition deleting bookmark

2019-06-23 Thread Yuya Nishihara
On Sun, 23 Jun 2019 18:42:16 -0400, Matt Harbison wrote: > On Thu, 20 Jun 2019 22:04:14 -0400, Pierre-Yves David > wrote: > > > # HG changeset patch > > # User Pierre-Yves David > > # Date 1561081840 -7200 > > # Fri Jun 21 03:50:40 2019 +0200 > > # Branch stable > > # Node ID

Re: [PATCH 7 of 7 STABLE] bookmarks: actual fix for race condition deleting bookmark

2019-06-23 Thread Matt Harbison
On Thu, 20 Jun 2019 22:04:14 -0400, Pierre-Yves David wrote: # HG changeset patch # User Pierre-Yves David # Date 1561081840 -7200 # Fri Jun 21 03:50:40 2019 +0200 # Branch stable # Node ID 8611e1183db406463655af0b196cba6fcd2cf8a9 # Parent ddd62edfa406e3b84483cafcaa93927ca917d0cd #

D6503: statecheck: added support for STATES

2019-06-23 Thread martinvonz (Martin von Zweigbergk)
martinvonz added inline comments. INLINE COMMENTS > martinvonz wrote in state.py:100-102 > We should probably put all the boolean options together and the message > overrides together (as they already are). Maybe move `stopflag` and > `reportonly` before `cmdmsg`? Could you move `stopflag`

D6484: states: moved cmdutil.unfinishedstates to state.py

2019-06-23 Thread martinvonz (Martin von Zweigbergk)
martinvonz added inline comments. INLINE COMMENTS > absorb.py:1015 > if not opts['dry_run']: > -cmdutil.checkunfinished(repo) > +statemod.checkunfinished(repo) > I wonder if we should keep the functions in `cmdutil.py` and let them delegate to the new ones.

D6566: abort: first prototype of hg abort

2019-06-23 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. Need to set the parent of this patch REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6566/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6566 To: taapas1128, #hg-reviewers Cc: martinvonz, mercurial-devel

D6567: abort: added functionality for graft

2019-06-23 Thread taapas1128 (Taapas Agrawal)
taapas1128 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This modifies existing `_abortgraft()` and removes its dependency of `graftstate`. This is done because the operations listed in the previous commits have

D6566: abort: first prototype of hg abort

2019-06-23 Thread taapas1128 (Taapas Agrawal)
taapas1128 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This adds the first prototype for `hg abort`. It includes the logic of `hg abort` and adds a way to register abort funtions for various unfinished

D6568: abort: added support for rebase

2019-06-23 Thread taapas1128 (Taapas Agrawal)
taapas1128 created this revision. Herald added a reviewer: martinvonz. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This creates a new `_abortrebase()` whose arguments are independent of `rebaseruntime` object. Results of tests are

mercurial@42515: new changeset (1 on stable)

2019-06-23 Thread Mercurial Commits
New changeset (1 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/a504aed0a78a changeset: 42515:a504aed0a78a branch: stable tag: tip parent: 42511:044045dce23a user:Matt Harbison date:Sat Jun 22 23:04:52 2019 -0400 summary: help: add a

D6553: shelve: move shelve extension to core

2019-06-23 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh updated this revision to Diff 15634. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6553?vs=15621=15634 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6553/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6553

D6553: shelve: move shelve extension to core

2019-06-23 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh added a comment. @Kwan Thanks for the review. I have updated the patch as you suggested. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6553/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6553 To: navaneeth.suresh,

D6553: shelve: move shelve extension to core

2019-06-23 Thread Kwan (Ian Moody)
Kwan added a comment. You should probably run `hg mv -A hgext/shelve.py mercurial/shelve.py` and amend and re-send to preserve history. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6553/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6553

mercurial@42514: 2 new changesets

2019-06-23 Thread Mercurial Commits
2 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/15f04d652b62 changeset: 42513:15f04d652b62 user:Martin von Zweigbergk date:Fri Jun 21 09:33:57 2019 -0700 summary: drawdag: don't crash when writing copy info to changesets

Re: [PATCH STABLE] help: add a missing blank line to unhide `revlog-compression`

2019-06-23 Thread Yuya Nishihara
On Sat, 22 Jun 2019 23:07:58 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1561259092 14400 > # Sat Jun 22 23:04:52 2019 -0400 > # Branch stable > # Node ID ac12033badc5dc7c53c67a792da30a816212e6d0 > # Parent 044045dce23aaeb3688bcff9bd79d67fa710228f >

D6490: commit: add --force-close-branch flag to close a non-head changeset

2019-06-23 Thread khanchi97 (Sushil khanchi)
khanchi97 edited the summary of this revision. khanchi97 retitled this revision from "commit: add --force flag to close branch from a non-head changeset" to "commit: add --force-close-branch flag to close a non-head changeset". khanchi97 updated this revision to Diff 15633. REPOSITORY rHG