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

2019-06-22 Thread khanchi97 (Sushil khanchi)
khanchi97 added a comment. In D6490#95689 , @mharbison72 wrote: > In D6490#95686 , @khanchi97 wrote: > >> In D6490#95355 , @markand wrote: >> >>>

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

2019-06-21 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. In D6490#95686 , @khanchi97 wrote: > In D6490#95355 , @markand wrote: > >> In D6490#95328 , @mharbison72 wrote: >> >>>

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

2019-06-21 Thread khanchi97 (Sushil khanchi)
khanchi97 added a comment. In D6490#95383 , @martinvonz wrote: > Could you also update relnotes/next (documenting either the new flag or config option, whatever this patch ends up doing)? Sure REPOSITORY rHG Mercurial CHANGES SINCE

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

2019-06-21 Thread khanchi97 (Sushil khanchi)
khanchi97 added a comment. In D6490#95355 , @markand wrote: > In D6490#95328 , @mharbison72 wrote: > >> In D6490#95305 , @pulkit wrote: >> >>> I

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

2019-06-18 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. Could you also update relnotes/next (documenting either the new flag or config option, whatever this patch ends up doing)? REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6490/new/ REVISION DETAIL

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

2019-06-18 Thread markand (David Demelier)
markand added a comment. In D6490#95328 , @mharbison72 wrote: > In D6490#95305 , @pulkit wrote: > >> I think adding a `--force` flag to `hg commit` is not a nice option. force can mean a lot of

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

2019-06-18 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. In D6490#95305 , @pulkit wrote: > I think adding a `--force` flag to `hg commit` is not a nice option. force can mean a lot of things and here except in closing the non-head changeset, it is no-op. > For

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

2019-06-18 Thread pulkit (Pulkit Goyal)
pulkit added a comment. I think adding a `--force` flag to `hg commit` is not a nice option. force can mean a lot of things and here except in closing the non-head changeset, it is no-op. For example, I am in middle of a rebase, tried to commit, it says rebase in progress. I see there

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

2019-06-15 Thread khanchi97 (Sushil khanchi)
khanchi97 retitled this revision from "branch: add --force flag to close branch from a not-head changeset" to "commit: add --force flag to close branch from a non-head changeset". khanchi97 updated this revision to Diff 15531. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE