Mercurial > hg
graph
-
store: fncache may contain non-existent entries (fixes b9a56b816ff2)Fri, 12 Oct 2012 10:52:33 +0200, by Adrian Buehlmann
-
store: add new _exists helper function on fncachestoreFri, 12 Oct 2012 10:52:32 +0200, by Adrian Buehlmann
-
store: move __contains__() implementation from class fncache into fncachestoreFri, 12 Oct 2012 10:40:09 +0200, by Adrian Buehlmann
-
test-log: fix / vs \ issues on Windows introduced with 6d218e47cf9bFri, 12 Oct 2012 10:12:26 +0200, by Adrian Buehlmann
-
perf: simply use repo.store for perffncache* commandsFri, 12 Oct 2012 19:43:24 +0200, by Adrian Buehlmann
-
test-subrepo-recursion.t: re-introduce glob to handle \ slashes on WindowsSun, 14 Oct 2012 18:30:47 +0200, by Mads Kiilerich
-
run-tests: make it possible to combine (esc) with (glob) and (re)Sun, 14 Oct 2012 18:30:42 +0200, by Mads Kiilerich
-
run-tests: alternative way of handling \r on WindowsMon, 15 Oct 2012 02:33:12 +0200, by Mads Kiilerich
-
obsolete: flip `obstore.successors` and `obsolete.precursors`Tue, 16 Oct 2012 15:39:12 +0200, by Pierre-Yves David
-
obsolete: add example of marker usage in the documentationSun, 14 Oct 2012 23:33:10 +0200, by Pierre-Yves David
-
obsolete: cheap detection of nullid as successorsMon, 15 Oct 2012 00:12:06 +0200, by Pierre-Yves David
-
commands: don't infer repo for commands like update (issue2748)Tue, 16 Oct 2012 11:43:15 -0700, by Siddharth Agarwal
-
hgweb: make the escape filter remove null characters (issue2567)Mon, 15 Oct 2012 09:43:34 -0700, by Siddharth Agarwal
-
histedit: create obsolescence markers in deterministic orderTue, 16 Oct 2012 16:56:14 +0200, by Pierre-Yves David
-
bookmarks: when @ bookmark diverges, don't double the @ sign (BC)Mon, 15 Oct 2012 23:54:54 -0400, by David M. Carr
-
histedit: max(x, key=y) and min(x, key=y) are not available in python 2.4Tue, 16 Oct 2012 16:04:28 +0200, by Thomas Arendsen Hein
-
vfs: use self.write to write symlink placeholdersSat, 13 Oct 2012 15:10:39 -0500, by Matt Mackall
-
histedit: do not use "min" on ctxSun, 14 Oct 2012 23:49:28 +0200, by Pierre-Yves David
-
histedit: clean abort when there is nothing to editSun, 14 Oct 2012 23:58:02 +0200, by Pierre-Yves David
-
histedit: rename `revs` in `ctxs` inside the `between` functionMon, 15 Oct 2012 00:05:16 +0200, by Pierre-Yves David
-
test: fix invalid redirection for histedit textSun, 14 Oct 2012 23:03:58 +0200, by Pierre-Yves David
-
vfs: backout fchmod change from 76b73ce0ffacSat, 13 Oct 2012 15:03:00 -0500, by Matt Mackall
-
histedit: refuse to edit public changesetFri, 12 Oct 2012 21:41:08 +0200, by Pierre-Yves David
-
histedit: ignores hidden revision when checking for orphaned nodesThu, 27 Sep 2012 14:00:52 +0200, by Pierre-Yves David
-
histedit: simplify computation of edited set (issue3620)Wed, 10 Oct 2012 06:27:06 +0200, by Pierre-Yves David
-
histedit: add obsolete supportThu, 27 Sep 2012 13:59:48 +0200, by Pierre-Yves David
-
histedit: replace various nodes lists with replacement graph (and issue3582)Thu, 11 Oct 2012 08:36:50 +0200, by Pierre-Yves David
-
merge with durin42Fri, 12 Oct 2012 15:52:59 -0500, by Matt Mackall
-
clone: update to @ bookmark if it existsWed, 21 Mar 2012 16:53:39 -0500, by Kevin Bullock
-
templatefilters: avoid traceback caused by bogus date input (issue3344)Fri, 10 Aug 2012 20:37:20 +0100, by Christian Ebert
-
notify: support revset selection for subscriptionsMon, 13 Aug 2012 22:42:10 +0200, by Michal Sznajder
-
revsets: add branchpoint() functionMon, 13 Aug 2012 21:50:45 +0200, by Ivan Andrus
-
vfs: use fchmod for _fixfilemodeThu, 11 Oct 2012 22:58:34 -0500, by Matt Mackall
-
tests: correctly report a test killed by a signalThu, 11 Oct 2012 16:05:14 -0700, by Bryan O'Sullivan
-
histedit: update bookmark movement noticeWed, 10 Oct 2012 05:54:38 +0200, by Pierre-Yves David
-
histedit: simplify computation of `newchildren` during --continueWed, 10 Oct 2012 06:20:14 +0200, by Pierre-Yves David
-
test-fncache: enable for WindowsWed, 03 Oct 2012 19:43:10 +0200, by Adrian Buehlmann
-
store: invoke "osutil.listdir()" via vfsTue, 09 Oct 2012 16:17:55 +0900, by FUJIWARA Katsunori
-
log: speed up hg log for untracked files (issue1340)Thu, 13 Sep 2012 23:50:45 -0700, by smuralid
-
store: add a contains method to fncachestoreThu, 13 Sep 2012 17:57:43 -0700, by smuralid
-
store: add a contains method to basicstoreThu, 13 Sep 2012 17:00:34 -0700, by smuralid
-
tests: drop filtercr.py and use the very explicit '\r (no-eol) (esc)' markupWed, 10 Oct 2012 01:37:54 +0200, by Mads Kiilerich
-
run-tests: allow test output lines to be terminated with \r in addition to \nWed, 26 Sep 2012 00:56:27 +0200, by Mads Kiilerich
-
run-tests: use more explicit criteria for detecting no-eolWed, 10 Oct 2012 01:37:53 +0200, by Mads Kiilerich
-
branchcache: fetch source branchcache during clone (issue3378)Wed, 03 Oct 2012 13:19:53 -0700, by Tomasz Kleczek
-
run-tests: drop unused enumerateWed, 10 Oct 2012 01:30:45 +0200, by Mads Kiilerich
-
spelling: fix minor spell checker issuesWed, 10 Oct 2012 01:29:56 +0200, by Mads Kiilerich
-
test-dirstate: remove test with date larger than 32 bitTue, 09 Oct 2012 12:47:54 +0200, by Thomas Arendsen Hein
-
merge with crew-stableTue, 09 Oct 2012 09:45:44 +0200, by Thomas Arendsen Hein
-
bookmarks: deactivate current bookmark if no name is given stableMon, 08 Oct 2012 00:19:30 +0200, by Kevin Bullock
-
contrib: add a commit synthesizer for reproducing scaling problemsMon, 08 Oct 2012 15:57:21 -0700, by Bryan O'Sullivan
-
dirstate: handle large dates and times with masking (issue2608)Mon, 08 Oct 2012 17:50:42 -0500, by Matt Mackall
-
exewrapper: adapt for legacy HackableMercurialTue, 07 Aug 2012 11:04:41 +0200, by Adrian Buehlmann
-
store: restore getsize methodMon, 08 Oct 2012 16:46:11 -0500, by Matt Mackall
-
mq: update bookmarks during qrefreshMon, 01 Oct 2012 02:44:46 +0200, by David Soria Parra
-
templater: drop redundant return in _flattenMon, 08 Oct 2012 16:21:24 -0500, by Matt Mackall
-
store: invoke "os.path.isdir()" via vfsTue, 09 Oct 2012 01:41:55 +0900, by FUJIWARA Katsunori
-
store: replace invocation of "getsize()" by "vfs.stat()"Tue, 09 Oct 2012 01:41:55 +0900, by FUJIWARA Katsunori
-
store: invoke "os.stat()" for "createmode" initialization via vfsTue, 09 Oct 2012 01:41:55 +0900, by FUJIWARA Katsunori
-
vfs: define "join()" in each classes derived from "abstractvfs"Tue, 09 Oct 2012 01:41:55 +0900, by FUJIWARA Katsunori
-
store: initialize vfs field first to use it for initialization of othersTue, 09 Oct 2012 01:41:55 +0900, by FUJIWARA Katsunori
-
scmutil: reorder newly added functions for vfs support in dictionary orderTue, 09 Oct 2012 01:41:55 +0900, by FUJIWARA Katsunori
-
store: rename field name from "opener" to "vfs" in internal classes for fncacheTue, 09 Oct 2012 01:41:55 +0900, by FUJIWARA Katsunori
-
store: rename argument name from "op"(ener) to "vfs"Tue, 09 Oct 2012 01:41:55 +0900, by FUJIWARA Katsunori
-
verify: rename "hasmanifest" variable for source code readabilityThu, 04 Oct 2012 01:24:05 +0900, by FUJIWARA Katsunori
-
verify: use appropriate local variable in "checkentry()"Thu, 04 Oct 2012 01:24:05 +0900, by FUJIWARA Katsunori
-
verify: use appropriate node information to show verification errorThu, 04 Oct 2012 01:24:05 +0900, by FUJIWARA Katsunori
-
help: add information about recovery from corruption to help of "verify"Thu, 04 Oct 2012 01:24:05 +0900, by FUJIWARA Katsunori
-
hidden: remove tags use in hidden computationMon, 03 Sep 2012 14:35:31 +0200, by Pierre-Yves David
-
clfilter: do not use tags cache if there are filtered changesetsMon, 03 Sep 2012 14:35:05 +0200, by Pierre-Yves David
-
clfilter: do not use branchmap cache if there are filtered changesetsMon, 03 Sep 2012 14:34:19 +0200, by Pierre-Yves David
-
MergeMon, 08 Oct 2012 09:55:41 -0700, by Bryan O'Sullivan
-
fancyopts: don't show a traceback on invalid integer valuesMon, 08 Oct 2012 15:35:16 +0200, by Idan Kamara
-
check-code: replace heredocs in unified testsWed, 03 Oct 2012 22:09:18 +0200, by Idan Kamara
-
test-fncache: test reserved / long pathsWed, 19 Sep 2012 20:33:20 +0200, by Adrian Buehlmann
-
setup: calculate version more correctlyFri, 05 Oct 2012 13:44:52 -0500, by Bryan O'Sullivan
-
mq: improve qqueue message with patches applied (issue3036)Thu, 04 Oct 2012 17:00:32 -0500, by Bryan O'Sullivan
-
subrepo, hghave: use "svn --version --quiet" to determine version numberThu, 04 Oct 2012 16:52:20 +0200, by Thomas Arendsen Hein
-
merge with crew-stableThu, 04 Oct 2012 16:44:28 +0200, by Thomas Arendsen Hein
-
subrepo: setting LC_MESSAGES only works if LC_ALL is empty or unset stableThu, 04 Oct 2012 16:30:40 +0200, by Thomas Arendsen Hein
-
merge with crew-stableThu, 04 Oct 2012 10:11:17 +0200, by Thomas Arendsen Hein
-
clone: activate bookmark specified with --updaterev stableTue, 02 Oct 2012 09:26:42 +0200, by Thomas Arendsen Hein
-
Merge with crew-stableTue, 02 Oct 2012 14:31:25 -0700, by Bryan O'Sullivan
-
MergeTue, 02 Oct 2012 14:31:14 -0700, by Bryan O'Sullivan
-
keepalive: drop python 2.2 legacy codeTue, 02 Oct 2012 14:27:13 -0700, by Bryan O'Sullivan
-
pathencode: change isset name to avoid name collisionSun, 30 Sep 2012 15:31:27 +0200, by André Sintzoff
-
largefiles: download missing subrepo revs when archiving stableSun, 23 Sep 2012 00:08:13 -0400, by Matt Harbison
-
hgweb: change IE canvas test (issue3639)Mon, 01 Oct 2012 23:05:02 -0500, by Matt Mackall
-
store: optimize _pathencode by checking the length of the unencoded pathSun, 30 Sep 2012 23:53:56 +0200, by Adrian Buehlmann
-
pathencode: skip encoding if input is already longer than maxstorepathlenSun, 30 Sep 2012 23:53:56 +0200, by Adrian Buehlmann
-
pathencode: simplify basicencodeSun, 30 Sep 2012 23:53:56 +0200, by Adrian Buehlmann
-
test-hybridencode: in practice, extensions aren't really unbound in lengthSun, 30 Sep 2012 23:53:56 +0200, by Adrian Buehlmann
-
MergeMon, 01 Oct 2012 21:54:04 +0200, by Patrick Mezard
-
histedit-test: clarify the reason of a failureThu, 27 Sep 2012 01:53:28 +0200, by Pierre-Yves David
-
histedit-test: make test-fold more verboseMon, 24 Sep 2012 15:46:01 +0200, by Pierre-Yves David
-
bookmarks: teach the -r option to use revsetsMon, 01 Oct 2012 03:19:23 +0200, by David Soria Parra
-
help: add example of paths other than default in hgrcSat, 29 Sep 2012 13:41:02 +0200, by Juan Pablo Carbajal (desktop)
-
i18n-ja: synchronized with f36f11f2bfce stableFri, 28 Sep 2012 19:43:40 +0900, by FUJIWARA Katsunori
-
merge with stableSat, 29 Sep 2012 12:28:52 -0500, by Matt Mackall
-
lock: fixed race condition in trylock/testlock (issue3506) stableThu, 27 Sep 2012 14:38:03 -0700, by Tomasz Kleczek
-
scmutil: backout 83785bb56062 (issue3643)Sat, 29 Sep 2012 11:57:16 -0500, by Matt Mackall
-
help: removing trailing spacesSat, 29 Sep 2012 13:34:37 +0200, by Juan Pablo Carbajal (desktop)
-
Merge with stableSat, 29 Sep 2012 13:43:31 +0200, by Patrick Mezard
-
clfilter: introduce `filteredrevs` attribute on changelogThu, 20 Sep 2012 19:02:47 +0200, by Pierre-Yves David
-
clfilter: remove any explicit revision number from default cmdutil rangeMon, 03 Sep 2012 14:29:05 +0200, by Pierre-Yves David
-
clfilter: remove usage of `range` in favor of iteration over changelogThu, 20 Sep 2012 19:01:53 +0200, by Pierre-Yves David
-
clfilter: split `revlog.headrevs` C call from python codeMon, 03 Sep 2012 14:19:45 +0200, by Pierre-Yves David
-
clfilter: handle non contiguous iteration in `revlov.headrevs`Mon, 03 Sep 2012 14:12:45 +0200, by Pierre-Yves David
-
clfilter: make the revlog class responsible of all its iterationThu, 20 Sep 2012 19:00:59 +0200, by Pierre-Yves David
-
clfilter: introduce a `hassecret` functionMon, 03 Sep 2012 14:05:19 +0200, by Pierre-Yves David
-
filter: `updatebranchcache` during `addchangegroup` instead of after lockMon, 03 Sep 2012 14:03:38 +0200, by Pierre-Yves David
-
lock-checker: new contrib extension based on work done by MadsWed, 01 Aug 2012 22:13:27 -0500, by Augie Fackler
-
resolve: commit the changes after each item resolve (issue3638)Tue, 25 Sep 2012 20:50:40 +0300, by Sergey Kishchenko
-
bookmarks: rename arguments/variables for source code readabilitySat, 22 Sep 2012 14:53:50 +0900, by FUJIWARA Katsunori
-
histedit: move `continue` logic into a dedicated functionThu, 27 Sep 2012 13:54:47 +0200, by Pierre-Yves David
-
histedit: rename `tip` to `topmost`Wed, 26 Sep 2012 18:13:00 +0200, by Pierre-Yves David
-
histedit: factorise node stripping logicWed, 26 Sep 2012 14:46:08 +0200, by Pierre-Yves David
-
histedit: extract bookmark logic in a dedicated functionWed, 26 Sep 2012 14:19:19 +0200, by Pierre-Yves David
-
histedit: remove all usages of hex[:12]Wed, 26 Sep 2012 12:57:23 +0200, by Pierre-Yves David
-
merge with stableThu, 27 Sep 2012 15:51:14 -0500, by Matt Mackall
-
largefiles: enable islfilesrepo() prior to a commit (issue3541) stableMon, 30 Jul 2012 20:56:41 -0400, by Matt Harbison
-
largefiles: handle commit -A properly, after a --large commit (issue3542) stableMon, 30 Jul 2012 20:56:41 -0400, by Matt Harbison
-
i18n-ru: fix spelling of "unrecognized response" translation stableFri, 14 Sep 2012 23:52:33 +0400, by Nikolaj Sjujskij
-
localrepo: use "vfs" constructor/field for initialization around "store"Fri, 31 Aug 2012 02:06:29 +0900, by FUJIWARA Katsunori
-
store: initialize "vfs" fields by "vfs" constructorsFri, 31 Aug 2012 02:06:29 +0900, by FUJIWARA Katsunori
-
store: rename "op" variables to "vfs"Fri, 31 Aug 2012 02:06:29 +0900, by FUJIWARA Katsunori
-
store: rename "openertype" argument to "vfstype"Fri, 31 Aug 2012 02:06:29 +0900, by FUJIWARA Katsunori
-
localrepo: use "vfs" constructor instead of "opener" oneFri, 31 Aug 2012 02:06:29 +0900, by FUJIWARA Katsunori
-
scmutil: rename classes from "opener" to "vfs"Fri, 31 Aug 2012 02:06:29 +0900, by FUJIWARA Katsunori
-
doc: add the tool to check section marks in help documentsMon, 13 Aug 2012 21:25:48 +0900, by FUJIWARA Katsunori
-
histedit: replaces patching logic by mergesFri, 21 Sep 2012 19:27:22 +0200, by Pierre-Yves David
-
histedit-test: ensure that non commute test will never commuteFri, 21 Sep 2012 19:13:25 +0200, by Pierre-Yves David
-
histedit: display action being processed in debug modeFri, 21 Sep 2012 19:25:19 +0200, by Pierre-Yves David
-
histedit: fold in memoryFri, 21 Sep 2012 19:24:31 +0200, by Pierre-Yves David
-
histedit: move makedesc function near other rules related functionFri, 21 Sep 2012 00:33:30 +0200, by Pierre-Yves David
-
histedit: move `between function` outside the action logicFri, 21 Sep 2012 19:14:04 +0200, by Pierre-Yves David
-
histedit document the makedest functionFri, 21 Sep 2012 00:30:22 +0200, by Pierre-Yves David
-
histedit: documents the between functionFri, 21 Sep 2012 00:30:07 +0200, by Pierre-Yves David
-
templatefilters: add parameterized date methodMon, 24 Sep 2012 15:54:45 -0500, by Matt Mackall
-
templatefilters: add parameterized fill functionMon, 24 Sep 2012 15:54:44 -0500, by Matt Mackall
-
templater: pull in functions defined in templatefiltersMon, 24 Sep 2012 15:28:04 -0500, by Matt Mackall
-
templater: add if/ifeq conditionalsMon, 24 Sep 2012 15:26:56 -0500, by Matt Mackall
-
templater: add sub() functionMon, 24 Sep 2012 15:26:17 -0500, by Matt Mackall
-
templater: correctly deal with r"" stringsMon, 24 Sep 2012 15:24:27 -0500, by Matt Mackall
-
template: add join functionSat, 22 Sep 2012 13:04:36 -0500, by Matt Mackall
-
templater: factor out runtemplate methodSat, 22 Sep 2012 13:02:33 -0500, by Matt Mackall
-
templating: make new-style templating features work with command line listsFri, 21 Sep 2012 18:54:00 -0500, by Matt Mackall
-
formatter: improve implementation of data methodThu, 20 Sep 2012 23:30:59 -0400, by David M. Carr
-
Merge with crew-stableWed, 19 Sep 2012 09:38:51 -0700, by Bryan O'Sullivan
-
archival: add "extended-timestamp" extra block for zip archives (issue3600) stableTue, 18 Sep 2012 19:46:15 +0900, by FUJIWARA Katsunori
-
bookmarks: use "changectx.descendant()" for efficient descendant examinationTue, 18 Sep 2012 21:39:12 +0900, by FUJIWARA Katsunori
-
context: add "descendant()" to changectx for efficient descendant examinationTue, 18 Sep 2012 21:39:12 +0900, by FUJIWARA Katsunori
-
bookmarks: avoid redundant creation/assignment of "validdests" in "validdest()"Tue, 18 Sep 2012 21:39:12 +0900, by FUJIWARA Katsunori
-
store: add a fallback _pathencode Python functionWed, 19 Sep 2012 14:00:23 +0200, by Adrian Buehlmann
-
store: move _plainhybridencode and _dothybridencode higher up in the fileWed, 19 Sep 2012 13:58:51 +0200, by Adrian Buehlmann
-
test-hybridencode: use store._dothybridencode(s)Wed, 19 Sep 2012 11:39:18 +0200, by Adrian Buehlmann
-
store: fix _hashencode call in _dothybridencodeWed, 19 Sep 2012 11:39:07 +0200, by Adrian Buehlmann
-
check-code: catch yield inside try/finally (with tests)Wed, 19 Sep 2012 12:29:12 +0200, by Thomas Arendsen Hein
-
Merge with mpmTue, 18 Sep 2012 16:30:21 -0700, by Bryan O'Sullivan
-
store: use native fncache encoding function if availableTue, 18 Sep 2012 16:25:20 -0700, by Bryan O'Sullivan
-
tests: run test-hybridencode.py over both Python and C encodersTue, 18 Sep 2012 16:09:02 -0700, by Bryan O'Sullivan
-
store: implement fncache basic path encoding in CTue, 18 Sep 2012 15:42:19 -0700, by Bryan O'Sullivan
-
rebase: ensure rebase does not revive extinct revisionTue, 18 Sep 2012 23:32:42 +0200, by Pierre-Yves David
-
rebase: remove useless list around repo.revsTue, 18 Sep 2012 23:29:05 +0200, by Pierre-Yves David
-
rebase: properly handle --collapse when creating obsolescence markerTue, 18 Sep 2012 23:42:27 +0200, by Pierre-Yves David
-
rebase: allow creation obsolescence relation instead of strippingTue, 18 Sep 2012 23:13:31 +0200, by Pierre-Yves David
-
rebase: extract final changesets cleanup logic in a dedicated functionTue, 18 Sep 2012 22:58:12 +0200, by Pierre-Yves David
-
store: refactor hashed encoding into its own functionTue, 18 Sep 2012 14:37:32 -0700, by Bryan O'Sullivan
-
store: reuse direncoded path in _hybridencodeTue, 18 Sep 2012 19:51:59 +0200, by Adrian Buehlmann
-
store: extract functions _encodefname and _decodefnameTue, 18 Sep 2012 19:51:48 +0200, by Adrian Buehlmann
-
store: use fast C implementation of encodedir() if it's availableTue, 18 Sep 2012 11:44:16 +0200, by Adrian Buehlmann
-
pathencode: new C module with fast encodedir() functionTue, 18 Sep 2012 11:43:30 +0200, by Adrian Buehlmann
-
store: add multiline doctest case for encodedir()Tue, 18 Sep 2012 07:58:50 +0200, by Adrian Buehlmann
-
store: optimize fncache._load a bit by dirdecoding the contents in one goMon, 17 Sep 2012 11:00:38 +0200, by Adrian Buehlmann
-
wireproto: workaround for yield inside try/finally incompatible with python2.4Tue, 18 Sep 2012 17:00:58 +0200, by Thomas Arendsen Hein
-
merge with stableTue, 18 Sep 2012 16:19:56 -0500, by Matt Mackall
-
largefiles: delegate to the wrapped clone command stableSun, 09 Sep 2012 12:43:24 -0400, by Matt Harbison
-
largefiles: don't convert dest=None to dest=hg.defaultdest() in clone command stableSun, 09 Sep 2012 12:09:53 -0400, by Matt Harbison
-
largefiles: restore caching of largefiles with 'clone -U --all-largefiles' stableSun, 09 Sep 2012 03:37:38 -0400, by Matt Harbison
-
largefiles: restore normal 'clone -u' and 'clone -U' functionality stableSat, 08 Sep 2012 13:31:06 -0400, by Matt Harbison
-
formatter: add base implementation of data methodSat, 15 Sep 2012 22:50:34 -0400, by David M. Carr
-
merge with stableTue, 18 Sep 2012 15:36:58 +0200, by Thomas Arendsen Hein
-
merge with mainTue, 18 Sep 2012 15:30:22 +0200, by Thomas Arendsen Hein
-
largefiles: fix trailing spaces in test-largefiles.t stableTue, 18 Sep 2012 15:29:43 +0200, by Thomas Arendsen Hein
-
test-hybridencode: add a case for direncodeSun, 16 Sep 2012 22:43:24 +0200, by Adrian Buehlmann
-
store: optimize fncache._write by direncoding the contents in one goMon, 17 Sep 2012 08:58:35 +0200, by Adrian Buehlmann
-
store: move encode lambda logic into fncachestoreSun, 16 Sep 2012 11:41:02 +0200, by Adrian Buehlmann
-
store: eliminate one level of lambda functions on _hybridencodeSun, 16 Sep 2012 11:36:14 +0200, by Adrian Buehlmann
-
store: parameter path of _auxencode is now a list of stringsSun, 16 Sep 2012 11:36:06 +0200, by Adrian Buehlmann
-
store: keep an accumulated length for the shorted dirs in _hybridencodeSun, 16 Sep 2012 11:36:00 +0200, by Adrian Buehlmann
-
store: reorder basename assignment in _hybridencodeSun, 16 Sep 2012 11:35:55 +0200, by Adrian Buehlmann
-
store: remove uneeded startswith('data/') checks in encodedir() and decodedir()Sat, 15 Sep 2012 21:44:08 +0200, by Adrian Buehlmann
-
store: remove uneeded startswith('data/') check in _hybridencode()Sat, 15 Sep 2012 21:43:56 +0200, by Adrian Buehlmann
-
store: refactor splitting off of "data/" in _hybridencode()Sat, 15 Sep 2012 21:43:14 +0200, by Adrian Buehlmann
-
merge with stableMon, 17 Sep 2012 15:13:17 -0500, by Matt Mackall
-
Merge with stableMon, 17 Sep 2012 21:53:50 +0200, by Patrick Mezard
-
hgweb: fix incorrect graph padding calculation (issue3626) stableMon, 17 Sep 2012 21:33:16 +0200, by Tim Delaney
-
largefiles: preserve the exit status of the forget command stableWed, 05 Sep 2012 22:42:23 -0400, by Matt Harbison
-
largefiles: preserve the exit status of the rebase command stableWed, 05 Sep 2012 22:31:03 -0400, by Matt Harbison
-
largefiles: preserve the exit status of the log command stableWed, 05 Sep 2012 22:12:40 -0400, by Matt Harbison
-
largefiles: exit from remove with 1 on warnings stableSun, 09 Sep 2012 20:18:08 -0400, by Matt Harbison
-
largefiles: preserve exit code from outgoing command (issue3611) stableWed, 05 Sep 2012 21:26:08 -0400, by Matt Harbison
-
store: let _auxencode() return the list of path segmentsSat, 15 Sep 2012 21:43:05 +0200, by Adrian Buehlmann
-
store: eliminate unneded last assignment to n in _auxencode()Sat, 15 Sep 2012 21:42:58 +0200, by Adrian Buehlmann
-
store: unindent most of the contents of the for loop in _auxencode()Sat, 15 Sep 2012 21:42:52 +0200, by Adrian Buehlmann
-
store: optimize _auxencode() by assigning to the list elements of the pathSat, 15 Sep 2012 21:42:43 +0200, by Adrian Buehlmann
-
store: optimze _auxencode() a bit by grouping the reserved names by lengthSat, 15 Sep 2012 21:41:09 +0200, by Adrian Buehlmann
-
store: explain "aux.foo" versus "foo.aux" in doc of _auxencode()Sat, 15 Sep 2012 21:41:53 +0200, by Adrian Buehlmann
-
store: add 'com0' and 'lpt0' doctest cases for _auxencode()Sat, 15 Sep 2012 21:41:45 +0200, by Adrian Buehlmann
-
wireproto: fix check-code.py breakage introduced by 6d97dd630d79Sat, 15 Sep 2012 08:38:02 +0200, by Patrick Mezard
-
record: fix display of non-ASCII names in chunk selectionSat, 15 Sep 2012 00:06:08 +0400, by Nikolaj Sjujskij
-
tests: enable even more Windows server testsFri, 14 Sep 2012 21:05:24 +0200, by Patrick Mezard
-
test-obsolete-checkheads: fix on windowsFri, 14 Sep 2012 20:40:52 +0200, by Patrick Mezard
-
sshserver: avoid a multi-dot attribute lookup in a hot loopFri, 14 Sep 2012 12:09:44 -0700, by Bryan O'Sullivan
-
store: reduce string concatenation when joiningFri, 14 Sep 2012 12:09:05 -0700, by Bryan O'Sullivan
-
scmutil: use the new faster path splitFri, 14 Sep 2012 12:08:55 -0700, by Bryan O'Sullivan
-
util: implement a faster os.path.split for posix systemsFri, 14 Sep 2012 12:08:17 -0700, by Bryan O'Sullivan
-
scmutil: make join cheaperFri, 14 Sep 2012 12:07:33 -0700, by Bryan O'Sullivan
-
wireproto: don't format a debug string inside a hot loopFri, 14 Sep 2012 12:06:40 -0700, by Bryan O'Sullivan
-
wireproto: bypass filechunkiter for small files when streamingFri, 14 Sep 2012 12:05:37 -0700, by Bryan O'Sullivan
-
wireproto: don't audit local paths during stream_outFri, 14 Sep 2012 12:05:12 -0700, by Bryan O'Sullivan
-
scmutil: delegate mustaudit property to the real openerFri, 14 Sep 2012 12:04:46 -0700, by Bryan O'Sullivan
-
scmutil: turn opener._audit into a property, mustauditFri, 14 Sep 2012 12:04:35 -0700, by Bryan O'Sullivan
-
perf: add perffncacheencodeFri, 14 Sep 2012 13:02:31 +0200, by Adrian Buehlmann
-
Merge with mpmThu, 13 Sep 2012 17:00:56 -0700, by Bryan O'Sullivan
-
bookmark: take successors into account when updating (issue3561)Sun, 26 Aug 2012 01:28:22 +0200, by Pierre-Yves David
-
bookmarks: extract valid destination logic in a dedicated functionSun, 26 Aug 2012 00:28:56 +0200, by Pierre-Yves David
-
checkheads: don't warn about unsynced changes that we ill obsoleteSun, 26 Aug 2012 00:27:44 +0200, by Pierre-Yves David
-
checkheads: check successors for new heads in both missing and commonSun, 26 Aug 2012 00:25:33 +0200, by Pierre-Yves David
-
checkheads: attend to phases when computing new heads with obsoleteFri, 24 Aug 2012 16:52:45 +0200, by Pierre-Yves David
-
test: add testing of checkheads behavior with obsoleteWed, 01 Aug 2012 19:35:05 +0200, by Pierre-Yves David
-
merge with stableThu, 13 Sep 2012 14:33:10 -0500, by Matt Mackall
-
i18n-de: Remove unused sprintf parameter stableMon, 10 Sep 2012 09:40:42 +0200, by Martin Schröder
-
tests: unset variable HG if it is setSat, 28 Jul 2012 23:28:17 +0200, by Simon Heimberg
-
test-hybridencode: a few more casesThu, 13 Sep 2012 17:46:34 +0200, by Adrian Buehlmann
-
tests: enable more server tests on WindowsWed, 12 Sep 2012 22:21:54 +0200, by Patrick Mezard
-
test-static-http.t: enable on WindowsWed, 12 Sep 2012 22:31:54 +0200, by Patrick Mezard
-
Merge spelling fixesTue, 11 Sep 2012 08:36:09 -0700, by Bryan O'Sullivan
-
spelling: requestedFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
en-us: serializationFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
en-us: recognizedFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
en-us: penalizeFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
en-us: initializationFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
en-us: InitializeFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
grammar: it-handlesFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
grammar: rolled-backFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
grammar: just-the-headsFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: valueFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: updateFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: transferredFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: transactionFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: thoroughlyFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: syntacticFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: synchronizeFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: supersedeFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: successfullyFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: succeededFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: StructuredFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: splitFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: specificFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: shouldn'tFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: sentinelFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: responsibilityFri, 17 Aug 2012 13:58:19 -0700, by timeless
-
spelling: reliesFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: releaseFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: recursionFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: propagatedFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: primarilyFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: priorFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: precedeFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: overrideFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: operationsFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: multipleFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: MacintoshFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
en-us: labeledFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: justFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: journalingFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: deactivatesFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: implementingFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: indentedFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: furtherFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: followingFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: nonexistentFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: existenceFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: exerciseFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: equivalentFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: efficientlyFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: don't/do notFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: doesn't/does notFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: destinationFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: directlyFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: descendantsFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: deactivateFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: dependentFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: FailingFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: ExplicitlyFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: EnvironmentFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: ConstructFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
spelling: AuthoritativeFri, 17 Aug 2012 13:58:18 -0700, by timeless
-
amend: add obsolete supportTue, 11 Sep 2012 00:12:07 +0200, by Pierre-Yves David
-
obsolete: add a high level function to create an obsolete markerFri, 24 Aug 2012 21:16:23 +0200, by Pierre-Yves David
-
amend: use an explicit commit message for temporary amending commitSat, 25 Aug 2012 16:20:41 +0200, by Pierre-Yves David
-
amend: wrap all commit operations in a single transactionMon, 10 Sep 2012 23:44:24 +0200, by Pierre-Yves David
-
amend: lock the repository during the whole processSat, 25 Aug 2012 15:37:28 +0200, by Pierre-Yves David
-
Merge with crewMon, 10 Sep 2012 14:08:10 -0700, by Bryan O'Sullivan
-
obsolete: introduce caches for all meaningful setsTue, 28 Aug 2012 20:52:04 +0200, by Pierre-Yves David
-
Merge with stableSun, 09 Sep 2012 12:35:06 +0200, by Patrick Mezard
-
test-http-branchmap: enable on WindowsSun, 09 Sep 2012 12:31:14 +0200, by Patrick Mezard
-
killdaemons: take file argument explicitelyMon, 20 Aug 2012 22:36:51 +0200, by Patrick Mezard
-
killdaemons: add windows implementationSun, 19 Aug 2012 18:06:15 +0200, by Patrick Mezard
-
run-tests: do not duplicate killdaemons() codeSun, 19 Aug 2012 16:41:09 +0200, by Patrick Mezard
-
bash_completion: add rebase rev completionFri, 31 Aug 2012 13:17:16 -0500, by Kevin Bullock
-
tests: correct quoting of double quotes in here documents used to write hooks stableMon, 03 Sep 2012 17:25:50 +0100, by Jim Hague
-
amend: preserve phase of amended revision (issue3602) stableThu, 30 Aug 2012 16:47:08 +0200, by Pierre-Yves David
-
color: enabled color support for export command (issue1507)Mon, 27 Aug 2012 09:37:49 -0700, by Ankur Dahiya
-
test-hybridencode: extensions are replicated on hashed pathsThu, 06 Sep 2012 22:51:32 +0200, by Adrian Buehlmann
-
Merge with crew-stableThu, 06 Sep 2012 10:57:49 -0700, by Bryan O'Sullivan
-
test-hybridencode: dropping dir eight in hashed path due to dot or space at endThu, 06 Sep 2012 19:53:23 +0200, by Adrian Buehlmann
-
hgweb: respond 403 forbidden for ssl required errorWed, 05 Sep 2012 23:59:27 +0900, by Yuya Nishihara
-
test-push-http: include exit status of hg pushWed, 05 Sep 2012 23:58:43 +0900, by Yuya Nishihara
-
test-hybridencode: adding one truncated char to dir 1..7 won't drop dir 8Thu, 06 Sep 2012 15:53:59 +0200, by Adrian Buehlmann
-
test-hybridencode: testing dir levels and dir prefix lenghts of hashed pathsThu, 06 Sep 2012 15:04:07 +0200, by Adrian Buehlmann
-
histedit: fix unused variable warnings spotted by pyflakesWed, 05 Sep 2012 22:01:09 +0200, by Patrick Mezard
-
test-convert-mtn.t: generate files in binary modeFri, 03 Aug 2012 17:26:58 +0200, by Patrick Mezard
-
test-convert-mtn.t: use #if to set mtndir to the correct valueFri, 03 Aug 2012 17:26:30 +0200, by Patrick Mezard
-
test-convert-darcs.t: fix elementtree testFri, 03 Aug 2012 17:56:34 +0200, by Patrick Mezard
-
test-convert-svn-branches.t: fix self call failure on WindowsFri, 03 Aug 2012 17:59:21 +0200, by Patrick Mezard
-
record: checks for valid username before starting recording process (issue3456)Mon, 27 Aug 2012 12:41:10 -0700, by Sumeet
-
test-hybridencode: test full range of ASCII codes from 126 to 255Wed, 05 Sep 2012 14:08:31 +0200, by Adrian Buehlmann
-
test-hybridencode: remove x00 character caseWed, 05 Sep 2012 13:57:58 +0200, by Adrian Buehlmann
-
Merge with crew-stableTue, 04 Sep 2012 15:50:42 -0700, by Bryan O'Sullivan
-
subrepo: encode unicode path names (issue3610) stableTue, 04 Sep 2012 15:46:04 -0700, by Bryan O'Sullivan
-
test-hybridencode: add more testcases for hashed pathsFri, 31 Aug 2012 13:08:11 +0200, by Adrian Buehlmann
-
Merge with crew-stableTue, 04 Sep 2012 13:50:50 -0700, by Bryan O'Sullivan
-
MergeTue, 04 Sep 2012 13:49:10 -0700, by Bryan O'Sullivan
-
merge with crew-stableFri, 31 Aug 2012 23:42:02 +0200, by Benoit Boissinot
-
test: remove invalid hidden rev in graphlog testThu, 30 Aug 2012 22:13:24 +0200, by Pierre-Yves David
-
Merge with stableWed, 29 Aug 2012 21:26:39 +0200, by Patrick Mezard
-
test-hybridencode: more testcasesWed, 29 Aug 2012 11:48:36 +0200, by Adrian Buehlmann
-
remove template-vars.txt - it is outdated and neither usable nor necessaryWed, 29 Aug 2012 01:24:57 +0200, by Mads Kiilerich
-
largefiles: minor code cleanupMon, 27 Aug 2012 23:17:21 +0200, by Mads Kiilerich
-
declare local constants instead of using magic values and commentsMon, 27 Aug 2012 23:16:22 +0200, by Mads Kiilerich
-
avoid using abbreviations that look like spelling errorsMon, 27 Aug 2012 23:14:27 +0200, by Mads Kiilerich
-
improve some comments and docstrings, fixing issues found when spell checkingTue, 21 Aug 2012 02:41:20 +0200, by Mads Kiilerich
-
delete some dead comments and docstringsTue, 21 Aug 2012 02:41:20 +0200, by Mads Kiilerich
-
fix wording and not-completely-trivial spelling errors and bad docstringsWed, 15 Aug 2012 22:39:18 +0200, by Mads Kiilerich
-
fix trivial spelling errorsWed, 15 Aug 2012 22:38:42 +0200, by Mads Kiilerich
-
mergetools.hgrc: set vimdiff to check=changed stableThu, 02 Aug 2012 13:51:49 +0200, by Pierre-Yves David
-
hgweb: avoid bad $$ processing in graph (issue3601) stableWed, 29 Aug 2012 02:09:43 +0200, by Mads Kiilerich
-
i18n-de: synchronized with 20665910d9d9; fix Bug 3082 stableSat, 01 Sep 2012 14:31:31 +0200, by Martin Schröder
-
convert: use subprocess for all commandline calls stableFri, 03 Aug 2012 21:37:33 +0200, by Patrick Mezard
-
convert: make commandline.limit_arglist private, simplify stableFri, 03 Aug 2012 21:05:01 +0200, by Patrick Mezard
-
largefiles: adjust localstore to handle batch statlfile requests (issue3583) stableTue, 14 Aug 2012 22:38:25 -0400, by Matt Harbison
-
i18n-ja: synchronized with 9d9d15928521 stableMon, 27 Aug 2012 23:33:38 +0900, by FUJIWARA Katsunori
-
histedit: factored out diff/patch logicTue, 21 Aug 2012 16:06:34 -0700, by Leah Xue
-
merge with stableTue, 28 Aug 2012 17:59:08 -0500, by Matt Mackall
-
obsolete: import modules within mercurial/ without "from mercurial" stableTue, 28 Aug 2012 11:15:34 -0500, by Steve Borho
-
test-hybridencode: add cases for com0..9 and lpt0..9Tue, 28 Aug 2012 20:57:11 +0200, by Adrian Buehlmann
-
zsh completion: tweak options for `incoming`, `outgoing` and `rebase`Thu, 16 Aug 2012 19:04:27 +0400, by Nikolaj Sjujskij
-
zsh completion: update mq commands completionThu, 16 Aug 2012 19:03:01 +0400, by Nikolaj Sjujskij
-
zsh completion: add new options for existing commandsThu, 16 Aug 2012 19:03:01 +0400, by Nikolaj Sjujskij
-
zsh completion: add support for convert, graphlog, purge, record extensionsThu, 16 Aug 2012 19:03:01 +0400, by Nikolaj Sjujskij
-
zsh completion: add subrepos options for all supporting commandsThu, 16 Aug 2012 19:03:01 +0400, by Nikolaj Sjujskij
-
zsh completion: add new option groups for optionsThu, 16 Aug 2012 19:03:01 +0400, by Nikolaj Sjujskij
-
zsh completion: add `forget` and `rollback` commandsThu, 16 Aug 2012 19:02:49 +0400, by Nikolaj Sjujskij
-
zsh completion: complete additional topics for `help`, not commands onlyThu, 16 Aug 2012 11:21:46 +0400, by Nikolaj Sjujskij
-
Merge with stableMon, 27 Aug 2012 21:10:11 +0200, by Patrick Mezard
-
merge with stableFri, 24 Aug 2012 17:51:47 -0500, by Matt Mackall
-
debuginstall: show directory for Python lib stableMon, 06 Aug 2012 12:59:47 +0200, by Adrian Buehlmann
-
util: replace util.nulldev with os.devnull stableSat, 04 Aug 2012 07:14:40 +0200, by Ross Lagerwall
-
revset: add hidden() revsetSat, 04 Aug 2012 20:20:48 +0200, by Patrick Mezard
-
wix: bump MSI based installers to use Python 2.7 stableThu, 23 Aug 2012 18:19:19 -0500, by Steve Borho
-
merge with stableFri, 24 Aug 2012 14:53:07 -0500, by Matt Mackall
-
tests: fix template test outputFri, 24 Aug 2012 14:52:45 -0500, by Matt Mackall
-
verify: do not choke on valid changelog without manifest stableTue, 21 Aug 2012 20:51:16 +0200, by Patrick Mezard
-
MergeTue, 21 Aug 2012 13:12:56 -0700, by Bryan O'Sullivan
-
templater: abort when a template filter raises an exception (issue2987)Fri, 17 Aug 2012 15:12:01 -0700, by Neil Kodner
-
merge with stableTue, 21 Aug 2012 12:27:57 -0500, by Matt Mackall
-
merge with i18nTue, 21 Aug 2012 12:27:47 -0500, by Matt Mackall
-
i18n-ru: synchronized with c6f88e7f95b7Mon, 13 Aug 2012 16:09:35 +0400, by Alexander Sauta
-
commit: normalize filenames when checking explicit files (issue3576) stableFri, 17 Aug 2012 14:37:59 -0500, by Matt Mackall
-
test-status.t: test ui.slash on WindowsSat, 18 Aug 2012 16:35:36 +0200, by Patrick Mezard
-
manifest: remove redundant sorted() call for --allThu, 16 Aug 2012 13:57:43 +0200, by Adrian Buehlmann
-
Merge from crew-stableWed, 15 Aug 2012 16:33:26 -0700, by Bryan O'Sullivan
-
store: only one kind of OSError means "nonexistent entry" stableWed, 15 Aug 2012 16:31:25 -0700, by Bryan O'Sullivan
-
store: sort the results of fncachestore.datafiles() stableWed, 15 Aug 2012 16:30:32 -0700, by Bryan O'Sullivan
-
Merge with stableWed, 15 Aug 2012 23:03:40 +0200, by Patrick Mezard
-
fileset: fix generator vs list bug in fast path stableWed, 15 Aug 2012 22:50:23 +0200, by Patrick Mezard
-
fileset: do not traceback on invalid grep pattern stableWed, 15 Aug 2012 19:25:45 +0200, by Patrick Mezard
-
fileset: matchctx.existing() must consider ignored files stableWed, 15 Aug 2012 22:29:32 +0200, by Patrick Mezard
-
fileset: matchctx.existing() must consider unknown files stableWed, 15 Aug 2012 22:29:09 +0200, by Patrick Mezard
-
fileset: exclude deleted files from matchctx.existing() stableWed, 15 Aug 2012 21:44:00 +0200, by Patrick Mezard
-
merge with stableWed, 15 Aug 2012 12:12:21 +0200, by Sune Foldager
-
rollback: write dirstate branch with correct encoding stableWed, 15 Aug 2012 12:04:50 +0200, by Sune Foldager
-
MergeTue, 14 Aug 2012 08:12:09 -0700, by Bryan O'Sullivan
-
templatekw: merge, preferring the second implementationTue, 14 Aug 2012 08:11:15 -0700, by Bryan O'Sullivan
-
templatekw: add p1rev, p1node, p2rev, p2node keywordsTue, 10 Jul 2012 08:43:32 -0700, by epriestley
-
parsers: fix an integer size warning issued by clangMon, 13 Aug 2012 14:04:52 -0700, by Bryan O'Sullivan
-
templatekw: add parent1, parent1node, parent2, parent2node keywordsTue, 10 Jul 2012 08:43:32 -0700, by epriestley
-
Merge with crew-stableMon, 13 Aug 2012 11:49:55 -0700, by Bryan O'Sullivan
-
revlog: don't try to partialmatch strings those length > 40 stableThu, 02 Aug 2012 19:10:45 +0400, by sorcerer
-
merge with stableSat, 11 Aug 2012 12:45:53 -0500, by Matt Mackall
-
i18n-ru: fix spelling of "missing" equivalent stableFri, 10 Aug 2012 15:42:15 +0400, by Nikolaj Sjujskij
-
check-code: fix check for trailing whitespace on continued lines tooWed, 08 Aug 2012 18:10:37 +0200, by Mads Kiilerich
-
check-code: fix check for trailing whitespace on empty linesWed, 08 Aug 2012 18:10:30 +0200, by Mads Kiilerich
-
check-code: fix check for trailing whitespace on sh command linesWed, 08 Aug 2012 18:10:16 +0200, by Mads Kiilerich
-
Merge with stableWed, 08 Aug 2012 21:38:53 +0200, by Patrick Mezard
-
clone: don't fail with --update for non-local clones (issue3578) stableWed, 08 Aug 2012 10:04:02 -0500, by Augie Fackler
-
merge with stableMon, 06 Aug 2012 12:07:21 -0500, by Matt Mackall
-
histedit, i18n: warn translators about edit command names stableThu, 02 Aug 2012 11:45:16 -0300, by Wagner Bruna
-
Merge with stableSat, 04 Aug 2012 15:58:23 +0200, by Patrick Mezard
-
templater: handle a missing value correctly stableSat, 04 Aug 2012 14:37:17 +0200, by Ross Lagerwall
-
tests: remove stray test-convert-mtn-rename-directory.outFri, 03 Aug 2012 17:33:44 +0200, by Patrick Mezard
-
Merge with stableThu, 02 Aug 2012 18:33:40 +0200, by Patrick Mezard
-
context: simplify workingctx._parentsThu, 02 Aug 2012 17:48:58 +0200, by Patrick Mezard
-
histedit: add proper locking around repair.strip() calls stableWed, 01 Aug 2012 09:41:57 -0500, by Augie Fackler
-
rebase: remove second broken synopsis line (issue3172) stableTue, 31 Jul 2012 18:18:26 +0200, by Patrick Mezard
-
localrepo: clear the filecache on _rollback() and destroyed() stableSat, 28 Jul 2012 22:40:30 +0300, by Idan Kamara
-
help: add 'mergetools' alias for the 'merge-tools' help topic stableWed, 01 Aug 2012 00:20:10 +0200, by Mads Kiilerich
-
help: use the first topic name from helptable, not the longest alias stableWed, 01 Aug 2012 14:59:15 +0200, by Mads Kiilerich
-
transplant: handle non-empty patches doing nothing (issue2806) stableTue, 31 Jul 2012 17:39:32 +0200, by Patrick Mezard
-
help/config.txt: document web.maxshortchanges stableSun, 29 Jul 2012 19:44:57 +0200, by Patrick Mezard
-
histedit: make comment part of the file describing rules as translatable stableMon, 30 Jul 2012 03:27:07 +0900, by FUJIWARA Katsunori
-
i18n-ru: add missing space in summary output template stableFri, 20 Jul 2012 12:18:31 +0400, by Nikolaj Sjujskij
-
i18n-ja: synchronized with 3339e3df159d stableWed, 01 Aug 2012 05:58:00 +0900, by FUJIWARA Katsunori
-
log: make opts entries optional (issue2423) stableWed, 01 Aug 2012 15:49:00 +0200, by Patrick Mezard
-
obsolete: fix typos in comments introduced by 6955d69a52a4 stableTue, 31 Jul 2012 15:57:50 +0200, by Thomas Arendsen Hein
-
pager: drop -S option for less in example for pager configuration stableTue, 31 Jul 2012 15:50:44 +0200, by Thomas Arendsen Hein