darcs

Issue 949 list in darcsman.hs/man_organizer duplicates Darcs.TheCommands.command_control_list

Title list in darcsman.hs/man_organizer duplicates Darcs.TheCommands.command_control_list
Priority wishlist Status duplicate
Milestone Resolved in
Superseder list in darcsman.hs/man_organizer duplicates Darcs.TheCommands.command_control_list
View: 948
Nosy List darcs-devel, dmitry.kurochkin, kowey, thorkilnaur, tommy, twb
Assigned To
Topics

Created on 2008-07-04.03:34:37 by twb, last changed 2009-08-27.14:01:07 by admin.

Messages
msg5176 (view) Author: twb Date: 2008-07-04.03:34:33
This list in darcsman.hs

  man_organizer commands = mo commands
                           [("CREATING REPOSITORIES",
                             ["initialize","get"]),
                            ("MODIFYING REPOSITORY CONTENTS",
                             ["add","remove","mv","replace"]),
                            ("WORKING WITH CHANGES",
                             ["record","pull","push","send","apply"]),
                            ("SEEING WHAT YOU'VE DONE",
                             ["whatsnew","query"])
                           ]

Is a stale copy of Darcs.TheCommands.command_control_list

  command_control_list = [Group_name "Changing and querying the working copy:",
                  Command_data add,
                  Command_data remove, Hidden_command unadd, Hidden_command rm,
                  Command_data mv, Hidden_command move,
                  Command_data replace,
  [...]

Instead of rendering uppercased .SH (section headings), I suggest
making a single .SH COMMANDS, then output roff thusly:

    .PP <group name (including colon)>
    .TP
    .B <command name>
    <command help string>
    [...]

Using .PP (simple paragraph) in this way allows the ordinary
Group_name strings to be used; the current approach of .SH would
result in the Group_name strings not fitting on one line (since .SH
use a larger font).
History
Date User Action Args
2008-07-04 03:34:37twbcreate
2008-07-04 08:43:12koweysetpriority: wishlist
status: unread -> duplicate
superseder: + list in darcsman.hs/man_organizer duplicates Darcs.TheCommands.command_control_list
nosy: tommy, beschmi, dagit, twb
2009-08-06 21:09:08adminsetnosy: + dmitry.kurochkin, simon, kowey, thorkilnaur, - beschmi
2009-08-11 00:18:18adminsetnosy: - dagit
2009-08-25 18:13:08adminsetnosy: + darcs-devel, - simon
2009-08-27 14:01:07adminsetnosy: tommy, kowey, darcs-devel, twb, thorkilnaur, dmitry.kurochkin