Wed, 01 Feb 2012 12:20:10 +0100 mq: prevent rewriting operation on public changeset stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Wed, 01 Feb 2012 12:20:10 +0100] rev 16048
mq: prevent rewriting operation on public changeset The following operation are denied if the mq changeset is public * qrefresh * qpop * qfold note: qimport was already denied.
Tue, 31 Jan 2012 18:11:08 -0200 i18n-pt_BR: miscellaneous spelling and wording fixes stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Tue, 31 Jan 2012 18:11:08 -0200] rev 16047
i18n-pt_BR: miscellaneous spelling and wording fixes
Tue, 31 Jan 2012 19:44:09 +0900 i18n-ja: synchronized with 0f99e709ce08 stable
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Tue, 31 Jan 2012 19:44:09 +0900] rev 16046
i18n-ja: synchronized with 0f99e709ce08
Tue, 31 Jan 2012 12:30:54 +0400 i18n-ru: synchronized with c0b2986b37b8; public phase name changed stable
Alexander Sauta <demosito@gmail.com> [Tue, 31 Jan 2012 12:30:54 +0400] rev 16045
i18n-ru: synchronized with c0b2986b37b8; public phase name changed
Mon, 30 Jan 2012 20:17:59 -0200 i18n-pt_BR: synchronized with c0b2986b37b8 stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 30 Jan 2012 20:17:59 -0200] rev 16044
i18n-pt_BR: synchronized with c0b2986b37b8
Tue, 31 Jan 2012 23:13:04 -0600 qpush: avoid trying to manage existing history (issue2218) stable
Matt Mackall <mpm@selenic.com> [Tue, 31 Jan 2012 23:13:04 -0600] rev 16043
qpush: avoid trying to manage existing history (issue2218)
Tue, 31 Jan 2012 17:25:37 -0600 bundlerepo: try to find containing repo on creation (issue1812) stable
Matt Mackall <mpm@selenic.com> [Tue, 31 Jan 2012 17:25:37 -0600] rev 16042
bundlerepo: try to find containing repo on creation (issue1812)
Mon, 30 Jan 2012 16:37:15 -0600 phases: add resync example to help topic stable
Matt Mackall <mpm@selenic.com> [Mon, 30 Jan 2012 16:37:15 -0600] rev 16041
phases: add resync example to help topic
Mon, 30 Jan 2012 16:04:14 -0600 mq: fix secret description in help stable
Matt Mackall <mpm@selenic.com> [Mon, 30 Jan 2012 16:04:14 -0600] rev 16040
mq: fix secret description in help
Mon, 30 Jan 2012 16:01:54 -0600 pull: return 1 when no changes found (BC) stable
Matt Mackall <mpm@selenic.com> [Mon, 30 Jan 2012 16:01:54 -0600] rev 16039
pull: return 1 when no changes found (BC) 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 1 This makes pull agree with the rest of the table and makes it easy to detect "nothing was pulled" in scripts.
Mon, 30 Jan 2012 15:56:35 -0600 push: don't treat bookmark as a found change stable
Matt Mackall <mpm@selenic.com> [Mon, 30 Jan 2012 15:56:35 -0600] rev 16038
push: don't treat bookmark as a found change Treating bookmarks as a found change results in confusing documentation or output and is less useful for scripting.
Mon, 30 Jan 2012 14:44:01 -0600 glossary: add phase terms stable
Matt Mackall <mpm@selenic.com> [Mon, 30 Jan 2012 14:44:01 -0600] rev 16037
glossary: add phase terms
Mon, 30 Jan 2012 14:14:18 -0600 merge with i18n stable
Matt Mackall <mpm@selenic.com> [Mon, 30 Jan 2012 14:14:18 -0600] rev 16036
merge with i18n
Mon, 30 Jan 2012 16:28:27 +0100 i18n-sv: snchronized with ed9f40bc346f stable
Jens Bäckman <jens.backman@gmail.com> [Mon, 30 Jan 2012 16:28:27 +0100] rev 16035
i18n-sv: snchronized with ed9f40bc346f
Mon, 30 Jan 2012 13:04:13 +0400 i18n-ru: phases help translated stable
Alexander Sauta <demosito@gmail.com> [Mon, 30 Jan 2012 13:04:13 +0400] rev 16034
i18n-ru: phases help translated
Mon, 30 Jan 2012 11:52:38 +0400 i18n-ru: minor corrections on unclear strings stable
Alexander Sauta <demosito@gmail.com> [Mon, 30 Jan 2012 11:52:38 +0400] rev 16033
i18n-ru: minor corrections on unclear strings
Mon, 30 Jan 2012 02:48:03 +0700 i18n-ru: synchronized with 2605fc990725 stable
Andrei Polushin <polushin@gmail.com> [Mon, 30 Jan 2012 02:48:03 +0700] rev 16032
i18n-ru: synchronized with 2605fc990725
Mon, 30 Jan 2012 02:07:04 +0700 i18n-ru: verifying uncertain translations. stable
Andrei Polushin <polushin@gmail.com> [Mon, 30 Jan 2012 02:07:04 +0700] rev 16031
i18n-ru: verifying uncertain translations.
Mon, 30 Jan 2012 17:46:15 +0100 phases: allow phase name in phases.new-commit settings stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Mon, 30 Jan 2012 17:46:15 +0100] rev 16030
phases: allow phase name in phases.new-commit settings Before this commit only phase index where accepted
Mon, 30 Jan 2012 15:17:08 +0100 qfinish: do not set secret changeset to draft if mq.secret=false stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Mon, 30 Jan 2012 15:17:08 +0100] rev 16029
qfinish: do not set secret changeset to draft if mq.secret=false If mq.secret=false, mq should not touch phase
Mon, 30 Jan 2012 17:39:05 +0100 mq: take mq.secret configuration into account when picking the default phase stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Mon, 30 Jan 2012 17:39:05 +0100] rev 16028
mq: take mq.secret configuration into account when picking the default phase
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
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip