Re: [fossil-users] Cannot determine user when using -A

2014-06-06 Thread Jan Nijtmans
2014-06-06 2:13 GMT+02:00 Philip Bennefall phi...@blastbay.com: fossil user default philip_bennefall And I get the same message again. It says that it cannot determine user. I don't want to use my computer username for the repository, but I can only get it working if I don't pass -A to fossil

[fossil-users] fossil clean --emptydirs ignores file argument

2014-06-06 Thread Mark Hammons
Normally I can do fossil clean subfolder and have the command clean up everything in that subfolder, but appending the --emptydirs flag causes my subdirectory argument to be ignored and fossil clean attempts to work on the entire repository. I'm currently using version [3d49f04587] of fossil.

[fossil-users] TH scripting question

2014-06-06 Thread Michael Richter
Where do I find the variables and commands Fossil exposes to TH documented? -- Perhaps people don't believe this, but throughout all of the discussions of entering China our focus has really been what's best for the Chinese people. It's not been about our revenue or profit or whatnot. --Sergey

Re: [fossil-users] TH scripting question

2014-06-06 Thread Stephan Beal
On Fri, Jun 6, 2014 at 3:47 PM, Michael Richter ttmrich...@gmail.com wrote: Where do I find the variables and commands Fossil exposes to TH documented? Not the answer you want, but... The commands: [stephan@host:~/cvs/fossil/fossil/src]$ grep 'TH command:' *.c th_main.c:** TH command:

Re: [fossil-users] TH scripting question

2014-06-06 Thread Andy Bradford
Thus said Stephan Beal on Fri, 06 Jun 2014 18:29:26 +0200: [stephan@host:~/cvs/fossil/fossil/src]$ grep 'TH command:' *.c What about these? $ grep 'TH1 command' th_main.c ** TH1 command: combobox NAME TEXT-LIST NUMLINES ** TH1 command: linecount STRING MAX MIN ** TH1 command:

[fossil-users] Links within Fossil

2014-06-06 Thread Scott Robison
I don't think this is currently possible, but I've been wrong before, so let me ask: I know it is possible to link to individual artifacts by ID which displays the source, but is it possible to link to a given line number (range) within a given artifact, perhaps highlighting it in the process? My

[fossil-users] autocrlf like in Git?

2014-06-06 Thread tonyp
Does fossil support or has plans to support autocrlf (like Git)? (Text files internally saved always with Linux line endings, but extracted as Win, Linux, Mac line endings depending on the platform FOSSIL runs on)___ fossil-users mailing list

Re: [fossil-users] autocrlf like in Git?

2014-06-06 Thread Stephan Beal
On Sat, Jun 7, 2014 at 12:15 AM, to...@acm.org wrote: Does fossil support or has plans to support autocrlf (like Git)? (Text files internally saved always with Linux line endings, but extracted as Win, Linux, Mac line endings depending on the platform FOSSIL runs on) Fossil does _no_

Re: [fossil-users] Links within Fossil

2014-06-06 Thread Richard Hipp
On Fri, Jun 6, 2014 at 6:12 PM, Scott Robison sc...@casaderobison.com wrote: I don't think this is currently possible, but I've been wrong before, so let me ask: I know it is possible to link to individual artifacts by ID which displays the source, but is it possible to link to a given line

Re: [fossil-users] TH scripting question

2014-06-06 Thread Stephan Beal
On Fri, Jun 6, 2014 at 10:56 PM, Andy Bradford amb-fos...@bradfords.org wrote: Thus said Stephan Beal on Fri, 06 Jun 2014 18:29:26 +0200: [stephan@host:~/cvs/fossil/fossil/src]$ grep 'TH command:' *.c $ grep 'TH1 command' th_main.c Ah, mixed conventions (TH vs TH1). Probably a historical

Re: [fossil-users] Links within Fossil

2014-06-06 Thread Scott Robison
On Jun 6, 2014 4:20 PM, Richard Hipp d...@sqlite.org wrote: On Fri, Jun 6, 2014 at 6:12 PM, Scott Robison sc...@casaderobison.com wrote: ... is it possible to link to a given line number (range) within a given artifact, perhaps highlighting it in the process? You mean like this:

Re: [fossil-users] Index (was Re: git-fossil-git does not obtain the same commit hashes.)

2014-06-06 Thread Nico Williams
I should add that it's not always possible or desirable to test all commits in a bundle that will be pushed together. A goal of breaking up large commits into smaller ones is to make it easier to understand and backport them, but an engineer working on a backport will have to retest anyways.

Re: [fossil-users] Index (was Re: git-fossil-git does not obtain the same commit hashes.)

2014-06-06 Thread Richard Hipp
On Fri, Jun 6, 2014 at 7:45 PM, Nico Williams n...@cryptonector.com wrote: I should add that it's not always possible or desirable to test all commits in a bundle that will be pushed together. A goal of breaking up large commits into smaller ones is to make it easier to understand and

Re: [fossil-users] TH scripting question

2014-06-06 Thread Andy Bradford
Thus said Stephan Beal on Sat, 07 Jun 2014 00:21:56 +0200: Ah, mixed conventions (TH vs TH1). Probably a historical oversight. i grepped against 'TH ...' because the first example i came across used that. Yes, I actually recently discovered the mixed conventions while testing the ticket

Re: [fossil-users] Index (was Re: git-fossil-git does not obtain the same commit hashes.)

2014-06-06 Thread Andy Bradford
Thus said Nico Williams on Fri, 06 Jun 2014 18:45:13 -0500: I should add that it's not always possible or desirable to test all commits in a bundle that will be pushed together. A goal of breaking up large commits into smaller ones is to make it easier to understand and backport them,

Re: [fossil-users] Index (was Re: git-fossil-git does not obtain the same commit hashes.)

2014-06-06 Thread Nico Williams
On Saturday, June 7, 2014, Andy Bradford amb-sendok-1404710677.ahchkeilcibgninda...@bradfords.org wrote: Thus said Nico Williams on Fri, 06 Jun 2014 18:45:13 -0500: I should add that it's not always possible or desirable to test all commits in a bundle that will be pushed together. A