comparison test-onsub.t @ 17:5ea3f7533ec5

Exposed new environment variable with the subrepo type. Updated test. Added a test for mixed subrepo cases.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 27 Mar 2012 16:53:23 -0700
parents 34aa014b5989
children d920e3425db5
comparison
equal deleted inserted replaced
16:44feac64ecfe 17:5ea3f7533ec5
41 repository's ".hgsub" file. 41 repository's ".hgsub" file.
42 42
43 "HG_SUBSTATE": 43 "HG_SUBSTATE":
44 State of the current subrepository as specified in the containing 44 State of the current subrepository as specified in the containing
45 repository's ".hgsubstate" file. 45 repository's ".hgsubstate" file.
46
47 "HG_SUBTYPE":
48 The type of the current subrepository (hg, git or svn).
46 49
47 options: 50 options:
48 51
49 -b --breadth-first use breadth-first traversal 52 -b --breadth-first use breadth-first traversal
50 -p --post-order use post-order depth-first traversal 53 -p --post-order use post-order depth-first traversal