Re: [fossil-users] Follow-up to reverting missing files

2016-11-14 Thread Warren Young
On Nov 12, 2016, at 4:52 AM, arnoldemu wrote: > > That is useful. What would the windows equivalent command-line? There really isn’t an equivalent because Windows has no equivalents to the key mechanisms used in Andy’s two commands: 1. Command substitution:

Re: [fossil-users] Follow-up to reverting missing files

2016-11-12 Thread arnoldemu
Hi Andy, That is useful. What would the windows equivalent command-line? ___ 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] Follow-up to reverting missing files

2016-11-09 Thread K. Fossil user
9 novembre 2016 3h03 Objet : [fossil-users] Follow-up to reverting missing files With my enhanced changes command, the way to revert all missing files is:fossil revert $(fossil changes -missing)If your shell doesn't have $(...) command substitution, use `...` backticks instead.If you're unlucky

[fossil-users] Follow-up to reverting missing files

2016-11-08 Thread Andy Goth
With my enhanced changes command, the way to revert all missing files is: fossil revert $(fossil changes -missing) If your shell doesn't have $(...) command substitution, use `...` backticks instead. If you're unlucky enough to have files with spaces in their names, you'll need: fossil changes