Apr 21, 2007 |
17 years 4 months | * simplestring_xform.cc, simplestring_xform.hh: Templatize
split_into_words. |
17 years 4 months | * commands.cc, monotone.cc: Make the top-level command name optional. |
17 years 4 months | * commands.cc, commands.hh, monotone.cc: Make the help command work
again. |
17 years 4 months | * commands.cc: Check that completions work when given aliases. |
17 years 4 months | * commands.cc: Kill the useless format_command_path function. |
Apr 22, 2007 |
17 years 4 months | propagate from branch 'net.venge.monotone' (head
a4800a3947f1f414a33fd0393e4b58efb5729ce4) |
17 years 4 months | * cmd_merging.cc, cmd_ws_commit.cc, commands.cc, commands.hh: Get
rid of |
17 years 4 months | * commands.cc: Do not show hidden commands in help listings. While
doing |
17 years 4 months | * cmd.hh, cmd_automate.cc, cmd_db.cc, cmd_files.cc, cmd_key_cert.cc, |
17 years 4 months | * cmd.hh, commands.cc: Respect aliases when generating completions. |
17 years 4 months | * commands.cc: Also respect aliases when printing the command's help. |
17 years 4 months | * command.cc: Use I() instead of assert(). |
17 years 4 months | * monotone.cc: Use the correct args vector so that options do not
distort |
17 years 4 months | * simplestring_xform.cc, simplestring_xform.hh: Make join_words work
when |
17 years 4 months | * commands.cc, commands.hh, monotone.cc: Fix parsing of options. |
17 years 4 months | * commands.cc: Resolve ambiguities if there is a match at the lowest
level. |
17 years 4 months | * cmd.hh, commands.cc: Also respect aliases in non-leaf names of a
command. |
17 years 4 months | * commands.cc: Fix exact matching; exposed by the command_completion
test |
17 years 4 months | * commands.cc: Do not ignore hidden commands when there is an exact
match. |
17 years 4 months | * commands.cc: Adjust the behavior of two errors to match what the
test |