20
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mention that FilterSymbolsPass also calls the RevisionCollector callbacks.
Michael Haggerty
as mhagger
More... almost 14 years ago
Improve and update the revision-reader.txt documentation.
Michael Haggerty
as mhagger
More... almost 14 years ago
Avoid importing names from svntest which are only used once. More... almost 14 years ago
Update to r956104 of svntest, including necessary tweaks to run-tests.py. More... almost 14 years ago
Add an update script. More... almost 14 years ago
Import r951379 of svntest (the last version our current testsuite is compatible with) from http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline/svntest More... almost 14 years ago
Delete svn:externals for svntest. More... almost 14 years ago
Update to rcsparse r2372, a small performance optimization. More... almost 14 years ago
Unbreak git/bzr output where branches/tags that need creation in multiple stages are involved. More... almost 14 years ago
Unbreak invoking cvs2bzr without an options file. More... almost 14 years ago
Document how file and revision properties are used.
Michael Haggerty
as mhagger
More... almost 14 years ago
Use method DumpfileDelegate._string_for_props().
Michael Haggerty
as mhagger
More... almost 14 years ago
Simplify code.
Michael Haggerty
as mhagger
More... almost 14 years ago
Fix up EOLs via RevisionReader.get_content().
Michael Haggerty
as mhagger
More... almost 14 years ago
Teach RevisionReader.get_content() to fix EOLs.
Michael Haggerty
as mhagger
More... almost 14 years ago
Move the function canonicalize_eol() to common.py.
Michael Haggerty
as mhagger
More... almost 14 years ago
Teach RevisionReader.get_content() to handle AppleSingle content.
Michael Haggerty
as mhagger
More... almost 14 years ago
Determine more of the checkout behavior via SVNKeywordHandlingPropertySetter.
Michael Haggerty
as mhagger
More... almost 14 years ago
Teach SVNKeywordHandlingPropertySetter about files with mode="k".
Michael Haggerty
as mhagger
More... almost 14 years ago
Decide whether to collapse RCS keywords based on a CVSRevision property.
Michael Haggerty
as mhagger
More... almost 14 years ago
Add a new method CVSRevision.get_property().
Michael Haggerty
as mhagger
More... almost 14 years ago
Split up too-long line.
Michael Haggerty
as mhagger
More... almost 14 years ago
Do not store properties whose names start with "_" to Subversion.
Michael Haggerty
as mhagger
More... almost 14 years ago
Extract a method, DumpfileDelegate._string_for_props().
Michael Haggerty
as mhagger
More... almost 14 years ago
Add a new function get_command_output() and use it instead of PipeStream.
Michael Haggerty
as mhagger
More... almost 14 years ago
Change RevisionReader.get_content_stream() to get_content().
Michael Haggerty
as mhagger
More... almost 14 years ago
Read the whole rev stream before extracting AppleSingle data forks.
Michael Haggerty
as mhagger
More... almost 14 years ago
Read the whole rev stream before converting EOL styles.
Michael Haggerty
as mhagger
More... almost 14 years ago
Rename local variable.
Michael Haggerty
as mhagger
More... almost 14 years ago
Read the whole rev stream before dealing with .cvsignore special case.
Michael Haggerty
as mhagger
More... almost 14 years ago