Timeline
07/23/04:
- 14:37 Changeset in tailor [115] by
- Safer way to determine the entry relative path from its full RCS file path
- 01:43 Changeset in tailor [114] by
- Use join to append the module to the repository Evenif the CVSROOT may not …
- 01:17 Changeset in tailor [113] by
- Do not write spurious newline in the svn changelog, really Since under svn …
- 01:12 Changeset in tailor [112] by
- Write the original author and date in the svn changelog
- 01:06 Changeset in tailor [111] by
- Do not add spurious newline at end of svn changelog
- 00:51 Changeset in tailor [110] by
- Make darcs backend similar to the others Now the darcs backend behave the …
07/22/04:
- 23:36 Changeset in tailor [109] by
- Execute fewer commands, on multiple entries at a time
- 20:02 Changeset in tailor [108] by
- Use 'cvs rlog' to fetch whatsnew information "Unfortunately" 'cvs log' do …
- 19:59 Changeset in tailor [107] by
- Do not use --look-for-adds on 'darcs record' Instead, do an explicit …
- 15:43 Changeset in tailor [106] by
- Command line options for bootstrap overhauling The old way of specifying …
- 01:24 Changeset in tailor [105] by
- Fix tailor.py header, removing svn keywords
07/17/04:
- 10:50 Changeset in tailor [104] by
- Remove some unnecessary imports
- 03:04 Changeset in tailor [103] by
- Added some tests against darcs changes xml parser
- 02:40 Changeset in tailor [102] by
- Little fixes to darcs backend
- 01:29 Changeset in tailor [101] by
- Recognize from the svn error msg when there are no changes
- 01:24 Changeset in tailor [100] by
- Implemented _checkoutUpstreamRevision() for darcs
- 01:22 Changeset in tailor [99] by
- Refix _getUpstreamChangesets for darcs
07/16/04:
- 21:01 Changeset in tailor [98] by
- Sort changesets by date in _getUpstreamChangesets() in darcs.py
- 20:50 Changeset in tailor [97] by
- Fix parseDarcsChanges()
- 18:24 Changeset in tailor [96] by
- Minimize the chance of patch name collision adding the author
- 17:41 Changeset in tailor [95] by
- Corrected the date format passed to strptime
- 17:36 Changeset in tailor [94] by
- Better way to identify new entries from the CVS log The CVS revision info …
- 14:37 Changeset in tailor [93] by
- Fix the CVS parser to omit already seen changesets For some unknown …
07/13/04:
- 19:46 Changeset in tailor [92] by
- Delegate to the path.join() method the insertion of slashes in filenames
- 19:44 Changeset in tailor [91] by
- Do not use useless yield when items already in a list
- 16:42 Changeset in tailor [90] by
- Sleep for a few seconds before retry the failed CVS command
- 16:19 Changeset in tailor [89] by
- Retry failed 'cvs update' three times
- 15:52 Changeset in tailor [88] by
- Grok with merge tags in the CVS/Entries file
- 09:40 Changeset in tailor [87] by
- Little fix against empty CVS directories
- 09:27 Changeset in tailor [86] by
- Handle CVS dates with timezone in the log
07/12/04:
- 23:46 Changeset in tailor [85] by
- Some re-wording, tag the CVS changesets using only the timestamp
- 23:01 Changeset in tailor [84] by
- Ignore eventual 'branches' info on a CVS revision
- 19:41 Changeset in tailor [83] by
- Collapse related CVS changes into a single one
- 19:04 Changeset in tailor [82] by
- Remove useless wording
- 19:02 Changeset in tailor [81] by
- Use right time in the past when asking for upstream CVS changes
- 16:46 Changeset in tailor [80] by
- Follow the right CVS branch since the right time in the past Here I assume …
- 15:21 Changeset in tailor [79] by
- Omit empty CVS changelogs CVS log use the string "* empty log message …
- 15:20 Changeset in tailor [78] by
- Recognize deleted (dead) entries in the cvs log
07/11/04:
- 20:27 Changeset in tailor [77] by
- Detect new entries from the cvs log The cvs log emits a line of this kind: …
- 20:16 Changeset in tailor [76] by
- Fix other two shwrap tests
- 19:45 Changeset in tailor [75] by
- New cvs test unit with basic log parser tests
- 19:43 Changeset in tailor [74] by
- Rename the cvs unit test according to what it tests
- 19:14 Changeset in tailor [73] by
- New pure CVS backend to replace b0rken cvsps
- 19:13 Changeset in tailor [72] by
- Rename cvsps backend unit
- 19:05 Changeset in tailor [71] by
- Make it easier to add entries to a Changeset
- 19:04 Changeset in tailor [70] by
- Fix two shwrap tests redirecting input to /dev/null
07/09/04:
- 02:21 Changeset in tailor [69] by
- Cvsps parser tests
- 02:20 Changeset in tailor [68] by
- Fix the 'cvsps' parser and expose it to the tests
- 00:07 Changeset in tailor [67] by
- Use a safer way to extract the revision from the uri At bootstrap, an …
07/08/04:
- 23:20 Changeset in tailor [66] by
- Assume --help when no command line arguments
07/07/04:
- 19:28 Changeset in tailor [65] by
- Fix the exit_status that in one case was None instead of 0
- 19:26 Changeset in tailor [64] by
- Reimport an initial test suite
- 18:58 Changeset in tailor [63] by
- Trim the path given by 'svn log' eliminating the repository path
- 17:10 Changeset in tailor [62] by
- Fix the creation of parent CVS directories
- 14:54 Changeset in tailor [61] by
- Fix a cut'n'paste gypso
07/06/04:
- 17:24 Changeset in tailor [60] by
- Fix visited dir cache
- 15:36 Changeset in tailor [59] by
- Minor fixes to the output
- 14:03 Changeset in tailor [58] by
- Little fixups
- 14:02 Changeset in tailor [57] by
- Use content of CVS/Tag only when appropriate
- 14:01 Changeset in tailor [56] by
- Reintroduced --look-for-adds on 'darcs record'
- 03:50 Changeset in tailor [55] by
- Add the directories above a new entry
- 03:48 Changeset in tailor [54] by
- Do not execute 'cvs update' against the same revision as the current one
- 01:33 Changeset in tailor [53] by
- Save the status after each changeset
- 01:31 Changeset in tailor [52] by
- Create CVS directories when needed
- 00:10 Changeset in tailor [51] by
- Use the logger instead of print statements
- 00:00 Changeset in tailor [50] by
- Force sticky tags after checkout
07/05/04:
- 23:27 Changeset in tailor [49] by
- Complete the transition to explicitly listed entries
- 16:45 Changeset in tailor [48] by
- Accept also the name of the target directory, without module subdirectory
- 16:21 Changeset in tailor [47] by
- Do not use --look-for-adds, the entries are explicit
- 16:02 Changeset in tailor [46] by
- Correct the initialization of a new working directory
- 12:30 Changeset in tailor [45] by
- Documentation on TailorizedProject?
- 12:16 Changeset in tailor [44] by
- Refactor around new tailor frontend
- 12:11 Changeset in tailor [43] by
- Reworked tailor.py frontend using vcpx
07/04/04:
- 18:31 Changeset in tailor [42] by
- Use socket.getfqdn() for the automatic tailorer email
07/02/04:
- 19:40 Changeset in tailor [41] by
- Several fixes to cvs backend
06/30/04:
- 18:07 Changeset in tailor [40] by
- Fix a typo in the cvs backend
06/27/04:
- 03:59 Changeset in tailor [39] by
- Little fixes and annotations on cvs backend
Note: See TracTimeline
for information about the timeline view.
