5 patches for repository http://darcs.net/screened:
patch f44cc42e15f37b942e3cf2b07b0b4ea3feda1101
Author: Gian Piero Carrubba <gpiero@rm-rf.it>
Date: Sun Jul 19 18:39:02 CEST 2026
* unhide commands `status' and `check'
This is so that they can be autocompleted by the shell.
The criteria are:
- they are not deprecated
- they are not plain aliases to conventional commands
(e.g.: they include non-default options)
patch b4e12a7e4f6ead93841be4de0e86a72f7fce8359
Author: Gian Piero Carrubba <gpiero@rm-rf.it>
Date: Sun Jul 19 18:49:01 CEST 2026
* add fish completion
The Fish shell ships its own completion for darcs, but it doesn't use darcs'
facilities for shell completion. That means changes in darcs aren't
automatically reflected in the shell completion and a certain amount of
maintenance is required for keeping it in sync.
This version of fish completion for darcs is less featureful but also requires
virtually no maintenance.
patch 246efb16e99bdfda0614279f4ac8b52ae605d951
Author: Gian Piero Carrubba <gpiero@rm-rf.it>
Date: Sun Jul 19 20:52:27 CEST 2026
* always include the option/command description in the output for shell completion
Modify the shell completion files in contrib/ accordingly.
patch 44c93a05f59981d3e1ac15e58b6b44122acac31a
Author: Gian Piero Carrubba <gpiero@rm-rf.it>
Date: Sun Jul 19 20:56:15 CEST 2026
* remove the dependency on fgl
It was a leftover from before the rewrite of show dependencies included in
patch 3a8e57ef9fed776f62a3538f8842b6593546e368
patch 282a9313fbc9a5be66c395235c0adfedacd62e3f
Author: Gian Piero Carrubba <gpiero@rm-rf.it>
Date: Sun Jul 19 21:16:13 CEST 2026
* accept issue2742: clone --no-working-dir doesn't correctly populate pristine dir
Attachments
|