log mercurial/subrepo.py @ 12753:ef5eaf53f4f7

age author description
Tue, 19 Oct 2010 03:56:20 +0200 Mads Kiilerich subrepo: abort instead of pushing/pulling to the repo itself
Tue, 19 Oct 2010 03:55:28 +0200 Mads Kiilerich subrepo: rename relpath to subrelpath and introduce reporelpath
Sun, 26 Sep 2010 16:11:04 -0500 Brodie Rao subrepos: add missing self argument to abstractsubrepo.checknested
Mon, 13 Sep 2010 10:33:49 -0300 Wagner Bruna subrepo: improve lookup error messages
Mon, 20 Sep 2010 15:46:17 +0200 Martin Geisler subrepo: add support for 'hg archive'
Mon, 20 Sep 2010 15:44:30 +0200 Martin Geisler subrepo: introduce files and filedata methods for subrepo classes
Mon, 13 Sep 2010 13:09:31 +0200 Martin Geisler incoming: recurse into subrepositories with --subrepos/-S flag
Mon, 13 Sep 2010 13:09:26 +0200 Martin Geisler outgoing: recurse into subrepositories with --subrepos/-S flag
Mon, 13 Sep 2010 13:09:20 +0200 Martin Geisler add: recurse into subrepositories with --subrepos/-S flag
Fri, 10 Sep 2010 23:53:49 +0200 Martin Geisler subrepo: handle diff with working copy
Fri, 10 Sep 2010 22:52:00 +0200 Patrick Mezard subrepos: handle diff nodeids in subrepos, not before
Tue, 07 Sep 2010 16:34:07 +0200 Martin Geisler subrepos: add function for iterating over ctx subrepos
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler diff: recurse into subrepositories with --subrepos/-S flag
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler status: recurse into subrepositories with --subrepos/-S flag
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler localrepo: add auditor attribute which knows about subrepos
Fri, 27 Aug 2010 13:03:57 +0200 Martin Geisler subrepo: use [0-9] instead of [\d] in svn subrepo regex
Thu, 19 Aug 2010 13:25:46 +0200 Martin Geisler subrepos: handle backslashes in subpaths
Thu, 15 Jul 2010 18:10:05 +0200 Martin Geisler subrepos: support remapping of .hgsub source paths
Thu, 15 Jul 2010 14:11:14 +0200 Martin Geisler Merge with stable
Thu, 15 Jul 2010 13:24:02 +0200 Mads Kiilerich subrepo: docstrings stable
Wed, 14 Jul 2010 20:25:31 +0200 Martin Geisler subrepos: let caller specify a filename for SVN commands
Wed, 14 Jul 2010 20:25:31 +0200 Martin Geisler subrepo: add abstract superclass for subrepo classes
Wed, 30 Jun 2010 23:56:35 -0500 Matt Mackall subrepo: correctly handle update -C with modified subrepos (issue2022) stable
Tue, 29 Jun 2010 17:30:42 -0500 Matt Mackall subrepo: fix recording of + in .hgsubstate (issue2217) stable
Sun, 27 Jun 2010 18:20:49 -0500 Matt Mackall subrepo: fix silent push failure for SVN (issue2241) stable
Fri, 07 May 2010 14:19:14 -0500 Matt Mackall subrepo: fix 2.5ism in url parsing
Sat, 01 May 2010 23:05:22 +0200 Edouard Gomez subrepo: print paths relative to upper repo root for push/pull/commit
Sat, 01 May 2010 23:05:22 +0200 Edouard Gomez subrepo: print pushing url
Sat, 01 May 2010 23:05:19 +0200 Edouard Gomez subrepo: normalize path part of URLs so that pulling subrepos from webdir works
Sat, 01 May 2010 15:15:35 -0500 Matt Mackall Merge with stable