darcs

Issue 1792 no-deps should tell you when it skips patches due to dependencies

Title no-deps should tell you when it skips patches due to dependencies
Priority feature Status given-up
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, kowey
Assigned To
Topics Matchers, UI

Created on 2010-03-24.17:11:40 by kowey, last changed 2017-07-30.23:44:48 by gh.

Messages
msg10490 (view) Author: kowey Date: 2010-03-24.17:11:34
I think that when you say darcs pull --match X --no-deps and it skips
over some patches due to the dependencies, it should tell you so.

   $ darcs pull --match X --no-deps
   Skipped 3 matching patches due to dependencies
   ...
   Shall I pull this patch? [yn...]

Notice how "Skipping..." is the very first line in this example (it may
not always be the case, but in this particular example, some of the
matched patches it would have offered have been skipped).

Implementor: be careful to only count the matched patches (or argue the UI)
History
Date User Action Args
2010-03-24 17:11:40koweycreate
2017-07-30 23:44:48ghsetstatus: needs-implementation -> given-up