- Timestamp:
- 05/24/05 01:03:13 (8 years ago)
- Hash name:
- 20050523230313-97f81-d657681804ef18650515184b2c92a0e01685ce32
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r315 r321 218 218 For example, this is the script I'm using to test it:: 219 219 220 cd /tmp /p/wc220 cd /tmp 221 221 state_file tailor.state 222 222 source_kind darcs … … 224 224 source_repository /home/lele/WiP/cvsync 225 225 sub_directory cvsync 226 refill_changelogs no 227 patch_name_format [%(module)s] Changeset %(revision)s by %(author)s 226 228 227 229 that, as you can see, specifies the context needed by tailor to do its … … 233 235 available commands. 234 236 235 Current directory: /tmp /p/wc236 Current state file: /tmp/ p/wc/tailor.state237 Current directory: /tmp 238 Current state file: /tmp/tailor.state 237 239 Current source kind: darcs 238 240 Current target kind: svn 239 241 Current source repository: /home/lele/WiP/cvsync 240 242 Sub directory: cvsync 243 Refill changelogs: False 244 Patch name format: [%(module)s] Changeset %(revision)s by %(author)s 241 245 tailor $ help 242 246 243 247 Documented commands (type help <topic>): 244 248 ======================================== 245 EOF get_changes source_module target_module 246 bootstrap logfile source_repository target_repository 247 cd save state_file 248 current_directory show_changes sub_directory 249 exit source_kind target_kind 249 EOF print_executed_commands state_file 250 bootstrap refill_changelogs sub_directory 251 cd remove_first_log_line target_kind 252 current_directory save target_module 253 exit source_kind target_repository 254 logfile source_module 255 patch_name_format source_repository 250 256 251 257 Undocumented commands: … … 255 261 tailor $ help bootstrap 256 262 263 Usage: bootstrap [revision] 264 257 265 Checkout the initial upstream revision, by default HEAD (or 258 266 specified by argument), then import the subtree into the
Note: See TracChangeset
for help on using the changeset viewer.
