Re: [Monotone-devel] undoing commits

2019-08-05 Thread Hendrik Boom
On Mon, Aug 05, 2019 at 03:56:02AM -0700, J Decker wrote: > I'm sure it's way late now... but isn't ist just `mtn revert` ? Just checked the documentation: mtn revert undoes changes made to the workspace. It does not undo the most recent commit. So this is not what I want. I just want the

Re: [Monotone-devel] undoing commits

2019-08-05 Thread Hendrik Boom
On Mon, Aug 05, 2019 at 03:56:02AM -0700, J Decker wrote: > I'm sure it's way late now... No, it's not too late. I'm plannint to actually do this stuff later today. > but isn't ist just `mtn revert` ? Might be. Ill look it up now I know what word to look for. Can you do mtn revert twice to

Re: [Monotone-devel] undoing commits

2019-08-05 Thread J Decker
I'm sure it's way late now... but isn't ist just `mtn revert` ? On Mon, Aug 5, 2019 at 3:48 AM Ludovic Brenta wrote: > Le 2019-08-05 02:21, Hendrik Boom a écrit : > > But if were to remove the branch certs (using the first instruction), > > is there also a way to install branch certs for the

Re: [Monotone-devel] undoing commits

2019-08-05 Thread Ludovic Brenta
Le 2019-08-05 02:21, Hendrik Boom a écrit : But if were to remove the branch certs (using the first instruction), is there also a way to install branch certs for the new branch? mtn approve rev [--branch=branchname] [--[no-]update] This command puts rev on the branch branchname (defaults

Re: [Monotone-devel] undoing commits

2019-08-04 Thread Hendrik Boom
On Mon, Aug 05, 2019 at 12:00:26AM +0200, Ludovic Brenta wrote: > Le 2019-08-04 23:45, Hendrik Boom a écrit : > > I committed two revisions on the main branch of development that should > > have been made on a new branch. (just to be awkward, some of those > > edits should have been made on the

Re: [Monotone-devel] undoing commits

2019-08-04 Thread Ludovic Brenta
Le 2019-08-04 23:45, Hendrik Boom a écrit : I committed two revisions on the main branch of development that should have been made on a new branch. (just to be awkward, some of those edits should have been made on the main branch and others not. Each revision is a mixed bag) How can I recover?

[Monotone-devel] undoing commits

2019-08-04 Thread Hendrik Boom
I committed two revisions on the main branch of development that should have been made on a new branch. (just to be awkward, some of those edits should have been made on the main branch and others not. Each revision is a mixed bag) How can I recover? Isn't there some way to remove recent