Timeline
08/25/05:
- 23:51 Changeset in tailor [696] by
- Rename the variable for additional metadirs for coherency
- 23:17 Changeset in tailor [692] by
- tla: shared vs separate source and target SCM working directories 'tla' as …
- 20:03 Changeset in tailor [698] by
- some fixes for monotone
- 06:23 Changeset in tailor [695] by
- Add --ignore-arch-ids cmdline option
- 05:42 Changeset in tailor [694] by
- Add option to tla source to ignore .arch-ids directories
- 05:02 Changeset in tailor [691] by
- Initial GIT target support, using Cogito
- 00:43 Changeset in tailor [689] by
- Monotone DB initialization This definitely needs review from a Monotone …
- 00:40 Changeset in tailor [690] by
- TAG Version 0.9.9
- 00:20 Changeset in tailor [688] by
- Do not redo the checkout if the working dir is already there
08/24/05:
- 23:35 Changeset in tailor [693] by
- Add support for multiple repository METADIRs Adds an additional list, …
- 23:15 Changeset in tailor [687] by
- Bump version number
- 23:12 Changeset in tailor [686] by
- Promote Monotone to first class citizen, after Riccardo's source backend
- 00:57 Changeset in tailor [682] by
- Use a string as default value, not a bool The Python ConfigParser? is very …
- 00:49 Changeset in tailor [681] by
- Set 'shared_basedirs' on both source and target backend This allows …
08/23/05:
- 15:19 Changeset in tailor [680] by
- New option 'tag-entries' on CVS/CVSPS repositories to disable the explicit …
- 15:17 Changeset in tailor [679] by
- Use ReopenableNamedTemporaryFile? instead of mktemp()
- 14:50 Changeset in tailor [678] by
- Override _checkoutUpstreamRevision() for CVS repos-wide revision ID Also, …
- 14:30 Changeset in tailor [677] by
- Consider only explicit options to override the defaults in the …
- 14:22 Changeset in tailor [676] by
- Protect the changelog against unwanted %-interpolations
- 14:21 Changeset in tailor [675] by
- Fix _prepareTargetRepository() for Codeville
- 13:22 Changeset in tailor [674] by
- Fix an svn test bug, introduced by recent changelog.strip()
- 10:57 Changeset in tailor [673] by
- Use absolute path to do the rename trick
- 10:47 Changeset in tailor [672] by
- Retry harder, waiting a few seconds, when svn update fails with status 1
- 02:55 Changeset in tailor [671] by
- Revise the _commit changelog of all backends
- 02:36 Changeset in tailor [670] by
- Strip the changelog, when not refilling
- 02:20 Changeset in tailor [669] by
- Remove spurious escape() of the revision under svn
- 02:16 Changeset in tailor [668] by
- Now start-revision defaults to INITIAL, not HEAD
- 02:09 Changeset in tailor [667] by
- Use "projectname.state" as default name for the state file
08/22/05:
- 23:53 Changeset in tailor [666] by
- Use the tailor-tests directory
- 23:52 Changeset in tailor [665] by
- Use 'raw' to get the patch-name-format option since it contains %(var)s
- 23:51 Changeset in tailor [664] by
- Fixed the MOTD for Darcs and the bootstrap changelog
- 23:50 Changeset in tailor [663] by
- Use the patchname and be somewhat verbose when asked
- 23:49 Changeset in tailor [662] by
- Explain patch-name-format and remove-first-log-line
- 21:51 Changeset in tailor [685] by
- First working monotone source backend
08/21/05:
- 23:29 Changeset in tailor [661] by
- Test CVS->Mercurial with a tiny upstream repository on savannah
- 23:26 Changeset in tailor [660] by
- Compute the path of tailor own repository for the tests This to allow …
- 23:25 Changeset in tailor [659] by
- If there is a module, print it on its own line in the bootstrap message
- 23:24 Changeset in tailor [658] by
- Finalize the state file after bootstrap completion
- 23:21 Changeset in tailor [657] by
- Don't use potentially "fancy" dates under darcs Use instead the compact …
- 14:20 Changeset in tailor [656] by
- Explain [DEFAULT] section in the config
- 14:19 Changeset in tailor [655] by
- Document start-revision
- 13:26 Changeset in tailor [684] by
- getUpstreamChangeset for monotone
08/20/05:
- 23:43 Changeset in tailor [653] by
- Bump the version number
- 23:43 Changeset in tailor [652] by
- Added a predist rule to HTMLize the README
- 23:41 Changeset in tailor [654] by
- TAG Version 0.9.8
- 23:39 Changeset in tailor [651] by
- Detailed the options of the project and repository sections in the config
- 23:13 Changeset in tailor [650] by
- Brown bag bug fixed in the CVS source backend I knew there was a reason …
- 23:07 Changeset in tailor [649] by
- When bootstrapping HEAD revision, do not execute the update
- 23:00 Changeset in tailor [648] by
- Now the command line options have precedence over [DEFAULT] section
- 17:34 Changeset in tailor [683] by
- Added ExternalCommandChain? to monotone.py The monotone backend makes heavy …
- 00:49 Changeset in tailor [647] by
- Project documentation
- 00:42 Changeset in tailor [646] by
- Some fixes and better explanations
08/19/05:
- 23:37 Changeset in tailor [645] by
- Moved the StateFile on its own Most operations performed by the StateFile …
- 23:25 Changeset in tailor [644] by
- Added a title for the whole document
- 22:50 Changeset in tailor [643] by
- Dropped the interactive session
- 22:40 Changeset in tailor [642] by
- Remove outdated documentation
- 20:37 Changeset in tailor [640] by
- Bump version number
- 20:37 Changeset in tailor [639] by
- Implemented the before-commit and after-commit hooks
- 20:35 Changeset in tailor [641] by
- TAG Version 0.9.7
- 20:25 Changeset in tailor [638] by
- Import the ConfigurationError? exception and delimit the project name
- 15:32 Changeset in tailor [637] by
- Keep the references to the various VC together
- 15:27 Changeset in tailor [636] by
- Added a note about darcs recommended version Darcs 1.0.2 had a weaker …
- 15:20 Changeset in tailor [635] by
- Re-fixed (sigh) bazaar spelling and credits to Johan Rydberg
- 13:31 Changeset in tailor [634] by
- Mostly cosmetic space added to match expression
- 11:46 Changeset in tailor [633] by
- When possible (disjuncted subdirs) perform a final diff between the repos
- 11:39 Changeset in tailor [632] by
- Ignore the journal file when it resides under the basedir
- 10:39 Changeset in tailor [631] by
- Do a 'darcs revert' whenever 'darcs pull' reports conflicts Replaying a …
- 01:41 Changeset in tailor [630] by
- Unify bootstrap and update: now the update happens automatically at …
- 01:27 Changeset in tailor [629] by
- Gosh, fixed leftover name
- 01:17 Changeset in tailor [628] by
- Renamed option's destination variable to match the configuration
- 01:07 Changeset in tailor [627] by
- An alternative backend for BazaarNG using bzrlib instead of the frontend
- 00:40 Changeset in tailor [626] by
- Use svn ls to check for repository existence, instead of svn info
- 00:37 Changeset in tailor [625] by
- Revised the interface to _prepareTargetRepository() Now the …
- 00:36 Changeset in tailor [624] by
- New _prepareSourceRepository(), to allow subclasses connect to the …
08/18/05:
- 20:35 Changeset in tailor [623] by
- Fixed old code, the tailorizer.call doesn't need any argument
- 19:49 Changeset in tailor [622] by
- Import needed values from ConfigParser?
- 16:19 Changeset in tailor [621] by
- Be quiet on most darcs commands
- 16:17 Changeset in tailor [620] by
- Even darcs produces conflicts, detect them
- 14:52 Changeset in tailor [619] by
- Reimplement ConfigParser?.get, making better use of the vars keywork …
- 14:49 Changeset in tailor [618] by
- Keep the tests on the configuration together
08/17/05:
- 23:08 Changeset in tailor [616] by
- Bump version number
- 23:06 Changeset in tailor [617] by
- TAG Version 0.9.6
- 23:01 Changeset in tailor [615] by
- Removed old code If backend did (fetching the whole history to find out …
- 19:49 Changeset in tailor [614] by
- Make the state file an interator, and use a journal to avoid rewrite
- 19:46 Changeset in tailor [613] by
- Added a CVS to Darcs test
- 19:43 Changeset in tailor [612] by
- Pass vars to ConfigParser?.get() to override defaults with project's …
- 03:20 Changeset in tailor [611] by
- Perform the bootstrap and the update in the same test
- 03:19 Changeset in tailor [610] by
- Tweaked the test to use disjunct working dirs
- 03:17 Changeset in tailor [609] by
- Do an svn update after each commit Subversion some time fails the commit …
- 02:23 Changeset in tailor [608] by
- Allow disjunct working directories If the source and target repository use …
- 01:27 Changeset in tailor [607] by
- Renamed initializeNewWorkingDir() to importFirstRevision()
- 01:26 Changeset in tailor [606] by
- Renewed the creation of the repository
- 01:03 Changeset in tailor [605] by
- Inlined simple proxy methods
- 01:02 Changeset in tailor [604] by
- Drop the --migrate-config option
- 00:34 Changeset in tailor [603] by
- Make Tailorizer descend from Project
- 00:28 Changeset in tailor [602] by
- Be wiser in darcs _removePathnames()
- 00:03 Changeset in tailor [601] by
- Reprint command output to stderr when in debug mode Now --verbose prints …
- 00:02 Changeset in tailor [600] by
- Moved basic configuration test
08/16/05:
- 23:34 Changeset in tailor [599] by
- Don't be excessively verbose on darcs get/pull
- 23:14 Changeset in tailor [598] by
- Note about methods execution order
- 23:08 Changeset in tailor [597] by
- Removed remaining --bootstrap and --update options bits
- 22:32 Changeset in tailor [595] by
- Collect the possible exceptions in the vcpx module
- 22:15 Changeset in tailor [596] by
- Small improvement to monotone backend
- 13:09 Changeset in tailor [594] by
- ExternalCommand?.execute() returns now a tuple (stdout, stderr)
- 12:24 Changeset in tailor [593] by
- Needs also stderr to catch the errors on monotone
- 12:23 Changeset in tailor [592] by
- Fixed a typo
- 01:30 Changeset in tailor [590] by
- Bump version number
- 01:28 Changeset in tailor [591] by
- TAG Version 0.9.5
- 01:24 Changeset in tailor [589] by
- Reduced the examples, focusing on the config file
- 01:18 Changeset in tailor [588] by
- Use ~/ form to indicate the source repos
- 00:46 Changeset in tailor [587] by
- Revised the defaults for the operational tests Now the darcs2svn migrate …
- 00:43 Changeset in tailor [586] by
- Fix the return value of ExternalCommand?.execute with empty output
- 00:42 Changeset in tailor [585] by
- Raise an OSError when an external command is not found
- 00:41 Changeset in tailor [584] by
- Fixed the selection of the right patch for darcs Now the …
- 00:39 Changeset in tailor [583] by
- Use --to-match instead of --to-patch for darcs get
- 00:31 Changeset in tailor [582] by
- Use singular form for --tag, to indicate latest one
08/15/05:
- 23:46 Changeset in tailor [581] by
- M-x whitespace-cleanup
- 19:00 Changeset in tailor [579] by
- Really don't fail at bootstrap if whole history is missing
- 18:55 Changeset in tailor [580] by
- Drop --bootstrap and --update options Now tailor decides which step …
- 18:50 Changeset in tailor [578] by
- Dont fail at bootstrap if backend system does not fetch whole history
- 18:44 Changeset in tailor [577] by
- Dont fail badly when darcs changes does not return any output
- 18:28 Changeset in tailor [576] by
- Save the state only if something was done
- 18:27 Changeset in tailor [575] by
- Catch KeyboardInterrupt? in apply
- 18:03 Changeset in tailor [574] by
- Revised the applyPendingChangesets() to save the state only once The …
- 18:02 Changeset in tailor [573] by
- Emit a a better and more generic prompt to warn the user about conflict
- 16:09 Changeset in tailor [572] by
- If there are no changesets at bootstrap, raise a better exception
- 15:53 Changeset in tailor [571] by
- Redirect output of external command to /dev/null when it does not matter
- 15:52 Changeset in tailor [570] by
- Remove unused import
- 12:46 Changeset in tailor [569] by
- Use a less invasive --file to pass the logmessage to bzr
- 10:30 Changeset in tailor [568] by
- M-x whitespace-cleanup
- 03:03 Changeset in tailor [567] by
- Workaround for bzr raising an hard error if one file isn't really changed …
- 02:53 Changeset in tailor [566] by
- Fix log_info calls
- 02:30 Changeset in tailor [565] by
- Fix old code still using repository and module arguments
- 02:29 Changeset in tailor [564] by
- Handle the case when sincerev is INITIAL or HEAD
- 02:26 Changeset in tailor [563] by
- Write the pending changesets collected at bootstrap
- 02:24 Changeset in tailor [562] by
- Use getPendingChangesets() at bootstrap time for CVS, and cache them
- 01:58 Changeset in tailor [561] by
- Accept a sincerev argument for getPendingChangesets()
- 01:18 Changeset in tailor [560] by
- Moved the check against empty repository at the checkout step
- 00:58 Changeset in tailor [559] by
- Check for existence of target repository, don't create it twice
08/14/05:
- 23:05 Changeset in tailor [558] by
- Gives better meanings to --verbose and --debug when no config is given …
- 23:04 Changeset in tailor [557] by
- Omit to dump some options in the default config
08/13/05:
- 10:45 Changeset in tailor [556] by
- TAG Version 0.9.4
- 10:44 Changeset in tailor [555] by
- Bump up the version number
- 10:42 Changeset in tailor [554] by
- Mention Tla, and markup fixes
- 10:14 Changeset in tailor [553] by
- tla backend: accept a continuation when checking out the initial revision
- 10:09 Changeset in tailor [552] by
- Initial backend implementation for 'tla' aka Arch 1.x The backend maps the …
08/11/05:
- 16:56 Changeset in tailor [551] by
- Fixed the darcs changes parser to handle remove_directory
- 16:38 Changeset in tailor [550] by
- Removed doubled assertion
08/10/05:
- 15:08 Changeset in tailor [549] by
- Split old _initializeWorkingDir() into _prepareTargetRepository() and …
- 15:06 Changeset in tailor [548] by
- Fixed the initialization of a new bazaar-ng repository
- 09:29 Changeset in tailor [547] by
- Raise an exception when an error occurs at target commit
- 09:28 Changeset in tailor [546] by
- Explicitly use 'cdv edit' on modified entries
- 00:38 Changeset in tailor [545] by
- Removed unused option
- 00:15 Changeset in tailor [544] by
- New svn2darcs test
- 00:13 Changeset in tailor [543] by
- Ignore the state file and the log file produced by tailor
- 00:11 Changeset in tailor [542] by
- Store the name of the logfile
- 00:00 Changeset in tailor [541] by
- Propagate the state_file on both source and target
08/09/05:
- 23:58 Changeset in tailor [540] by
- Moved the state file up to WorkingDir
- 23:57 Changeset in tailor [539] by
- Fix a typo
- 22:16 Changeset in tailor [538] by
- Revised the bootstrap changelog
- 11:24 Changeset in tailor [537] by
- New tests: darcs2bzr and darcs2cdv
- 11:23 Changeset in tailor [536] by
- Override the methods on pathnames, not the one on entries
- 02:27 Changeset in tailor [535] by
- Do nothing if the target repository is not given
- 02:26 Changeset in tailor [534] by
- Cleaner way to initialize and tweak the new darcs repository
- 02:25 Changeset in tailor [533] by
- Pass down the source repository
- 02:22 Changeset in tailor [532] by
- Print also the module of the repository if given
- 02:21 Changeset in tailor [531] by
- Removed spurious import
- 01:44 Changeset in tailor [530] by
- Start from the last tag, not from INITIAL, in darcs2hg
- 01:38 Changeset in tailor [529] by
- TAG Version 0.9.3
- 01:38 Changeset in tailor [528] by
- Bump up the version number
- 01:36 Changeset in tailor [527] by
- Big API change, reducing arguments in favour of instance attributes This …
- 01:24 Changeset in tailor [526] by
- Put the patch name in the changelog too
- 01:15 Changeset in tailor [525] by
- Use 'root-directory' as option name in the config file
- 00:58 Changeset in tailor [524] by
- Operational tests These tests migrate the history of tailor own repository …
- 00:55 Changeset in tailor [523] by
- Be much more exact in pulling a single darcs changeset Instead of relaying …
08/08/05:
- 23:52 Changeset in tailor [522] by
- If not absolute consider the state file relative to the root directory
- 23:43 Changeset in tailor [521] by
- Expand ~user on the repository location
- 23:13 Changeset in tailor [520] by
- Now the default is to not refill changelogs
- 22:48 Changeset in tailor [519] by
- M-x whitespace-cleanup
- 22:21 Changeset in tailor [518] by
- Ignore migrate as default value
08/06/05:
- 22:41 Changeset in tailor [517] by
- Changed default patch name
- 22:37 Changeset in tailor [516] by
- Derive source and target working dir from a common ancestor
- 22:34 Changeset in tailor [515] by
- Moved the various commands inside the Repository for easier configuration
- 18:55 Changeset in tailor [514] by
- M-x whitespace-cleanup
- 18:47 Changeset in tailor [513] by
- Use 'patchname' instead of 'remark'
- 18:22 Changeset in tailor [512] by
- Dropped 'module' as possible keyword in the patch name
- 18:19 Changeset in tailor [511] by
- Get rid of delayed commits
- 18:07 Changeset in tailor [510] by
- M-x whitespace-cleanup
- 09:27 Changeset in tailor [509] by
- Removed useless 'pass'
- 09:27 Changeset in tailor [508] by
- M-x whitespace-cleanup
- 00:36 Changeset in tailor [507] by
- Attach the project to the repository
08/05/05:
- 12:39 Changeset in tailor [506] by
- Some notes about using Python scripts for the configuration
- 12:33 Changeset in tailor [505] by
- Added a new hook executed after application and before final commit
- 12:32 Changeset in tailor [504] by
- If the applied hooks return False, stop the process
- 12:23 Changeset in tailor [503] by
- M-x whitespace-cleanup
- 11:59 Changeset in tailor [502] by
- Allow shebang scripts Now a tailor script can be signed with the usual …
- 11:58 Changeset in tailor [501] by
- Compute the module only when the repository is specified
- 03:21 Changeset in tailor [500] by
- Fixed a cut&paste error
- 03:20 Changeset in tailor [499] by
- Do not specify working dir when it's not needed
- 03:20 Changeset in tailor [498] by
- Remove an useless argument to changesets_from_svnlog()
- 03:14 Changeset in tailor [497] by
- M-x whitespace-cleanup
- 03:02 Changeset in tailor [496] by
- Fixed the access to the configuration
- 03:01 Changeset in tailor [495] by
- ConfigParser? option values must be strings
- 02:38 Changeset in tailor [494] by
- Old configuration definitively gone Now, invoking tailor in the old way, …
- 02:36 Changeset in tailor [493] by
- Reload global settings for every project
- 02:35 Changeset in tailor [492] by
- Added --start-revision as an alias for --revision
- 02:34 Changeset in tailor [491] by
- Allow the creation of a Config object with no file associated
- 02:33 Changeset in tailor [490] by
- If the value of an option is 'None' return the default
- 02:32 Changeset in tailor [489] by
- Moved the exception in the config and used
- 02:30 Changeset in tailor [488] by
- Example and some details on new configuration
- 00:35 Changeset in tailor [487] by
- TAG Version 0.9.2
- 00:34 Changeset in tailor [486] by
- Bump up the version to .2
- 00:27 Changeset in tailor [485] by
- Config-geddon Almost completed the transition to the new configuration …
- 00:25 Changeset in tailor [484] by
- Force the svn module to start with a slash
- 00:25 Changeset in tailor [483] by
- Pass down the complete path to the working dir, not just root
- 00:24 Changeset in tailor [482] by
- Import needed DualWorkingDir?
- 00:23 Changeset in tailor [481] by
- Load single-commit from the config
- 00:23 Changeset in tailor [480] by
- Override default subdir using '.'
- 00:22 Changeset in tailor [479] by
- Raise an error when the project specified on command line does not exist
- 00:21 Changeset in tailor [478] by
- Don't print the traceback for ConfigurationErrors?
08/04/05:
- 23:49 Changeset in tailor [477] by
- M-x whitespace-cleanup
- 23:22 Changeset in tailor [476] by
- Integrated ArX support patch, resolved conflicts
- 22:27 Changeset in tailor [475] by
- Add ArX target support
- 19:09 Changeset in tailor [474] by
- Handle the case when there is no author name The author name may be …
- 17:38 Changeset in tailor [473] by
- Expose just the notion of pending changesets Use the upcoming StateFile to …
- 13:54 Changeset in tailor [472] by
- Moved Project and Repository to their respective modules
- 13:27 Changeset in tailor [471] by
- Removed useless test on relpathto
- 11:32 Changeset in tailor [470] by
- Added logging capability to the Project
08/03/05:
- 02:56 Changeset in tailor [465] by
- Execute the _prepare methods only when target_repository is specified
- 02:45 Changeset in tailor [469] by
- Use the new 'pending' methods
- 02:38 Changeset in tailor [468] by
- Do not import all backends, the new configuration has a better way of …
- 02:37 Changeset in tailor [464] by
- Little documentation fix
- 02:32 Changeset in tailor [463] by
- New configuration mechanism
- 02:31 Changeset in tailor [462] by
- M-x whitespace-cleanup
- 02:26 Changeset in tailor [461] by
- M-x whitespace-cleanup
08/02/05:
- 22:56 Changeset in tailor [467] by
- Renamed method, since it's one of those that subclasses should reimplement
- 22:51 Changeset in tailor [466] by
- Redirect and use the new pending changesets methods
- 22:41 Changeset in tailor [460] by
- Fixed name clash in the example changelog
- 21:51 Changeset in tailor [459] by
- M-x whitespace-cleanup
- 00:29 Changeset in tailor [458] by
- It seems that after all it's almost safe using --use-svn-propset Thanks to …
07/30/05:
- 03:22 Changeset in tailor [457] by
- TAG Version 0.9.1
- 03:22 Changeset in tailor [456] by
- Bump up the version number
- 03:16 Changeset in tailor [455] by
- Target repository creation for Subversion Using the new …
- 03:04 Changeset in tailor [454] by
- Renamed the arguments for clearity, second part
- 02:59 Changeset in tailor [453] by
- Fixup after repository->source_repository
- 02:55 Changeset in tailor [452] by
- Added the infrastructure to allow easier bootstraps
- 02:53 Changeset in tailor [451] by
- M-x whitespace-cleanup
- 02:22 Changeset in tailor [450] by
- M-x whitespace-cleanup
- 02:21 Changeset in tailor [449] by
- M-x whitespace-cleanup
- 02:20 Changeset in tailor [448] by
- M-x whitespace-cleanup
- 02:18 Changeset in tailor [447] by
- M-x whitespace-cleanup
- 01:57 Changeset in tailor [446] by
- Introduced --source-repository and --source-module as aliases for -R and …
- 01:38 Changeset in tailor [445] by
- Renamed the arguments for clearity
- 01:31 Changeset in tailor [444] by
- M-x whitespace-cleanup
- 01:25 Changeset in tailor [443] by
- M-x whitespace-cleanup
07/29/05:
- 20:53 Changeset in tailor [442] by
- M-x whitespace-cleanup
- 20:51 Changeset in tailor [441] by
- Conflict fix
- 20:31 Changeset in tailor [440] by
- Rewrite the state file as soon as target commit completes
- 20:20 Changeset in tailor [439] by
- M-x whitespace-cleanup
07/27/05:
- 10:33 Changeset in tailor [438] by
- Run cvsps with TZ=UTC
- 10:32 Changeset in tailor [437] by
- Protect the changelog against wrong % interpolation
- 10:04 Changeset in tailor [436] by
- Fixed the cvsps parser stripping revision numbers
- 09:59 Changeset in tailor [435] by
- Fixed bootstrap with cvsps
07/26/05:
- 23:51 Changeset in tailor [434] by
- Fix --patch-name-format handling
- 23:48 Changeset in tailor [433] by
- Uniquify the mechanism of computing the destination changelog Now all …
- 02:38 Changeset in tailor [432] by
- Handle --revision=INITIAL also for Subversion
- 02:16 Changeset in tailor [431] by
- Better handling of initial revision, expecially for darcs Now tailor …
- 01:27 Changeset in tailor [430] by
- Revision is still needed to format the bootstrap changelog
Note: See TracTimeline
for information about the timeline view.
