Re: [fossil-users] branch from current branch

2015-08-03 Thread Andy Goth
On 7/27/2015 6:58 AM, Luca Ferrari wrote: Hi, this can be goofy, but is there a way to instrument fossil to create a new branch from the current one instead of having to specify it? So something like: $ fossil branch new MYBRANCH instead of $ fossil branch new MYBRANCH trunk I didn't

Re: [fossil-users] branch from current branch

2015-07-28 Thread Andy Bradford
Thus said Stephan Beal on Tue, 28 Jul 2015 07:25:17 +0200: fwiw, in libfossil i've found that '.' is useful as an alias for the local checkout version (incl. local changes), which is normally different from the 'current' version. I thought ``current'' did refer to the local checkout

Re: [fossil-users] branch from current branch

2015-07-28 Thread Stephan Beal
On Tue, Jul 28, 2015 at 5:12 PM, Andy Bradford amb-fos...@bradfords.org wrote: Thus said Stephan Beal on Tue, 28 Jul 2015 07:25:17 +0200: fwiw, in libfossil i've found that '.' is useful as an alias for the local checkout version (incl. local changes), which is normally different

Re: [fossil-users] branch from current branch

2015-07-27 Thread Andy Bradford
Thus said Luca Ferrari on Mon, 27 Jul 2015 13:58:42 +0200: this can be goofy, but is there a way to instrument fossil to create a new branch from the current one instead of having to specify it? What about? $ fossil branch new MYBRANCH current Andy -- TAI64 timestamp: 400055b6c311

Re: [fossil-users] branch from current branch

2015-07-27 Thread bch
*valuable TAG. (Mobile keyboards ..) On Jul 27, 2015 7:10 PM, bch brad.har...@gmail.com wrote: Current might be a pretty valuable yeah to throw away as a sentinel. What about . (dot, period)? On Jul 27, 2015 4:46 PM, Andy Bradford amb-fos...@bradfords.org wrote: Thus said Luca Ferrari on

Re: [fossil-users] branch from current branch

2015-07-27 Thread bch
Current might be a pretty valuable yeah to throw away as a sentinel. What about . (dot, period)? On Jul 27, 2015 4:46 PM, Andy Bradford amb-fos...@bradfords.org wrote: Thus said Luca Ferrari on Mon, 27 Jul 2015 13:58:42 +0200: this can be goofy, but is there a way to instrument fossil to

Re: [fossil-users] branch from current branch

2015-07-27 Thread Stephan Beal
On Tue, Jul 28, 2015 at 4:10 AM, bch brad.har...@gmail.com wrote: Current might be a pretty valuable yeah to throw away as a sentinel. What about . (dot, period)? fwiw, in libfossil i've found that '.' is useful as an alias for the local checkout version (incl. local changes), which is