darcs

Issue 1222 darcs send --no-deps documentation is misleading

Title darcs send --no-deps documentation is misleading
Priority bug Status given-up
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, kowey, thorkilnaur, twb, vmiklos
Assigned To twb
Topics Documentation

Created on 2008-11-11.13:14:26 by vmiklos, last changed 2017-07-30.23:40:35 by gh.

Messages
msg6653 (view) Author: vmiklos Date: 2008-11-11.13:14:24
Hi,

It seems [darcs send] --no-deps is not about "don't automatically
fulfill dependencies" (according to the doc), but about "if you select
foo and it depends on bar, then don't include foo, either".

See
http://thread.gmane.org/gmane.comp.version-control.darcs.user/15569/focus=15596
for more context.

Thanks.
msg6688 (view) Author: thorkilnaur Date: 2008-11-18.20:16:14
Thanks for reporting this.

And twb: From the referred mail, I presume it is appropriate to assign this to 
you.

Thanks and best regards
Thorkil
msg9512 (view) Author: twb Date: 2009-11-30.07:17:36
Miklos Vajna wrote:
> It seems [darcs send] --no-deps is not about "don't automatically
> fulfill dependencies" (according to the doc), but about "if you select
> foo and it depends on bar, then don't include foo, either".
> 
> See
> http://thread.gmane.org/gmane.comp.version-control.darcs.user/15569/focus=15596
> for more context.

Sorry for the delay.  The documentation Miklos is referring to is the
short option string (seen with "darcs send --help").

Due to the way these option "short strings" are currently implemented,
the string has to be the same for ALL commands that use --no-deps.
Whatever I change it to, must make sense for pull, push, obliterate,
unrecord AND send.

Since I don't use --no-deps myself, I'll have to spend some time
grokking its meaning (in all those commands) before I can prepare a
patch.  This won't happen soon, because I consider this to be a
low-priority issue.
History
Date User Action Args
2008-11-11 13:14:26vmikloscreate
2008-11-18 20:16:16thorkilnaursetpriority: bug
nosy: + twb
status: unread -> unknown
messages: + msg6688
assignedto: twb
2009-08-10 23:51:24adminsetnosy: - dagit
2009-08-18 09:22:33koweysetstatus: unknown -> needs-implementation
nosy: kowey, vmiklos, simon, twb, thorkilnaur, dmitry.kurochkin
topic: + Documentation
2009-08-25 17:34:21adminsetnosy: + darcs-devel, - simon
2009-08-27 14:26:15adminsetnosy: kowey, vmiklos, darcs-devel, twb, thorkilnaur, dmitry.kurochkin
2009-11-30 07:17:40twbsetmessages: + msg9512
2017-07-30 23:40:35ghsetstatus: needs-implementation -> given-up