| Aug 11, 2010 |
| 13 years 5 months | * monotone.texi: we do not store public keys anywhere else than in |
| Aug 12, 2010 |
| 13 years 5 months | * moved Richard's netsync --anonymous feature from 1.0 to 1.1 |
| 13 years 5 months | - Added support for Monotone version 0.48 by adding the update()
method. |
| 13 years 5 months | More documentation updates that were missed off last time. |
| 13 years 5 months | Prepared files for the 0.09 release. |
| Aug 13, 2010 |
| 13 years 5 months | The default for --keydir got lost, so put it back. |
| 13 years 5 months | - The directory up button now displays `busy' state feedback when
doing stuff. |
| Aug 14, 2010 |
| 13 years 5 months | - Improved the busy and event handling in changes made previously. |
| 13 years 5 months | - Made display updates scalable depending upon how big the number of
items to |
| Aug 15, 2010 |
| 13 years 5 months | merge in mainline changes |
| 13 years 5 months | make sanity track debug-ness separately from verbosity, because
debug messages don't get captured by stdio |
| 13 years 5 months | Test debugness handling. |
| 13 years 5 months | Move code from verbosity test to common/automate_stdio.lua . Also,
forgot to actually 'mtn add' the verbosity test last time. |
| 13 years 5 months | Don't use --debug, --verbosity=n, --reallyquiet. Instead, allow
multiple -q or -v (--verbose) options. |
| 13 years 5 months | merge in mainline changes |
| 13 years 5 months | If we can't write a dump file, see if creating the containing
directory helps. |
| 13 years 5 months | The default accept_testresult_change() has changed, so update the
documentation to match. |
| Aug 16, 2010 |
| 13 years 5 months | * options_list.hh: missing closing bracket in option string |
| 13 years 5 months | * its still 'version --full', not 'version --verbose' |
| 13 years 5 months | * since the user can no longer directly set the verbosity variable,
its useless to tell him that we're setting it internally to -2 for
the --reallyquiet option |