[PATCH 2 of 3 STABLE] subrepo: improve help for git subrepo support

David M. Carr david at carrclan.us
Thu Nov 3 22:40:34 CDT 2011


# HG changeset patch
# User David M. Carr  <david at carrclan.us>
# Date 1320376350 14400
# Branch stable
# Node ID a73827124550316edaf969b56ef3d28be5f11e9c
# Parent  f2b8e4b8b84bc71a3488846157f115bb6e674e50
subrepo: improve help for git subrepo support

Add details on which commands are supported for git subrepos.

diff -r f2b8e4b8b84b -r a73827124550 mercurial/help/subrepos.txt
--- a/mercurial/help/subrepos.txt	Thu Nov 03 23:11:40 2011 -0400
+++ b/mercurial/help/subrepos.txt	Thu Nov 03 23:12:30 2011 -0400
@@ -73,8 +73,8 @@
 -----------------------------------
 
 :add: add does not recurse in subrepos unless -S/--subrepos is
-    specified. Subversion subrepositories are currently silently
-    ignored.
+    specified. Git and Subversion subrepositories are currently
+    silently ignored.
 
 :archive: archive does not recurse in subrepositories unless
     -S/--subrepos is specified.
@@ -90,16 +90,16 @@
 
 :diff: diff does not recurse in subrepos unless -S/--subrepos is
     specified. Changes are displayed as usual, on the subrepositories
-    elements. Subversion subrepositories are currently silently
-    ignored.
+    elements. Git and Subversion subrepositories are currently
+    silently ignored.
 
 :incoming: incoming does not recurse in subrepos unless -S/--subrepos
-    is specified. Subversion subrepositories are currently silently
-    ignored.
+    is specified. Git and Subversion subrepositories are currently
+    silently ignored.
 
 :outgoing: outgoing does not recurse in subrepos unless -S/--subrepos
-    is specified. Subversion subrepositories are currently silently
-    ignored.
+    is specified. Git and Subversion subrepositories are currently
+    silently ignored.
 
 :pull: pull is not recursive since it is not clear what to pull prior
     to running :hg:`update`. Listing and retrieving all


More information about the Mercurial-devel mailing list