Mon, 30 Jan 2012 17:37:45 +0100 qimport: when mq.secret=True set qimported revision as secret stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Mon, 30 Jan 2012 17:37:45 +0100] rev 16027
qimport: when mq.secret=True set qimported revision as secret
Mon, 30 Jan 2012 17:36:30 +0100 qrefresh: keep changeset phase during refresh stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Mon, 30 Jan 2012 17:36:30 +0100] rev 16026
qrefresh: keep changeset phase during refresh
Mon, 30 Jan 2012 17:33:09 +0100 phases: write default phase data as soon as possible. stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Mon, 30 Jan 2012 17:33:09 +0100] rev 16025
phases: write default phase data as soon as possible. Marks phase data as dirty when computing default phase. Actual writing is done when the lock is released. So, read only operation don't write phase data because they don't lock the repo.
Mon, 30 Jan 2012 18:06:57 +0100 phase: accept old style revision specification stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Mon, 30 Jan 2012 18:06:57 +0100] rev 16024
phase: accept old style revision specification
Mon, 30 Jan 2012 11:32:09 -0600 push: return 1 if no changes found (issue3228) stable
Matt Mackall <mpm@selenic.com> [Mon, 30 Jan 2012 11:32:09 -0600] rev 16023
push: return 1 if no changes found (issue3228) Currently we have the following return codes if nothing is found: commit incoming outgoing pull push intended 1 1 1 1 1 documented 1 1 1 0 1 actual 1 1 1 0 0 This fixes the lower-right entry.
Mon, 30 Jan 2012 11:26:20 -0600 push: more precise failure check on subrepo push stable
Matt Mackall <mpm@selenic.com> [Mon, 30 Jan 2012 11:26:20 -0600] rev 16022
push: more precise failure check on subrepo push This will let us distinguish between nothing to push and push failed
Mon, 30 Jan 2012 11:23:17 -0600 push: return 0 when updating bookmarks stable
Matt Mackall <mpm@selenic.com> [Mon, 30 Jan 2012 11:23:17 -0600] rev 16021
push: return 0 when updating bookmarks
Mon, 30 Jan 2012 11:15:34 -0600 push: fix coding errors in unused branch stable
Matt Mackall <mpm@selenic.com> [Mon, 30 Jan 2012 11:15:34 -0600] rev 16020
push: fix coding errors in unused branch This branch will get re-enabled in a subsequent fix
Sun, 29 Jan 2012 14:07:45 -0600 bookmarks: move current bookmark on update -u and bare pull -u (issue3222) stable
Matt Mackall <mpm@selenic.com> [Sun, 29 Jan 2012 14:07:45 -0600] rev 16019
bookmarks: move current bookmark on update -u and bare pull -u (issue3222) Currently, this won't update when a #branch spec is in the URL
Sun, 29 Jan 2012 13:36:10 -0600 phases: fix verify with secret csets stable
Matt Mackall <mpm@selenic.com> [Sun, 29 Jan 2012 13:36:10 -0600] rev 16018
phases: fix verify with secret csets Verify uses repo.cancopy() to detect whether a repo is a plain old local repo, so it was giving a confusing error message when secret changesets were present.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip