log mercurial/subrepo.py @ 20108:af12f58e2aa0

age author description
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
Wed, 06 Feb 2013 22:54:09 -0500 Matt Harbison subrepo: chain the original exception to SubrepoAbort
Mon, 15 Apr 2013 23:52:57 +0900 Yuya Nishihara subrepo: fix exception on revert when "all" option is omitted
Sat, 16 Feb 2013 01:21:40 +0100 Angel Ezquerra subrepo: do not push mercurial subrepos whose store is clean
Sat, 16 Feb 2013 01:18:53 +0100 Angel Ezquerra subrepo: implement "storeclean" method for mercurial subrepos
Sat, 16 Feb 2013 01:11:20 +0100 Angel Ezquerra subrepo: introduce storeclean method
Sat, 16 Feb 2013 00:07:00 +0100 Angel Ezquerra subrepo: introduce storeclean helper functions
Fri, 29 Mar 2013 19:54:06 -0700 Siddharth Agarwal pull: list bookmarks before pulling changesets (issue3873)
Thu, 31 Jan 2013 01:44:29 +0100 Pierre-Yves David subrepo: allows to drop courtesy phase sync (issue3781) stable
Tue, 27 Nov 2012 20:56:27 -0500 Matt Harbison subrepo: use sharepath if available when locating the source repo stable
Wed, 12 Dec 2012 02:38:14 +0100 Mads Kiilerich subrepos: process subrepos in sorted order
Thu, 03 Jan 2013 17:42:25 +0100 Angel Ezquerra subrepo: make 'in subrepo' string easier to find by external tools
Thu, 10 Jan 2013 10:35:37 -0800 Brendan Cully subrepo: fix python2.4 compatibility after 9aa6bee6e9f9
Thu, 03 Jan 2013 17:35:58 +0100 Angel Ezquerra subrepo: add subrepo property to SubrepoAbort exceptions
Thu, 13 Dec 2012 23:37:53 +0100 Angel Ezquerra subrepo: append subrepo path to subrepo error messages
Tue, 04 Dec 2012 11:19:32 -0600 Kevin Bullock merge with stable
Fri, 30 Nov 2012 00:43:55 +0900 FUJIWARA Katsunori subrepo: add argument to "diff()" to pass "ui" of caller side (issue3712) (API) stable 2.4.1
Tue, 27 Nov 2012 14:58:00 -0800 Bryan O'Sullivan subrepo: use posixpath when diffing, for consistent paths
Wed, 24 Oct 2012 18:45:22 +0200 Simon Heimberg subrepo: only do clean update when overwrite is set (issue3276) stable
Wed, 10 Oct 2012 01:18:06 +0200 Simon Heimberg subrepo: subrepo isolation, pass baseui when cloning a new subrepo (issue2904) stable
Sat, 28 Jul 2012 23:28:36 +0200 Simon Heimberg peer: subrepo isolation, pass repo instead of repo.ui to hg.peer stable