2015-01-16 10:30:51 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 3.19:
3.19: 2015-01-06
Minor bugfix for handling of indexed action stamps.
3.18: 2014-11-28
The graft command now has a --prune option like unite.
3.17: 2014-11-17
Export support for SRC and RCS.
Bug fix for automated preservation under hg.
Bug fix for reparenting and checkout of commits with inline data.
3.16: 1014-11-08
Import support for SRC.
3.15: 1014-11-05
New 'add' command to insert new fileops in commits.
3.14: 2014-10-29
Assignments are preserved across squashes (including deletions).
Name lookups are, after the first one, significantly faster.
3.13: 2014-10-24
Read/write support for the Fossil system.
Fixes for timezone handling.
3.12: 2014-09-11
Explicit svn:ignore patterns aren't recursive to lower directories; cope.
A new 'ignores' command has options for translation of ignore files.
The --noignores option has been retired.
3.11: 2014-08-12
When converting SVN, ignore explicit .gitignores created by git-svn.
(Better than letting them collide with translated svn:ignore properties.)
|
2014-06-07 02:29:32 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Update to 3.10
Changelog:
3.10: 2014-04-19
Finer control over filtering with caC flags.
New setfield command for tweaking object attributes from lift scripts.
3.9: 2014-04-12
The attribution-parsing code handles odd characters in names better now.
The filter command can operate on email addresses as well as names.
New 'stamp' command to report action stamps of commits.
New 'count' comment reports selection-set counts.
New branchify_mapping option for renaming Subversion branches on analysis.
|
2014-05-17 18:10:50 by Thomas Klausner | Files touched by this commit (152) |
Log message:
Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.
I probably bumped too many. I hope I got them all.
|
2014-04-04 22:39:52 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Update to 3.8
Changelog:
3.8: 2014-03-28
New transcode command for moving metadata to UTF-8.
New @dsc() function for selecting all descendants if a selection set.
3.7: 2014-03-15
New --dedos option for filter command, to change \r\n line endings to \n.
New append command for annotating comments.
The 'b' search code has been changed to appropriately match non-commits.
New form of 'graft' allows greater control over graft points.
New =I selector to find non-UTF-8 commit metadata.
Import stream comments led with # are preserved as passthroughs.
Buggy text search of authors fields has been fixed.
3.6: 2014-02-19
Major rewrite of the generic conversion makefile.
Fixed a bug in the graft and unite commands, thanks to Ralf Schlatterbeck.
3.5: 2014-02-16
Single fossil or tag names now select as if surrounded by <>.
Fixed more bugs in debranch.
3.4: 2014-02-14
@amp() function useful for logic-gating in conjunctive expressions.
New 'assign' command allows precomputation of expensive selections.
There's an 'unassign' as well.
exec/eval facility for custom Python extensions.
path rename has a --relax and --force options to deal with path collisions
New --changelog option of coalesce can recognize FSF-style ChangeLog files.
3.3: 2014-02-11
Set negation in selections with ~.
@min() and @max() in selections.
'define' by itself lists macros.
New 'deletes' option in the remove command.
|
2014-02-11 21:53:25 by Alistair G. Crooks | Files touched by this commit (2) |
Log message:
Update reposurgeon from 3.1 to 3.2
Changes:
3.2: 2014-02-03
New path rename command.
List and inspect now take either a leading or following selection.
Text search selections can now have a B suffix to search blobs.
Now possible to transplant fileops between commits using remove .. to.
A date of the form <YYYY-mm-dd> selects all commits and tags that day.
Macros can now be multiline.
|
2014-01-30 15:40:34 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Update to 3.1
Changelog:
3.1 2014-01-27
The filter command now has a --replace modifier to avoid regex overhead.
Associated branches are renamed when a reset or tag is moved or deleted.
Bug fix for off-by-one error in tags reporting.
3.0: 2014-01-05
Many syntactic features of the language have changed incompatibly.
Backward-incompatible language changes are documented on the manual page.
'expunge' and 'unite' commands have been incompatibly improved.
New 'strip' command for generating test cases with blobs stripped out
New 'reduce' command for topological reduction of test cases.
The 'lint' command gets a test for the existence of multiple roots.
Selecting a date or action stamp matching multiple commits now matches all.
The surgical language now has a macro facility.
|
2014-01-02 14:14:05 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Update to 2.43
Changelog:
2.43: 2013-12-01
"set canonicalize" is now effective during import stream reads.
Introduced =O, =M, =F selectors for parentless, merge, and fork commits.
The "multiline" modifier on edit is replaced by the =L selector.
Selection-set evaluation now short-circuits predicates and is faster.
Fixed a buggy test that caused the reader to choke on submodule links.
2.42: 2013-11-21
Prevented crash when tagifying a mixed-branch commit.
svn_no_autoignores -> svn_noautoignores
Ignore single-rev mergeinfos in Subversion, they're cherry-picks.
|
2013-11-16 08:22:58 by Sergey Svishchev | Files touched by this commit (2) |
Log message:
Update to 2.41. Changes:
Fixed a fatal bug when reading any symlink from a live Subversion repo.
Added svn_no_autoignores option.
|
2013-11-16 08:20:23 by Sergey Svishchev | Files touched by this commit (2) |
Log message:
Update to 2.40. Changes:
Improve translation of Subversion ignores.
|
2013-08-21 00:38:39 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Fix typo.
|