20
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 15 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a test of an RCS file that contains a newphrase.
Michael Haggerty
as mhagger
More... almost 13 years ago
Add an API to affect the choice of RCS parser.
Michael Haggerty
as mhagger
More... almost 13 years ago
Re-update to rcsparse r2495 to get all the goodness of the new update script.
Michael Haggerty
as mhagger
More... almost 13 years ago
rcsparse update: Allow a particular revision of rcsparse to be exported.
Michael Haggerty
as mhagger
More... almost 13 years ago
rcsparse update: Overwrite cvs2svn_rcsparse.__init__.py with our own version.
Michael Haggerty
as mhagger
More... almost 13 years ago
rcsparse update: Also export the ViewVC license to cvs2svn_rcsparse.
Michael Haggerty
as mhagger
More... almost 13 years ago
rcsparse update: Record what version of the rcsparse library was exported.
Michael Haggerty
as mhagger
More... almost 13 years ago
Convert cvs2svn_rcsparse/update.sh to Python.
Michael Haggerty
as mhagger
More... almost 13 years ago
Access the rcsparse code via a new interface module, rcsparser.
Michael Haggerty
as mhagger
More... almost 13 years ago
Only import Database if it will really be used.
Michael Haggerty
as mhagger
More... almost 13 years ago
Remove some unused variable definitions.
Michael Haggerty
as mhagger
More... almost 13 years ago
Move some exception definitions to where they are used.
Michael Haggerty
as mhagger
More... almost 13 years ago
Remove a bunch of unused imports.
Michael Haggerty
as mhagger
More... almost 13 years ago
Split IndexedDatabase and IndexedStore into a separate module.
Michael Haggerty
as mhagger
More... almost 13 years ago
sys.modules['bsddb3'] is already in the local namespace.
Michael Haggerty
as mhagger
More... almost 13 years ago
If the declared vendor branch is not present, emit a warning and ignore it.
Michael Haggerty
as mhagger
More... about 13 years ago
Add test repository that I forgot to commit with r5340.
Michael Haggerty
as mhagger
More... about 13 years ago
Fix email link and set the default email subject.
Michael Haggerty
as mhagger
More... about 13 years ago
Document changes made since last edit of CHANGES.
Michael Haggerty
as mhagger
More... about 13 years ago
Convert all EOL sequences in CVS log messages to LF.
Michael Haggerty
as mhagger
More... about 13 years ago
Teach CVSTextDecoder how to fix EOLs.
Michael Haggerty
as mhagger
More... about 13 years ago
Extract a method CVSTextDecoder.decode().
Michael Haggerty
as mhagger
More... about 13 years ago
Also consider trunk a possible parent of tags rooted in NTDBRs.
Michael Haggerty
as mhagger
More... about 13 years ago
Expound on the handling of NTDBR parents.
Michael Haggerty
as mhagger
More... about 13 years ago
Count trunk as possible parent of branches from a vendor branch.
Michael Haggerty
as mhagger
More... about 13 years ago
Refer to the filenames that are actually in the test repository.
Michael Haggerty
as mhagger
More... about 13 years ago
Change Project constructor to wrap exclude_paths in a set.
Michael Haggerty
as mhagger
More... about 13 years ago
Add option for excluding paths from conversion
Michael Haggerty
as mhagger
More... about 13 years ago
Add cvs_file_is_binary for ConditionalPropertySetter
Michael Haggerty
as mhagger
More... about 13 years ago
Add ConditionalPropertySetter
Michael Haggerty
as mhagger
More... about 13 years ago