##// END OF EJS Templates
repo group: fix logging of rename/move...
repo group: fix logging of rename/move After renaming a group, it would iterate over all the contained groups and repos and update their full path while logging the update from the/old/path to the the/new/path. Doing that, it would also visit the already renamed top level group, but since the full path of that one already had been updated, it would log it as renaming from the/new/path to the/new/path. Fixed by logging when renaming in the first place, and skipping the top level repo group while iterating. To avoid redundant logging, only log (and rename) if the name or parent actually change. Based on a patch by toras9000.
Mads Kiilerich -
r8750:5c7b4229 stable
Show More
Name Size Modified Last Commit Author
/ docs
administrator_guide
api
dev
theme
usage
Makefile Loading ...
conf.py Loading ...
contributing.rst Loading ...
index.rst Loading ...
installation.rst Loading ...
installation_iis.rst Loading ...
installation_puppet.rst Loading ...
installation_win.rst Loading ...
installation_win_old.rst Loading ...
make.bat Loading ...
overview.rst Loading ...
readme.rst Loading ...
setup.rst Loading ...
upgrade.rst Loading ...