# # patch "ChangeLog" # from [ca7af199e3ec7cbe2e7333e3a4c107ed23161796] # to [bacbb1a91ee1d2137c9e1af3544ac838844ff091] # # patch "commands.cc" # from [818f7619b1575c088d33bc2c100362021bdbc04e] # to [58614444e3fc5147e0f78a685ad92615d505c3f1] # =============================================== --- ChangeLog ca7af199e3ec7cbe2e7333e3a4c107ed23161796 +++ ChangeLog bacbb1a91ee1d2137c9e1af3544ac838844ff091 @@ -1,3 +1,7 @@ +2005-07-27 Nathaniel Smith + + * commands.cc: ALIAS(mv, rename). ALIAS(rm, drop). + 2005-07-26 Nathaniel Smith * change_set.cc (dump): Add state_renumbering dumper. =============================================== --- commands.cc 818f7619b1575c088d33bc2c100362021bdbc04e +++ commands.cc 58614444e3fc5147e0f78a685ad92615d505c3f1 @@ -1108,6 +1108,7 @@ update_any_attrs(app); } +ALIAS(rm, drop); CMD(rename, "working copy", "SRC DST", "rename entries in the working copy", OPT_NONE) @@ -1130,6 +1131,7 @@ update_any_attrs(app); } +ALIAS(mv, rename) // fload and fmerge are simple commands for debugging the line // merger. fcommit is a helper for making single-file commits to monotone