log

age author description
Thu, 02 Aug 2012 13:51:49 +0200 Pierre-Yves David mergetools.hgrc: set vimdiff to check=changed stable
Wed, 29 Aug 2012 02:09:43 +0200 Mads Kiilerich hgweb: avoid bad $$ processing in graph (issue3601) stable
Wed, 29 Aug 2012 13:16:56 -0500 Steve Borho wix: pick up new template files stable
Sat, 01 Sep 2012 12:49:43 -0500 Matt Mackall Added signature for changeset 072209ae4ddb stable
Sat, 01 Sep 2012 12:49:39 -0500 Matt Mackall Added tag 2.3.1 for changeset 072209ae4ddb stable
Sat, 01 Sep 2012 12:48:08 -0500 Matt Mackall merge with crew stable 2.3.1
Sat, 01 Sep 2012 14:31:31 +0200 Martin Schröder i18n-de: synchronized with 20665910d9d9; fix Bug 3082 stable
Fri, 31 Aug 2012 21:49:52 -0300 Wagner Bruna i18n-pt_BR: synchronized with bdd248666dbc stable
Fri, 31 Aug 2012 21:44:58 -0300 Wagner Bruna merge with i18n stable
Fri, 03 Aug 2012 21:37:33 +0200 Patrick Mezard convert: use subprocess for all commandline calls stable
Fri, 03 Aug 2012 21:05:01 +0200 Patrick Mezard convert: make commandline.limit_arglist private, simplify stable
Tue, 14 Aug 2012 22:38:25 -0400 Matt Harbison largefiles: adjust localstore to handle batch statlfile requests (issue3583) stable
Fri, 31 Aug 2012 23:27:26 +0200 Pierre-Yves David strip: fix revset usage (issue3604) stable
Fri, 31 Aug 2012 20:40:13 -0500 Matt Mackall merge with i18n stable
Mon, 27 Aug 2012 23:33:38 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 9d9d15928521 stable
Tue, 21 Aug 2012 16:06:34 -0700 Leah Xue histedit: factored out diff/patch logic
Tue, 28 Aug 2012 17:59:08 -0500 Matt Mackall merge with stable
Tue, 28 Aug 2012 11:15:34 -0500 Steve Borho obsolete: import modules within mercurial/ without "from mercurial" stable
Tue, 28 Aug 2012 20:57:11 +0200 Adrian Buehlmann test-hybridencode: add cases for com0..9 and lpt0..9
Thu, 16 Aug 2012 19:04:27 +0400 Nikolaj Sjujskij zsh completion: tweak options for `incoming`, `outgoing` and `rebase`
Thu, 16 Aug 2012 19:03:01 +0400 Nikolaj Sjujskij zsh completion: update mq commands completion
Thu, 16 Aug 2012 19:03:01 +0400 Nikolaj Sjujskij zsh completion: add new options for existing commands
Thu, 16 Aug 2012 19:03:01 +0400 Nikolaj Sjujskij zsh completion: add support for convert, graphlog, purge, record extensions
Thu, 16 Aug 2012 19:03:01 +0400 Nikolaj Sjujskij zsh completion: add subrepos options for all supporting commands
Thu, 16 Aug 2012 19:03:01 +0400 Nikolaj Sjujskij zsh completion: add new option groups for options
Thu, 16 Aug 2012 19:02:49 +0400 Nikolaj Sjujskij zsh completion: add `forget` and `rollback` commands
Thu, 16 Aug 2012 11:21:46 +0400 Nikolaj Sjujskij zsh completion: complete additional topics for `help`, not commands only
Mon, 27 Aug 2012 21:10:11 +0200 Patrick Mezard Merge with stable
Mon, 27 Aug 2012 09:57:58 -0400 John Li tests: merging bookmarked heads stable
Fri, 24 Aug 2012 17:51:47 -0500 Matt Mackall merge with stable
Mon, 06 Aug 2012 12:59:47 +0200 Adrian Buehlmann debuginstall: show directory for Python lib stable
Sat, 04 Aug 2012 07:14:40 +0200 Ross Lagerwall util: replace util.nulldev with os.devnull stable
Sat, 04 Aug 2012 20:20:48 +0200 Patrick Mezard revset: add hidden() revset
Thu, 23 Aug 2012 18:19:19 -0500 Steve Borho wix: bump MSI based installers to use Python 2.7 stable
Fri, 24 Aug 2012 14:53:07 -0500 Matt Mackall merge with stable
Fri, 24 Aug 2012 14:52:45 -0500 Matt Mackall tests: fix template test output
Wed, 22 Aug 2012 11:18:35 -0400 John Li merge: handle case when heads are all bookmarks stable
Tue, 21 Aug 2012 20:51:16 +0200 Patrick Mezard verify: do not choke on valid changelog without manifest stable
Tue, 21 Aug 2012 13:12:56 -0700 Bryan O'Sullivan Merge
Fri, 17 Aug 2012 15:12:01 -0700 Neil Kodner templater: abort when a template filter raises an exception (issue2987)
Tue, 21 Aug 2012 12:27:57 -0500 Matt Mackall merge with stable
Tue, 21 Aug 2012 12:27:47 -0500 Matt Mackall merge with i18n
Mon, 13 Aug 2012 16:09:35 +0400 Alexander Sauta i18n-ru: synchronized with c6f88e7f95b7
Tue, 21 Aug 2012 12:26:53 -0500 Matt Mackall merge heads in stable stable
Fri, 17 Aug 2012 14:37:59 -0500 Matt Mackall commit: normalize filenames when checking explicit files (issue3576) stable
Sat, 18 Aug 2012 16:35:36 +0200 Patrick Mezard test-status.t: test ui.slash on Windows
Thu, 16 Aug 2012 13:57:43 +0200 Adrian Buehlmann manifest: remove redundant sorted() call for --all
Wed, 15 Aug 2012 16:33:26 -0700 Bryan O'Sullivan Merge from crew-stable
Wed, 15 Aug 2012 16:31:25 -0700 Bryan O'Sullivan store: only one kind of OSError means "nonexistent entry" stable
Wed, 15 Aug 2012 16:30:32 -0700 Bryan O'Sullivan store: sort the results of fncachestore.datafiles() stable
Wed, 15 Aug 2012 23:03:40 +0200 Patrick Mezard Merge with stable
Wed, 15 Aug 2012 22:50:23 +0200 Patrick Mezard fileset: fix generator vs list bug in fast path stable
Wed, 15 Aug 2012 22:28:32 +0200 Patrick Mezard debugfileset: implement --rev, more tests stable
Wed, 15 Aug 2012 22:09:09 +0200 Patrick Mezard test-fileset: test remaining predicates stable
Wed, 15 Aug 2012 19:25:45 +0200 Patrick Mezard fileset: do not traceback on invalid grep pattern stable
Wed, 15 Aug 2012 22:29:32 +0200 Patrick Mezard fileset: matchctx.existing() must consider ignored files stable
Wed, 15 Aug 2012 22:29:09 +0200 Patrick Mezard fileset: matchctx.existing() must consider unknown files stable
Wed, 15 Aug 2012 21:44:00 +0200 Patrick Mezard fileset: exclude deleted files from matchctx.existing() stable
Wed, 15 Aug 2012 18:04:50 +0200 Patrick Mezard test-fileset: test file status predicates stable
Wed, 15 Aug 2012 19:02:04 +0200 Patrick Mezard fileset: actually implement 'minusset' stable
Wed, 15 Aug 2012 17:39:03 +0200 Patrick Mezard tests: test filesets with test-fileset.t stable
Wed, 15 Aug 2012 12:12:21 +0200 Sune Foldager merge with stable
Wed, 15 Aug 2012 12:04:50 +0200 Sune Foldager rollback: write dirstate branch with correct encoding stable
Tue, 14 Aug 2012 08:12:09 -0700 Bryan O'Sullivan Merge
Tue, 14 Aug 2012 08:11:15 -0700 Bryan O'Sullivan templatekw: merge, preferring the second implementation
Tue, 10 Jul 2012 08:43:32 -0700 epriestley templatekw: add p1rev, p1node, p2rev, p2node keywords
Mon, 13 Aug 2012 14:04:52 -0700 Bryan O'Sullivan parsers: fix an integer size warning issued by clang
Tue, 10 Jul 2012 08:43:32 -0700 epriestley templatekw: add parent1, parent1node, parent2, parent2node keywords
Mon, 13 Aug 2012 11:49:55 -0700 Bryan O'Sullivan Merge with crew-stable
Thu, 02 Aug 2012 19:10:45 +0400 sorcerer revlog: don't try to partialmatch strings those length > 40 stable
Sat, 11 Aug 2012 12:45:53 -0500 Matt Mackall merge with stable
Sat, 11 Aug 2012 12:45:37 -0500 Matt Mackall merge with i18n stable
Fri, 10 Aug 2012 15:42:15 +0400 Nikolaj Sjujskij i18n-ru: fix spelling of "missing" equivalent stable
Thu, 09 Aug 2012 13:31:08 +0400 Alexander Sauta i18n-ru: synchronized with b131e24e2984 stable
Tue, 07 Aug 2012 11:18:45 -0300 Wagner Bruna i18n-pt_BR: synchronized with b5c560787a4e stable
Wed, 08 Aug 2012 18:10:37 +0200 Mads Kiilerich check-code: fix check for trailing whitespace on continued lines too
Wed, 08 Aug 2012 18:10:30 +0200 Mads Kiilerich check-code: fix check for trailing whitespace on empty lines
Wed, 08 Aug 2012 18:10:16 +0200 Mads Kiilerich check-code: fix check for trailing whitespace on sh command lines
Wed, 08 Aug 2012 21:38:53 +0200 Patrick Mezard Merge with stable
Mon, 06 Aug 2012 10:45:11 +0200 Adrian Buehlmann update: fix typo in help text stable
Wed, 08 Aug 2012 10:04:02 -0500 Augie Fackler clone: don't fail with --update for non-local clones (issue3578) stable
Mon, 06 Aug 2012 12:07:21 -0500 Matt Mackall merge with stable
Mon, 06 Aug 2012 12:03:07 -0500 Matt Mackall merge with i18n stable
Mon, 06 Aug 2012 18:15:16 +0400 Alexander Sauta i18n-ru: synchronized with 474ae9720aa5 stable
Thu, 02 Aug 2012 11:46:30 -0300 Wagner Bruna i18n-pt_BR: synchronized with e4db509c08ec stable
Thu, 02 Aug 2012 11:45:16 -0300 Wagner Bruna histedit, i18n: warn translators about edit command names stable
Sat, 04 Aug 2012 15:58:23 +0200 Patrick Mezard Merge with stable
Thu, 02 Aug 2012 11:28:21 -0300 Wagner Bruna histedit: sync docstring with edit comment stable
Sat, 04 Aug 2012 14:37:17 +0200 Ross Lagerwall templater: handle a missing value correctly stable
Sat, 04 Aug 2012 12:29:53 +0200 Javi Merino help/hgweb: fix spelling error stable
Fri, 03 Aug 2012 17:33:44 +0200 Patrick Mezard tests: remove stray test-convert-mtn-rename-directory.out
Thu, 02 Aug 2012 18:33:40 +0200 Patrick Mezard Merge with stable
Thu, 02 Aug 2012 17:48:58 +0200 Patrick Mezard context: simplify workingctx._parents
Thu, 02 Aug 2012 01:49:36 -0500 Matt Mackall Added signature for changeset 7f5094bb3f42 stable
Thu, 02 Aug 2012 01:49:32 -0500 Matt Mackall Added tag 2.3 for changeset 7f5094bb3f42 stable
Wed, 01 Aug 2012 15:12:22 +0200 Pierre-Yves David test: fix typo in test comment stable 2.3
Wed, 01 Aug 2012 09:41:57 -0500 Augie Fackler histedit: add proper locking around repair.strip() calls stable
Tue, 31 Jul 2012 18:18:26 +0200 Patrick Mezard rebase: remove second broken synopsis line (issue3172) stable
Sat, 28 Jul 2012 22:40:30 +0300 Idan Kamara localrepo: clear the filecache on _rollback() and destroyed() stable
Wed, 01 Aug 2012 00:20:10 +0200 Mads Kiilerich help: add 'mergetools' alias for the 'merge-tools' help topic stable
Wed, 01 Aug 2012 14:59:15 +0200 Mads Kiilerich help: use the first topic name from helptable, not the longest alias stable
Wed, 01 Aug 2012 00:18:23 +0200 Mads Kiilerich help: fix helptable indentation stable
Wed, 01 Aug 2012 14:08:19 +0200 Patrick Mezard transplant: fix emptied changeset message stable
Tue, 31 Jul 2012 17:39:32 +0200 Patrick Mezard transplant: handle non-empty patches doing nothing (issue2806) stable
Sun, 29 Jul 2012 23:16:20 +0200 Patrick Mezard hgweb: fix graph view paging stable
Sun, 29 Jul 2012 19:44:57 +0200 Patrick Mezard help/config.txt: document web.maxshortchanges stable
Sun, 29 Jul 2012 19:37:25 +0200 Patrick Mezard help/config.txt: reorder [web] options stable
Mon, 30 Jul 2012 03:27:07 +0900 FUJIWARA Katsunori histedit: make comment part of the file describing rules as translatable stable
Thu, 02 Aug 2012 00:52:43 -0500 Matt Mackall merge with i18n stable
Wed, 01 Aug 2012 18:56:39 +0400 Alexander Sauta i18n-ru: synchronized with 85188487b9b4 stable
Fri, 20 Jul 2012 12:18:31 +0400 Nikolaj Sjujskij i18n-ru: add missing space in summary output template stable
Wed, 01 Aug 2012 18:10:07 +0400 Alexander Sauta i18n-ru: synchronized with b616e4aacf96 stable
Wed, 01 Aug 2012 05:58:00 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 3339e3df159d stable
Tue, 31 Jul 2012 14:12:14 -0300 Wagner Bruna i18n-pt_BR: synchronized with e66fa4d587dc stable
Wed, 01 Aug 2012 15:49:00 +0200 Patrick Mezard log: make opts entries optional (issue2423) stable
Tue, 31 Jul 2012 19:47:54 +0200 Adrian Buehlmann test-clone: fix for vfat stable
Tue, 31 Jul 2012 15:57:50 +0200 Thomas Arendsen Hein obsolete: fix typos in comments introduced by 6955d69a52a4 stable
Tue, 31 Jul 2012 15:50:44 +0200 Thomas Arendsen Hein pager: drop -S option for less in example for pager configuration stable
Tue, 31 Jul 2012 15:32:08 +0200 Pierre-Yves David obsolete: properly increment currentlen when building pushkey payload stable
Tue, 31 Jul 2012 00:59:38 +0200 wujek srujek hgweb: fixes invalid parents / children in comparison stable