Re: [fossil-users] Incomplete help command output / manpage

2015-05-14 Thread Stephan Beal
On Wed, May 13, 2015 at 11:38 PM, Stéphane Aulery saul...@legtux.org
wrote:

 Le mercredi 13 mai 2015 à 03:42:30, Warren Young a écrit :
  On May 13, 2015, at 3:14 PM, Stéphane Aulery saul...@legtux.org wrote:
  
   I could not find how to report this bug to
   the tracker. This is subject to the Agreement as well as the
   contribution of code?
 
  I think you can consider it reported.

 And if I had another, how I should do aside post on the list?


This list is the preferred approach.

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do. -- Bigby Wolf
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Incomplete help command output / manpage

2015-05-13 Thread Stéphane Aulery
Hello,

I use fossil 1.29 on Debian and the output of fossil help

add changes gdiff   mv  rm  timeline
addremove   clean   helpopenrss ui
all clone   import  praise  settingsundo
annotatecommit  infopullsqlite3 update
bisect  diffinitpushstash   version
blame   export  jsonrebuild status
branch  extras  ls  remote-url  sync
cat finfo   merge   revert  tag


Fossil's manpage says:

addco info   rename ticket
addremove  commit init   revert timeline
allconfiguration  leaves rm ui
annotate   deconstructls scrub  undo
artifact   delete merge  search unset
bisect descendantsmv server update
branch diff   newsettings   user
cgiexport open   sha1sumversion
changesextras pull   sqlite3wiki
checkout   finfo  push   stash  winsrv
ci gdiff  rebuildstatus zip
clean  help   reconstructsync
clone  http   redo   tag
close  import remote-url tarball


And online documentation http://www.fossil-scm.org/fossil/help lists a
lot of others commands.

Regards,

-- 
Stéphane Aulery
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Incomplete help command output / manpage

2015-05-13 Thread Warren Young
On May 13, 2015, at 1:37 PM, Stéphane Aulery saul...@legtux.org wrote:
 
 I use fossil 1.29 on Debian

Recent versions of Fossil know “fossil help -a”, which fixes the discrepancy 
you have found.  Perhaps 1.29 also knows “fossil help -a”?

While I do enjoy using binary packages myself, I only use Fossil binary 
packages to download the current code from fossil-scm.org, which I compile and 
install, then I remove the binary package.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Incomplete help command output / manpage

2015-05-13 Thread Warren Young
On May 13, 2015, at 3:14 PM, Stéphane Aulery saul...@legtux.org wrote:
 
 These sub options seem
 counterproductive. They are not all named in the result of fossil
 help”.

Fossil 1.32 does mention -a in “fossil help” output.

But you’re right, it fails to mention other global flags, like --user.

 While I do enjoy using binary packages myself, I only use Fossil binary
 packages to download the current code from fossil-scm.org, which I compile
 and install, then I remove the binary package.
 
 It is an option to consider. I could not find how to report this bug to
 the tracker. This is subject to the Agreement as well as the
 contribution of code?

I think you can consider it reported.

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Incomplete help command output / manpage

2015-05-13 Thread Stéphane Aulery
Le mercredi 13 mai 2015 à 10:33:05, Stephan Beal a écrit :
 On Wed, May 13, 2015 at 9:37 PM, Stéphane Aulery saul...@legtux.org wrote:
 
  I use fossil 1.29 on Debian and the output of fossil help
 
  add changes gdiff   mv  rm  timeline
  addremove   clean   helpopenrss ui
  all clone   import  praise  settingsundo
  annotatecommit  infopullsqlite3 update
  bisect  diffinitpushstash   version
  blame   export  jsonrebuild status
  branch  extras  ls  remote-url  sync
  cat finfo   merge   revert  tag
 
 
  Fossil's manpage says:
 
 
 This project does not maintain a manpage - that came from somewhere else
 (likely a Debian maintainer).

You're right. I let myself be fooled by the lack of precision in this
manual page. It's a Debianism.

-- 
Stéphane Aulery
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Incomplete help command output / manpage

2015-05-13 Thread Stéphane Aulery
Le mercredi 13 mai 2015 à 02:36:24, Warren Young a écrit :
 On May 13, 2015, at 1:37 PM, Stéphane Aulery saul...@legtux.org wrote:
  
  I use fossil 1.29 on Debian
 
 Recent versions of Fossil know “fossil help -a”, which fixes the
 discrepancy you have found. Perhaps 1.29 also knows “fossil help -a”?

Yes, it knows it.

Sorry, I did not see the -a option. These sub options seem
counterproductive. They are not all named in the result of fossil
help. Especially that fossil help -a really does not show all, while
fossil help - really shows everything (except web pages).


 While I do enjoy using binary packages myself, I only use Fossil binary
 packages to download the current code from fossil-scm.org, which I compile
 and install, then I remove the binary package.

It is an option to consider. I could not find how to report this bug to
the tracker. This is subject to the Agreement as well as the
contribution of code?


-- 
Stéphane Aulery
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Incomplete help command output / manpage

2015-05-13 Thread Stephan Beal
On Wed, May 13, 2015 at 9:37 PM, Stéphane Aulery saul...@legtux.org wrote:

 Hello,

 I use fossil 1.29 on Debian and the output of fossil help

 add changes gdiff   mv  rm  timeline
 addremove   clean   helpopenrss ui
 all clone   import  praise  settingsundo
 annotatecommit  infopullsqlite3 update
 bisect  diffinitpushstash   version
 blame   export  jsonrebuild status
 branch  extras  ls  remote-url  sync
 cat finfo   merge   revert  tag


 Fossil's manpage says:


This project does not maintain a manpage - that came from somewhere else
(likely a Debian maintainer).


 And online documentation http://www.fossil-scm.org/fossil/help lists a
 lot of others commands.


Because it covers the current trunk, which is far, far removed from version
1.29 ;).


-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do. -- Bigby Wolf
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Incomplete help command output / manpage

2015-05-13 Thread Stéphane Aulery
Le mercredi 13 mai 2015 à 03:42:30, Warren Young a écrit :
 On May 13, 2015, at 3:14 PM, Stéphane Aulery saul...@legtux.org wrote:
  
  I could not find how to report this bug to
  the tracker. This is subject to the Agreement as well as the
  contribution of code?
 
 I think you can consider it reported.

And if I had another, how I should do aside post on the list?

-- 
Stéphane Aulery
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users