comparison mercurial/help/subrepos.txt @ 24174:bd9f64ec891d

subrepos: support adding files in git subrepos This support includes correct matching, so includes, excludes and patterns are all supported.
author Mathias De Maré <mathias.demare@gmail.com>
date Tue, 24 Feb 2015 08:49:22 +0100
parents 07c1a7d1ef69
children a8595176dd64
comparison
equal deleted inserted replaced
24173:2cc8ee4c4e1c 24174:bd9f64ec891d
76 =================================== 76 ===================================
77 77
78 :add: add does not recurse in subrepos unless -S/--subrepos is 78 :add: add does not recurse in subrepos unless -S/--subrepos is
79 specified. However, if you specify the full path of a file in a 79 specified. However, if you specify the full path of a file in a
80 subrepo, it will be added even without -S/--subrepos specified. 80 subrepo, it will be added even without -S/--subrepos specified.
81 Git and Subversion subrepositories are currently silently 81 Subversion subrepositories are currently silently
82 ignored. 82 ignored.
83 83
84 :addremove: addremove does not recurse into subrepos unless 84 :addremove: addremove does not recurse into subrepos unless
85 -S/--subrepos is specified. However, if you specify the full 85 -S/--subrepos is specified. However, if you specify the full
86 path of a directory in a subrepo, addremove will be performed on 86 path of a directory in a subrepo, addremove will be performed on