comparison tests/test-help.out @ 1253:a45e717c61a8

Add rename/mv command. This is the logical equivalent of copy and remove, and is in fact implemented as such. It doesn't use the remove command directly.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 14 Sep 2005 16:34:22 -0700
parents a5355fa5e33a
children e6560042b7b8
comparison
equal deleted inserted replaced
1252:94f38724283f 1253:a45e717c61a8
63 pull pull changes from the specified source 63 pull pull changes from the specified source
64 push push changes to the specified destination 64 push push changes to the specified destination
65 rawcommit raw commit interface 65 rawcommit raw commit interface
66 recover roll back an interrupted transaction 66 recover roll back an interrupted transaction
67 remove remove the specified files on the next commit 67 remove remove the specified files on the next commit
68 rename rename files; equivalent of copy + remove
68 revert revert modified files or dirs back to their unmodified states 69 revert revert modified files or dirs back to their unmodified states
69 root print the root (top) of the current working dir 70 root print the root (top) of the current working dir
70 serve export the repository via HTTP 71 serve export the repository via HTTP
71 status show changed files in the working directory 72 status show changed files in the working directory
72 tag add a tag for the current tip or a given revision 73 tag add a tag for the current tip or a given revision
104 pull pull changes from the specified source 105 pull pull changes from the specified source
105 push push changes to the specified destination 106 push push changes to the specified destination
106 rawcommit raw commit interface 107 rawcommit raw commit interface
107 recover roll back an interrupted transaction 108 recover roll back an interrupted transaction
108 remove remove the specified files on the next commit 109 remove remove the specified files on the next commit
110 rename rename files; equivalent of copy + remove
109 revert revert modified files or dirs back to their unmodified states 111 revert revert modified files or dirs back to their unmodified states
110 root print the root (top) of the current working dir 112 root print the root (top) of the current working dir
111 serve export the repository via HTTP 113 serve export the repository via HTTP
112 status show changed files in the working directory 114 status show changed files in the working directory
113 tag add a tag for the current tip or a given revision 115 tag add a tag for the current tip or a given revision