# # # patch "ChangeLog" # from [675bb47863b8d0d589ff3c5c6b5725d5b63305ca] # to [fe9b40c6f09906829962f90c7641c6ded7010fee] # # patch "commands.cc" # from [5dbabb79ad5b349e82e485d4abb470a57d400fcd] # to [0afe441c27aa918bc589a69620687bf1415c29ac] # ============================================================ --- ChangeLog 675bb47863b8d0d589ff3c5c6b5725d5b63305ca +++ ChangeLog fe9b40c6f09906829962f90c7641c6ded7010fee @@ -1,3 +1,7 @@ +2006-03-31 Nathaniel Smith + + * commands.cc (update): Print branch name when updating. + 2006-04-01 Henry Nestler * contrib/mtbrowse.sh: Bookkeeping directory _MTN ============================================================ --- commands.cc 5dbabb79ad5b349e82e485d4abb470a57d400fcd +++ commands.cc 0afe441c27aa918bc589a69620687bf1415c29ac @@ -2904,6 +2904,7 @@ if (app.revision_selectors.size() == 0) { + P(F("updating along branch '%s'...") % app.branch_name); set candidates; pick_update_candidates(r_old_id, app, candidates); N(!candidates.empty(),