log mercurial/subrepo.py @ 13095:49c7e875482d

age author description
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner subrepo: use environment variable instead of git commit's --date
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner subrepo: parse git status's human-readable output
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner subrepo: use subprocess's cwd instead of git's --work-tree
Sun, 28 Nov 2010 17:19:23 -0500 Eric Eisner subrepo: lazily update git's local tracking branches
Sun, 28 Nov 2010 15:21:23 -0500 Eric Eisner subrepo: return both mapping directions from gitbranchmap
Sun, 28 Nov 2010 15:03:48 -0500 Eric Eisner subrepo: strip gitcommand output
Sun, 21 Nov 2010 22:00:51 -0500 Eric Eisner subrepo: lazier git push logic
Thu, 18 Nov 2010 19:20:21 -0500 Eric Eisner subrepo: archive git subrepos
Thu, 18 Nov 2010 23:15:13 +0100 Patrick Mezard Merge with stable
Thu, 18 Nov 2010 23:05:10 +0100 Patrick Mezard subrepo: handle missing subrepo spec file as removed stable
Wed, 17 Nov 2010 21:30:13 +0100 Patrick Mezard Merge with stable
Wed, 17 Nov 2010 21:25:23 +0100 Patrick Mezard subrepo: prune empty directories when removing svn subrepo stable
Wed, 17 Nov 2010 21:24:36 +0100 Patrick Mezard subrepo: use subprocess directly to avoid python 2.6 bug stable
Wed, 17 Nov 2010 21:00:47 +0100 Patrick Mezard subrepo: fix removing read-only svn files on Windows stable
Sun, 14 Nov 2010 18:31:40 -0500 Eric Eisner subrepo: removing (and restoring) git subrepo state
Sun, 14 Nov 2010 18:31:29 -0500 Eric Eisner subrepo: update and merge works with any git branch
Sun, 14 Nov 2010 18:22:33 -0500 Eric Eisner subrepo: allow git subrepos to push and merge
Sun, 14 Nov 2010 18:20:13 -0500 Eric Eisner subrepo: cloning and updating of git subrepos
Sun, 14 Nov 2010 18:15:26 -0500 Eric Eisner subrepo: support for adding a git subrepo
Fri, 05 Nov 2010 15:13:22 +0100 Ronny Pfannschmidt subrepo: test & fix svn subrepo removal stable
Wed, 27 Oct 2010 00:28:40 +0200 Mads Kiilerich subrepo: propagate non-default pull/push path to relative subrepos (issue1852) stable
Thu, 21 Oct 2010 10:54:37 +0200 Martin Geisler subrepo: svnsubrepo._wcrev should return str after 3d6ba8c2b1b8 stable
Thu, 21 Oct 2010 03:28:51 -0500 Matt Mackall subrepo: fix status check on SVN subrepos (issue2445) stable
Wed, 20 Oct 2010 10:13:04 +0200 Martin Geisler check-code: find trailing whitespace
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