20
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 07, 2023 — Jun 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix typo in options file comments.
Michael Haggerty
as mhagger
More... about 14 years ago
Do the equivalent of r5083 for contrib/renumber_branch.py.
Michael Haggerty
as mhagger
More... about 14 years ago
Fix sys.path for scripts in contrib.
Michael Haggerty
as mhagger
More... about 14 years ago
Eliminate unused variable.
Michael Haggerty
as mhagger
More... about 14 years ago
Add script that can renumber branches in-place within a CVS repository.
Michael Haggerty
as mhagger
More... about 14 years ago
Use isinstance() instead of comparing types directly.
Michael Haggerty
as mhagger
More... about 14 years ago
Add a new SubtreeSymbolTransform.
Michael Haggerty
as mhagger
More... about 14 years ago
Use a transform_case() callable in MimeMapper.
Michael Haggerty
as mhagger
More... about 14 years ago
Change _squash_case() and _preserve_case() into module-level functions.
Michael Haggerty
as mhagger
More... about 14 years ago
Add a way to specify the MimeMapper mappings to its constructor directly.
Michael Haggerty
as mhagger
More... about 14 years ago
Show how to use MimeMapper's new ignore_case option in the options files.
Michael Haggerty
as mhagger
More... about 14 years ago
Rename MimeMapper's "case_insensitive" option to "ignore_case".
Michael Haggerty
as mhagger
More... about 14 years ago
Add an option to make the MimeMapper ignore the case of filename extensions.
Michael Haggerty
as mhagger
More... about 14 years ago
Allow the CVS command global options to be specified by the user.
Michael Haggerty
as mhagger
More... about 14 years ago
Try using the -Q cvs global option before trying -q.
Michael Haggerty
as mhagger
More... about 14 years ago
Rename "global_arguments" to "global_options".
Michael Haggerty
as mhagger
More... about 14 years ago
Allow DVCS author_transforms values to be specified as pre-formatted strings.
Michael Haggerty
as mhagger
More... over 14 years ago
Delegate to FilterSink methods rather than reimplementing them.
Michael Haggerty
as mhagger
More... over 14 years ago
destroy_repository.py: Make the "destroyed" text more useful.
Michael Haggerty
as mhagger
More... over 14 years ago
destroy_repository.py: Preserve empty/non-empty revisions.
Michael Haggerty
as mhagger
More... over 14 years ago
Update documentation to reflect current code.
Michael Haggerty
as mhagger
More... over 14 years ago
Rename file git_revision_recorder to git_revision_collector.
Michael Haggerty
as mhagger
More... over 14 years ago
Use RevisionCollectors instead of RevisionExcluders.
Michael Haggerty
as mhagger
More... over 14 years ago
Get rid of the whole concept of a revision recorder.
Michael Haggerty
as mhagger
More... over 14 years ago
Rename InternalRevisionExcluder to InternalRevisionCollector.
Michael Haggerty
as mhagger
More... over 14 years ago
InternalRevisionRecorder does not do anything; remove it.
Michael Haggerty
as mhagger
More... over 14 years ago
Remove fulltext_revision_recorder module, which is now unused.
Michael Haggerty
as mhagger
More... over 14 years ago
Change GitRevisionRecorder into GitRevisionCollector.
Michael Haggerty
as mhagger
More... over 14 years ago
Add RevisionCollector interface.
Michael Haggerty
as mhagger
More... over 14 years ago
Change checkout_internal to read the revision data during FilterSymbolsPass.
Michael Haggerty
as mhagger
More... over 14 years ago