Aug 26, 2005 |
19 years 4 months | 2005-08-26 Richard Levitte <richard@levitte.org> |
19 years 4 months | 2005-08-25 Nathaniel Smith <njs@pobox.com> |
19 years 4 months | 2005-08-25 Nathaniel Smith <njs@pobox.com> |
19 years 4 months | 2005-08-25 Nathaniel Smith <njs@pobox.com> |
19 years 4 months | 2005-08-25 Nathaniel Smith <njs@pobox.com> |
19 years 4 months | * mt_version.cc (print_full_version): Merged strings. |
19 years 4 months | 2005-08-25 Nathaniel Smith <njs@pobox.com> |
19 years 4 months | propagate from branch 'net.venge.monotone' (head
eb95ff8c336ab71cfbfa582dca501b4e41d1bc3d) |
19 years 4 months | Support for git tags importing. |
19 years 4 months | Introduce walk_tree_absolute(), which is like walk_tree() but does
not pay any attention to the process' cwd. Will be useful for git
tags importing. |
19 years 4 months | 2005-08-25 Nathaniel Smith <njs@pobox.com> |
Aug 25, 2005 |
19 years 4 months | capture_cmd_output(): Fix system() return value test, which was
negated by the oops() -> N() change. This makes importing work
again. |
19 years 4 months | Pass the filebuf object around as a reference and let it live in the
caller's stack frame, rather than allocate it in
capture_cmd_object() and pass the pointer. Much safer and cleaner.
Suggested by njs. |
19 years 4 months | capture_cmd_output(): Use a temporary string object 'cmdline'
instead of building it two times in row. Suggested by njs. |
19 years 4 months | Clean up the exception handling. This means using N() and E()
instead of throwing oopses, and P() instead of ui.inform().
Suggested by njs. |
19 years 4 months | fusion de 5696a58488259eabbf55759f08f956a3accd36a4 |
19 years 4 months | * commands.cc (safe_gettext): New function. |
19 years 4 months | Unify the incremental terminology - change 'incremental
merging/pulls' to 'incremental import(s)'. Also remove it from the
TODO list since it's already implemented. |
19 years 4 months | Describe the a bit funny peek-eof while loop, per njs' request. |
19 years 4 months | Support tracking of the executability of files properly. Also, do
not create manifest objects for subdirectories - that just junks up
the database by objects normally never referenced. |