|
|
1
|
Update code to remove all deprecated usage flagged by unit tests.
|
chipx86
|
September 25th, 2022, 3:59 p.m.
|
|
|
|
1
|
Fix caching issues with iter_exes_in_path().
|
chipx86
|
September 25th, 2022, 3:20 p.m.
|
|
|
|
1
|
Update all deprecated code in the Subversion client.
|
chipx86
|
September 24th, 2022, 3:34 a.m.
|
|
|
|
1
|
Fix and enhance support for patching Subversion diffs.
|
chipx86
|
September 24th, 2022, 1:02 a.m.
|
|
|
|
1
|
Add Subversion unit tests for diffing/patching empty files.
|
chipx86
|
September 23rd, 2022, 3:22 p.m.
|
|
|
|
1
|
Add UnifiedDiffWriter.write_index, for writing Index: lines.
|
chipx86
|
September 23rd, 2022, 2:54 p.m.
|
|
|
|
1
|
Update SOSClient to use new diff functionality.
|
chipx86
|
September 22nd, 2022, 3:07 a.m.
|
|
|
|
1
|
Update PerforceClient to use new diff functionality.
|
chipx86
|
September 22nd, 2022, 2:15 a.m.
|
|
|
|
2
|
Update client tests to enable diff checks and require opting in to diff.
|
chipx86
|
September 20th, 2022, 7:37 p.m.
|
|
|
|
1
|
Update ClearCaseClient to use new diff functionality.
|
chipx86
|
September 22nd, 2022, 3:18 a.m.
|
|
|
|
1
|
Add UnifiedDiffWriter, a helper for writing diffs.
|
chipx86
|
September 22nd, 2022, 1:53 a.m.
|
|
|
|
2
|
Add types and assertions for parts of the Perforce diff logic.
|
chipx86
|
September 22nd, 2022, 12:46 a.m.
|
|
|
|
2
|
Require GNU Diff for several SCMClients.
|
chipx86
|
September 15th, 2022, 6:36 p.m.
|
|
|
|
3
|
Add a registry for managing and looking up diff tools.
|
chipx86
|
September 14th, 2022, 1:04 a.m.
|
|
|
|
2
|
Add a flag on commands to indicate that diffing is required.
|
chipx86
|
September 15th, 2022, 1:49 p.m.
|
|
|
|
2
|
Allow SCMClients to specify their diff tool requirements and instantiate.
|
chipx86
|
September 14th, 2022, 1:19 a.m.
|
|
|
|
1
|
Add the GNU diff tool implementation.
|
chipx86
|
September 14th, 2022, 12:55 a.m.
|
|
|
|
1
|
Officially deprecate ResourceDictField.iter*() functions.
|
chipx86
|
September 25th, 2022, 5:04 p.m.
|
|
|
|
1
|
Remove all legacy future imports.
|
chipx86
|
September 25th, 2022, 5:19 p.m.
|
|
|
|
3
|
Add the beginnings of a Diff Tool layer.
|
chipx86
|
September 14th, 2022, 12:51 a.m.
|
|
|
|
1
|
Add BufferedIterator, an iterator with look-ahead/peek support.
|
chipx86
|
September 24th, 2022, 1:31 p.m.
|
|
|
|
1
|
Update the Subversion client for type safety.
|
chipx86
|
September 24th, 2022, 3:24 a.m.
|
|
|
|
1
|
Update SVNClient to use UnifiedDiffWriter to build empty file diffs.
|
chipx86
|
September 24th, 2022, 1:50 a.m.
|
|
|
|
1
|
Allow SCMClient unit tests to set server capabilities.
|
chipx86
|
September 24th, 2022, 1 a.m.
|
|
|
|
1
|
git-p4: Fix file renames, deletes and files with whiltespace in name
|
puremourning
|
April 25th, 2022, 7:50 a.m.
|
|
|
|
1
|
Fix unicode errors generting diffs with git-p4
|
puremourning
|
April 25th, 2022, 7:43 a.m.
|
|
|
|
1
|
Update TFSClient to use new diff functionality.
|
chipx86
|
September 24th, 2022, 12:59 a.m.
|
|
|
|
2
|
Modernize and update the API capabilities object.
|
david
|
September 19th, 2022, 3:16 p.m.
|
|
|
|
1
|
Update get_local_path and get_repository_info type safety on remaining clients.
|
chipx86
|
September 7th, 2022, 8:07 p.m.
|
|
|
|
1
|
Update SCMClient unit tests to check against run_process_exec().
|
chipx86
|
September 5th, 2022, 9:11 p.m.
|
|
|
|
1
|
Update diff functions on all SCMClients and remove client-specific args.
|
chipx86
|
September 6th, 2022, 11:44 p.m.
|
|
|
|
2
|
Formalize types, content, and documentation for revision specs.
|
chipx86
|
September 7th, 2022, 7:14 p.m.
|
|
|
|
1
|
Allow the diff tools registry to be reset, and reset in one test.
|
chipx86
|
September 23rd, 2022, 9:15 p.m.
|
|
|
|
2
|
Add a function for iterating through all exe locations in the PATH.
|
chipx86
|
September 21st, 2022, 7:18 p.m.
|
|
|
|
1
|
Don't crash if ClearCase/VersionVault directory changes include symlinks.
|
david
|
September 22nd, 2022, 11:56 a.m.
|
|
|
|
1
|
Update Bazaar for run_process and better type safety.
|
chipx86
|
August 25th, 2022, 3:27 a.m.
|
|
|
|
2
|
Add unit tests for CVS diffs.
|
chipx86
|
August 24th, 2022, 8:40 p.m.
|
|
|
|
1
|
Add a standard testing function for normalizing diff results.
|
chipx86
|
August 24th, 2022, 8:40 p.m.
|
|
|
|
2
|
Update CVSClient for run_process(), type safety, and deprecations.
|
chipx86
|
August 24th, 2022, 8:40 p.m.
|
|
|
|
1
|
Fix clearcase diff tests.
|
david
|
September 14th, 2022, 3:34 p.m.
|
|
|
|
1
|
Add types, update signatures, and modernize docs for rbtools.utils.diffs.
|
chipx86
|
August 24th, 2022, 7:32 p.m.
|
|
|
|
2
|
Fix type issues in TFS support and add typing annotations everywhere.
|
chipx86
|
August 24th, 2022, 1:19 a.m.
|
|
|
|
2
|
Update TFS support to use the new run_process().
|
chipx86
|
August 24th, 2022, 12:56 a.m.
|
|
|
|
1
|
Update Bazaar unit tests to better compare diffs.
|
chipx86
|
August 18th, 2022, 6:06 p.m.
|
|
|
|
2
|
Fix handling of errors with apply_patch() in SVN and Mercurial.
|
chipx86
|
September 5th, 2022, 9:10 p.m.
|
|
|
|
2
|
Fix small issues with TFS diffs and add unit tests.
|
chipx86
|
August 24th, 2022, 6:38 p.m.
|
|
|
|
2
|
Add run_process(), a modern replacement for execute().
|
chipx86
|
August 23rd, 2022, 6:20 p.m.
|
|
|
|
1
|
Remove deprecated RepositoryInfo code and modernize the class.
|
chipx86
|
August 19th, 2022, 9:56 p.m.
|
|
|
|
2
|
Reimplement directory diffing for ClearCase and VersionVault.
|
david
|
September 6th, 2022, 9:27 a.m.
|
|
|
|
1
|
Add dependency checks for TFS.
|
chipx86
|
August 19th, 2022, 2:23 a.m.
|
|