CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/03/06 05:49:27
Modified files:
devel/got : Makefile distinfo
Log message:
Update to got 0.29
- trim directories in got remove -R (tracey)
- prevent commits from being listed more than once in a histedit script
- fix histedit 'rebase commit ID mismatch' error when splitting a commit
- be helpful when users try to check out work trees without a known branch
- map 'tog path' to 'tog log path' if possible (requested by mpi)
- when "bad path" errors occur always show the path in question
- show merged commit ID upon merge conflict during rebase and histedit