log

age author description
Thu, 22 Dec 2011 15:56:27 -0600 Matt Mackall merge with stable
Thu, 22 Dec 2011 15:56:17 -0600 Matt Mackall merge with i18n
Wed, 21 Dec 2011 11:48:18 +0200 Fabian Kreutz i18n-de: Translations and fixes until line 6000; more annotations
Mon, 19 Dec 2011 14:11:37 +0200 Fabian Kreutz i18n-de: New translations, mostly largefiles extension
Thu, 22 Dec 2011 00:42:25 +0100 Pierre-Yves David phases: do not exchange secret changesets
Thu, 22 Dec 2011 00:40:46 +0100 Pierre-Yves David phases: test the new-commit option and proper inheritence of phase
Fri, 16 Dec 2011 21:21:08 +0900 FUJIWARA Katsunori cygwin: add cygwin specific normcase logic
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori icasefs: avoid path-absoluteness/existance check in util.fspath() for efficiency
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori icasefs: retry directory scan once for already invalidated cache
Thu, 29 Sep 2011 17:20:04 +0200 Angel Ezquerra push: propagate --new-branch and --ssh options when pushing subrepos
Wed, 21 Dec 2011 23:56:15 +0100 Pierre-Yves David phases: implement ``phase()`` and ``hidden()`` method for workingctx
Tue, 20 Dec 2011 01:31:25 +0100 Pierre-Yves David Add a phases.new-commit option to control minimal phase of new commit
Tue, 20 Dec 2011 01:34:12 +0100 Pierre-Yves David phases: update doc to mention secret phase
Wed, 21 Dec 2011 23:47:18 +0100 Pierre-Yves David phases: prevent mq to qimport immutable change.
Mon, 19 Dec 2011 23:31:38 +0100 Pierre-Yves David phases: add a mutable boolean property on context
Tue, 20 Dec 2011 20:36:40 +0100 Laurens Holst ignore: add files present in the hackable-hg windows distribution
Tue, 20 Dec 2011 14:11:14 -0600 Kevin Bullock graft: use consistent language in help stable
Wed, 21 Dec 2011 14:36:08 -0600 Matt Mackall merge with stable
Tue, 20 Dec 2011 11:43:38 -0600 Matt Mackall largefiles: copy files in binary mode (issue3164) stable
Thu, 15 Dec 2011 16:41:03 -0500 Alistair Bell diff: when diffing a revision with a deleted subrepo, maintain the node context (issue3153) stable
Mon, 19 Dec 2011 11:37:44 +0100 Pierre-Yves David phases: add a function to compute visible heads
Sun, 18 Dec 2011 23:16:46 +0100 Pierre-Yves David phases: Add a third phase for secret changeset
Mon, 19 Dec 2011 11:29:39 +0100 Pierre-Yves David phases: fix advanceboundary behavior when targetphase !=0
Sun, 18 Dec 2011 23:15:12 +0100 Pierre-Yves David phases: add a bit more test for local phase movement.
Mon, 19 Dec 2011 14:04:33 -0600 Matt Mackall merge with stable
Mon, 19 Dec 2011 14:04:26 -0600 Matt Mackall merge with i18n
Mon, 19 Dec 2011 14:04:09 -0600 Matt Mackall merge with i18n stable
Mon, 19 Dec 2011 13:02:30 +0100 Martin Schröder i18n-de: several new translations
Fri, 16 Dec 2011 10:47:17 -0200 Wagner Bruna merge with i18n stable
Fri, 16 Dec 2011 10:43:18 -0200 Wagner Bruna i18n-pt_BR: synchronized with dc5d1394ecd1 stable
Fri, 16 Dec 2011 10:44:08 -0200 Wagner Bruna merge with i18n
Fri, 16 Dec 2011 10:13:46 +0300 Alexander Sauta i18n-ru: translated purge, progress, rebase
Wed, 14 Dec 2011 02:27:55 +0700 Andrei Polushin i18n-ru: editing for 'push' and 'pull'
Wed, 14 Dec 2011 01:56:57 +0700 Andrei Polushin i18n-ru: editing for 'commit'
Wed, 14 Dec 2011 00:48:54 +0700 Andrei Polushin i18n-ru: editing for 'directory'
Wed, 14 Dec 2011 00:43:31 +0700 Andrei Polushin i18n-ru: editing for 'remote'
Tue, 13 Dec 2011 22:55:43 +0700 Andrei Polushin i18n-ru: editing for 'repository'
Tue, 13 Dec 2011 01:51:08 +0700 Andrei Polushin i18n-ru: editing for 'store' (largefiles concept)
Tue, 13 Dec 2011 01:40:30 +0700 Andrei Polushin i18n-ru: editing for 'branch'
Tue, 13 Dec 2011 01:11:46 +0700 Andrei Polushin i18n-ru: spellcheck
Mon, 12 Dec 2011 00:03:26 +0300 Alexander Sauta i18n-ru: glossary synchronized with wiki, still requires fixing
Sun, 11 Dec 2011 23:28:57 +0300 Alexander Sauta i18n-ru: mq translated
Thu, 08 Dec 2011 20:12:56 +0300 Alexander Sauta i18n-ru: largefiles strings fixed
Fri, 16 Dec 2011 19:05:59 -0600 Matt Mackall merge with stable
Fri, 16 Dec 2011 21:21:27 +0900 FUJIWARA Katsunori merge: check filename case collision between changesets for branch merging stable
Fri, 16 Dec 2011 21:09:41 +0900 FUJIWARA Katsunori i18n: use encoding.lower/upper for encoding aware case folding stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori windows: use upper() instead of lower() or os.path.normcase() stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori icasefs: avoid normcase()-ing in util.fspath() for efficiency stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori icasefs: use util.normcase() instead of lower() or os.path.normcase in fspath stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori dirstate: prevent useless util.fspath() invocation for '.' stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori icasefs: consider as case sensitive if there is no counterevidence, for safety stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori pathauditor: switch normcase logic according to case sensitivity of filesystem stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori pathauditor: preserve case in abort messages stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori pathauditor: use normcase()-ed path for audit result cache stable
Fri, 09 Dec 2011 17:35:00 +0100 Martin Geisler largefiles: handle merges between normal files and largefiles (issue3084) stable
Wed, 14 Dec 2011 15:41:08 +0100 David Soria Parra progress: check for ui.quiet and ui.debugflag before we write stable
Fri, 16 Dec 2011 18:23:15 -0600 Matt Mackall changelog: handle decoding of NULs in extra more carefully (issue3156) stable
Thu, 15 Dec 2011 16:50:21 -0600 Matt Mackall merge with stable
Thu, 15 Dec 2011 23:08:09 +0100 Pierre-Yves David phases: change publish behavior to only alter behavior when server.
Thu, 15 Dec 2011 13:19:43 -0500 Kevin Gessner largefiles: don't require a user cache (issue3088) (issue3155) stable