log mercurial/subrepo.py @ 20689:401f9b661a2d

age author description
Mon, 03 Feb 2014 18:36:00 -0500 Augie Fackler itersubrepos: move to scmutil to break a direct import cycle
Sun, 24 Nov 2013 02:17:17 +0100 Angel Ezquerra subrepo: make it possible to update to hidden subrepo revisions stable
Sun, 24 Nov 2013 02:13:00 +0100 Angel Ezquerra subrepo: remove unnecessary else clause in hgsubrepo._get stable
Sun, 24 Nov 2013 02:10:14 +0100 Angel Ezquerra subrepo: do not try to get hidden revisions stable
Wed, 13 Nov 2013 15:55:30 +0900 FUJIWARA Katsunori subrepo: check phase of state in each subrepositories before committing
Mon, 25 Nov 2013 16:15:44 -0600 Matt Mackall merge with stable
Mon, 25 Nov 2013 13:50:36 -0600 Matt Mackall subrepo: sanitize non-hg subrepos stable
Wed, 06 Nov 2013 18:19:04 -0500 Augie Fackler pathutil: tease out a new library to break an import cycle from canonpath use
Fri, 06 Sep 2013 00:38:28 +0200 Angel Ezquerra merge: let the user choose to merge, keep local or keep remote subrepo revisions
Fri, 20 Sep 2013 10:15:37 -0400 Augie Fackler subrepo: move import of xml.minidom.dom to its own line for check-code
Wed, 21 Aug 2013 22:34:04 +0200 Angel Ezquerra subrepo: make submerge() return the merged substate
Wed, 22 May 2013 17:31:43 -0500 Matt Mackall ui: merge prompt text components into a singe string
Thu, 09 May 2013 21:09:58 +0900 FUJIWARA Katsunori subrepo: open files in 'rb' mode to read exact data in (issue3926) stable
Tue, 16 Apr 2013 22:00:05 -0500 pozheg subrepo: clone of git sub-repository creates incorrect git branch (issue3870)
Thu, 21 Mar 2013 22:09:15 +0100 Angel Ezquerra archive: raise error.Abort if the file pattern matches no files