Timeline
07/06/06:
- 17:29 Changeset in tailor [1216] by
- [general] Ensure Changeset.date always has timezone information This …
- 00:58 GitRepository edited by
- (diff)
- 00:19 GitRepository edited by
- Moved git-cvsimport comparison to cvs page (diff)
- 00:18 CvsRepository edited by
- git-cvsimport comparison ; possible developments to speedup cvs source (diff)
07/05/06:
- 19:05 Changeset in tailor [1208] by
- [tests/darcs] update after the "don't repeat patch name in changelog" fix
07/03/06:
- 01:29 Changeset in tailor [1211] by
- [git] split git.py into source+target modules This allows to get more …
- 01:27 Changeset in tailor [1207] by
- Add support for source/target-split repository backends This patch still …
07/02/06:
- 20:09 Changeset in tailor [1206] by
- [git] environment handling improvments + make …
- 15:53 Changeset in tailor [1210] by
- [git] move _tryCommand from GitWorkingDir? to GitRepository
- 15:52 Changeset in tailor [1209] by
- Move basedir attribute from WorkingDir to Repository
- 13:43 Ticket #65 (failure to rename back from -TAILOR-HACKED-TEMP-NAME) created by
- This happens in target._renameEntries() when self.shared_basedirs is …
- 01:45 Changeset in tailor [1205] by
- [tests] Do not enter infinite loop if Tailor darcs repository can't be …
07/01/06:
- 14:18 Changeset in tailor [1204] by
- [bzr] ignore state and log files without using .bzrignore This patch …
- 14:00 Changeset in tailor [1203] by
- [bzr] _addSubtree(): do not add files in IGNORED_METADIRS and .bzrignore …
- 12:38 Ticket #64 (cvs -> bzr conversion fails on adding files to non-existent directories) closed by
- fixed: This should be fixed with changeset [1201].
06/30/06:
- 22:44 Changeset in tailor [1202] by
- [git source] calculate tzsecs from abs(tz), as originally intended
- 11:11 WikiStart edited by
- Added links to *Repository pages from vcs list (diff)
- 06:42 Changeset in tailor [1201] by
- [bzr] rewrite _addPathnames and _addSubtree using smart_add_tree …
- 02:08 Ticket #64 (cvs -> bzr conversion fails on adding files to non-existent directories) created by
- As CVS doesn't version directories, they never appear in the changesets. …
- 01:51 Changeset in tailor [1200] by
- [git] Preserve initial commit msg on branch in repository mode as well …
- 00:38 Changeset in tailor [1199] by
- [git] Improve error cases when importing branches This patch creates a …
- 00:19 Changeset in tailor [1198] by
- Fixed typo in a comment
06/29/06:
- 10:51 Changeset in tailor [1193] by
- Replace dashes with underscores in the hg command names
- 10:51 Changeset in tailor [1192] by
- Added the vcpx.repository subpackage
- 01:25 Changeset in tailor [1195] by
- [git] add support for "repository" parameter
06/27/06:
- 19:39 Changeset in tailor [1197] by
- [darcs source] don't repeat patch name in changelog Make endElement's …
- 14:46 Changeset in tailor [1196] by
- [bzr] when removing files, get files removed before the directory they're …
06/25/06:
- 23:25 Changeset in tailor [1194] by
- [git] make it more obvious what the parts common to source and target are
- 21:13 Changeset in tailor [1191] by
- Use "_editXXX" instead of "_recordUpdatedXXX" for consistency
- 19:00 Changeset in tailor [1190] by
- Initialize logger in repository before loading the project This makes the …
- 18:46 Ticket #28 (Encoding problems when converting svn -> darcs (or bzr).) closed by
- worksforme: I'm closing this, as the following config file works for me […]
- 18:38 Changeset in tailor [1189] by
- Misc parent-repo fixes and cleanups Do not use a default value of for …
- 16:57 Changeset in tailor [1188] by
- Revert change to Tailorizer.bootstrap() Only git knows about PARENT_REPO …
- 16:32 Changeset in tailor [1187] by
- Fix repository instantiation Don't use the logger, since we don't have one …
- 16:30 Changeset in tailor [1186] by
- Revert last change on cvs logger name The name of the logger is still …
- 14:25 Changeset in tailor [1185] by
- Add missing InvocationError? import
- 11:33 Changeset in tailor [1184] by
- Initial support for branches in git target
- 11:25 Changeset in tailor [1183] by
- Fix remaining references to path predating the repository.py split
- 09:45 Changeset in tailor [1182] by
- Untabified
- 01:25 Changeset in tailor [1180] by
- Whitespace, two blank lines to separate classes
- 01:12 Changeset in tailor [1179] by
- Split the monolithic repository.py into smaller units The repository …
- 01:11 Changeset in tailor [1178] by
- Use a common ancestor to recognize tailor exceptions
- 00:50 Changeset in tailor [1177] by
- Fix comment
06/24/06:
- 22:51 Changeset in tailor [1181] by
- [git] commit at plumbing level This avoids to call the git-commit shell …
- 19:57 Changeset in tailor [1176] by
- [git] do not rely on "git-commit -a", use git-update-index This is the …
- 18:47 Changeset in tailor [1175] by
- Fix _tryCommand call in _getRev I have not experienced the problem, but …
- 17:52 Changeset in tailor [1174] by
- Add a hook to record updated entries in target repo
- 17:41 Changeset in tailor [1173] by
- Correctly display "default encoding" warning
06/23/06:
- 11:31 Ticket #63 (tailor gets confused by cvs 1.12 "phantom commits") created by
- Similarly to cvsps (see http://bugs.debian.org/369872), the cvs backend in …
06/21/06:
- 22:45 Changeset in tailor [1172] by
- [hg] call add with no arguments on init
- 21:14 Changeset in tailor [1171] by
- [hg] canonify repository root directory The dirstate walker uses simple …
- 20:47 Changeset in tailor [1170] by
- [hg] chdir to self.basedir before executing commands Some hg tree walk …
- 01:32 Ticket #62 (svn -> hg (and monotone?) not removing directories correctly (0.9.23)) closed by
- fixed: Thank you both. Brendan's patches seem more futureproof. This bug should …
06/20/06:
- 23:08 Changeset in tailor [1169] by
- [hg] Remove files under subdirectories removePathnames was just ignoring …
- 22:31 Changeset in tailor [1168] by
- [hg] Use high level commit command commands.commit takes care of …
- 21:07 Changeset in tailor [1167] by
- [hg] wrapper for commands.* _hgCommand makes it easier to call commands.* …
- 21:05 Changeset in tailor [1166] by
- [hg] always use repository-specific UI when repository is available
06/19/06:
- 15:14 Ticket #62 (svn -> hg (and monotone?) not removing directories correctly (0.9.23)) created by
- When converting a Subversion repository to Mercurial, removals of …
06/16/06:
- 18:06 Changeset in tailor [1165] by
- Possible fix for #56: detect branch name at bootstrap
- 16:31 ConfigurationFile edited by
- Tell about command line options (diff)
- 16:13 SubDir edited by
- Fix typo (diff)
- 12:10 Ticket #61 (subversion->darcs: files added to svn after initial `tailorization' are ...) created by
- Files added to svn repository are not imported as darcs patches. Example: …
06/15/06:
- 23:46 Ticket #60 (fails to let bzr know of all files on a baz import) created by
- Hi, There is a Debian bug report about a problem when converting …
06/13/06:
- 02:34 Ticket #59 (use normalized path for comparing with paths from bzrlib) closed by
- fixed: Applied in [1164], thank you.
- 02:31 Changeset in tailor [1164] by
- Use normalized path for comparing with paths from bzrlib This is the patch …
- 02:18 Changeset in tailor [1163] by
- M-x whitespace-cleanup
- 02:17 Changeset in tailor [1162] by
- Remove useless imports noticed by pyflakes
06/10/06:
- 20:28 Ticket #59 (use normalized path for comparing with paths from bzrlib) created by
- Hi, I know Windows is not officially supported by Tailor, but still it …
06/09/06:
- 15:10 Changeset in tailor [1161] by
- Catch ConfigParser? exceptions
- 15:09 Changeset in tailor [1160] by
- Use the new SF.NET nomenclature to reach the CVS repositories
06/06/06:
- 09:28 Changeset in tailor [1159] by
- Make changeset-threshold a cvs parameter
- 09:23 Changeset in tailor [1158] by
- Compare the revision with branch only when following a branch
- 08:36 Ticket #58 (Could not complete migration from svn to bzr) created by
- I'm trying to use the following tailor configuration to migrate …
- 00:12 Ticket #57 (cvs source breaks a long commit if a short one occured mid-way) created by
- When a changeset that touches several files within the defined threshold, …
Note: See TracTimeline
for information about the timeline view.
