926 <p> |
926 <p> |
927 Public method to add a sub-repository. |
927 Public method to add a sub-repository. |
928 </p> |
928 </p> |
929 <a NAME="Hg.hgAnnotate" ID="Hg.hgAnnotate"></a> |
929 <a NAME="Hg.hgAnnotate" ID="Hg.hgAnnotate"></a> |
930 <h4>Hg.hgAnnotate</h4> |
930 <h4>Hg.hgAnnotate</h4> |
931 <b>hgAnnotate</b>(<i>name</i>) |
931 <b>hgAnnotate</b>(<i>name, skiplist=""</i>) |
932 |
932 |
933 <p> |
933 <p> |
934 Public method to show the output of the hg annotate command. |
934 Public method to show the output of the hg annotate command. |
935 </p> |
935 </p> |
936 <dl> |
936 <dl> |
937 |
937 |
938 <dt><i>name</i></dt> |
938 <dt><i>name</i> (str)</dt> |
939 <dd> |
939 <dd> |
940 file name to show the annotations for (string) |
940 file name to show the annotations for |
|
941 </dd> |
|
942 <dt><i>skiplist</i> (str)</dt> |
|
943 <dd> |
|
944 name of a skip list file |
941 </dd> |
945 </dd> |
942 </dl> |
946 </dl> |
943 <a NAME="Hg.hgArchive" ID="Hg.hgArchive"></a> |
947 <a NAME="Hg.hgArchive" ID="Hg.hgArchive"></a> |
944 <h4>Hg.hgArchive</h4> |
948 <h4>Hg.hgArchive</h4> |
945 <b>hgArchive</b>(<i></i>) |
949 <b>hgArchive</b>(<i></i>) |