Apr 22, 2007 |
17 years 6 months | * monotone.cc: This is annoying me to no end... word-wrap long lines
in |
17 years 6 months | * commands.cc, commands.hh, monotone.cc: Get rid of the |
17 years 6 months | * cmd.hh, cmd_automate.cc, cmd_db.cc, commands.cc, monotone.cc, |
17 years 6 months | * cmd_automate.cc: automate is a child of automation. |
17 years 6 months | * cmd.hh: Add an idea on how to write the description for the
automate |
17 years 6 months | * monotone.zsh_completion: Complete paths in subdirectories, too. |
17 years 6 months | * cmd_automate.cc: Automation commands do use workspace options. |
17 years 6 months | * automate.cc, cmd.hh, cmd_automate.cc, cmd_diff_log.cc,
cmd_files.cc, |
17 years 6 months | * cmd_db.cc: Convert the 'db' command group to the new
"framework" to |
17 years 6 months | * commands.cc: Adjust the behavior of two errors to match what the
test |
17 years 6 months | * commands.cc: Do not ignore hidden commands when there is an exact
match. |
17 years 6 months | * commands.cc: Fix exact matching; exposed by the command_completion
test |
17 years 6 months | * cmd.hh, commands.cc: Also respect aliases in non-leaf names of a
command. |
17 years 6 months | * commands.cc: Resolve ambiguities if there is a match at the lowest
level. |
17 years 6 months | * commands.cc, commands.hh, monotone.cc: Fix parsing of options. |
17 years 6 months | * simplestring_xform.cc, simplestring_xform.hh: Make join_words work
when |
17 years 6 months | * monotone.cc: Use the correct args vector so that options do not
distort |
17 years 6 months | * command.cc: Use I() instead of assert(). |
17 years 6 months | * commands.cc: Also respect aliases when printing the command's help. |
17 years 6 months | * cmd.hh, commands.cc: Respect aliases when generating completions. |