mercurial/subrepo.py
Tue, 22 Feb 2011 15:11:10 -0500 Eric Eisner subrepo: expand relative sources for git subrepos stable
Thu, 17 Feb 2011 09:20:44 +0100 Martin Geisler subrepo: break long line found by check-code stable
Wed, 16 Feb 2011 11:53:48 -0600 Kevin Bullock subrepos: print short git changeset ids stable
Wed, 09 Feb 2011 10:53:09 +0100 Erik Zielke subrepos: prompt on conflicts on update with dirty subrepos
Wed, 09 Feb 2011 13:37:21 +0100 Erik Zielke subrepo: remove argument introduced by mistake in c19b9282d3a7
Tue, 01 Feb 2011 21:59:07 +0100 Patrick Mezard Merge with stable
Tue, 01 Feb 2011 21:39:28 +0100 Patrick Mezard subrepo: fix update -C with svn subrepos when cwd != repo.root stable
Tue, 04 Jan 2011 10:42:00 -0600 Kevin Bullock subrepo: clarify comments in dirty() methods
Mon, 31 Jan 2011 13:40:05 +0100 Erik Zielke subrepo: make update -C clean the working directory for git subrepos
Mon, 31 Jan 2011 13:38:00 +0100 Martin Geisler merge with stable
Mon, 31 Jan 2011 13:33:41 +0100 Erik Zielke subrepo: make update -C clean the working directory for svn subrepos stable
Sat, 22 Jan 2011 16:29:10 +0100 Patrick Mezard Merge with stable
Sat, 22 Jan 2011 16:15:40 +0100 Patrick Mezard subrepo: compare svn subrepo state to last committed revision stable
Tue, 04 Jan 2011 11:33:47 -0600 Kevin Bullock subrepo: fix svnsubrepo.dirty() checking of ignoreupdate (issue2499)
Mon, 20 Dec 2010 13:59:33 -0500 Eric Eisner subrepo: basic support for status of git subrepos
Mon, 20 Dec 2010 13:59:33 -0500 Eric Eisner subrepo: fix subrelpath for git subrepos
Mon, 20 Dec 2010 13:59:33 -0500 Eric Eisner subrepo: fix git archive parsing of directories and symfiles
Mon, 20 Dec 2010 13:59:33 -0500 Eric Eisner subrepo: support ignoreupdate in gitsubrepo's dirty()
Mon, 20 Dec 2010 13:59:19 -0500 Eric Eisner subrepo: backout 519ac79d680b
Tue, 07 Dec 2010 22:14:43 -0600 Kevin Bullock mq: update .hgsubstate if subrepos are clean (issue2499)
Fri, 17 Dec 2010 13:38:15 +0100 Erik Zielke subrepo: backout f02d7a562a21
Thu, 16 Dec 2010 14:50:36 -0600 Matt Mackall check-code: catch "except as"
Mon, 29 Nov 2010 09:37:23 +0100 Erik Zielke subrepo: avoids empty commit when .hgsubstate is dirty (issue2403)
Tue, 14 Dec 2010 21:58:13 -0500 Eric Eisner subrepo: use low-level git-diff-index for dirty()
Tue, 14 Dec 2010 21:56:43 -0500 Eric Eisner subrepo: defer determination of git's current branch
Tue, 14 Dec 2010 21:56:43 -0500 Eric Eisner subrepo: incorporate tracking branches into gitbranchmap
Tue, 14 Dec 2010 21:53:40 -0500 Eric Eisner subrepo: use low-level git-for-each-ref command in branchmap
Mon, 29 Nov 2010 16:34:10 +0100 Martin Geisler subrepo: add progress bar support to archive
Tue, 14 Dec 2010 18:10:51 -0600 Matt Mackall subrepo: re-backout 2245fcd0e160
Mon, 13 Dec 2010 11:52:52 +0100 Martin Geisler merge default heads in crew and main
Fri, 10 Dec 2010 23:05:48 +0100 Benoit Boissinot merge with stable
Fri, 10 Dec 2010 19:20:11 -0600 Matt Mackall merge with stable
Fri, 10 Dec 2010 19:08:17 -0600 Matt Mackall subrepo: backed out changeset 2245fcd0e160 stable
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: silence git output when ui.quiet is set
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: show git command with --debug
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: speed up git push logic
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: use subprocess.Popen without the shell
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: treat git error code 1 as success
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: gitsubrepo should inherit from abstractsubrepo
Fri, 10 Dec 2010 01:30:16 +0100 Mads Kiilerich subrepo: initialize subrepo relative default paths relative to their root stable
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner subrepo: drop arguments unsupported by old git
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner subrepo: work around old git's remote naming scheme
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
less more (0) -100 -60 tip