log

age author description
Mon, 08 Oct 2012 16:46:11 -0500 Matt Mackall store: restore getsize method
Mon, 01 Oct 2012 02:44:46 +0200 David Soria Parra mq: update bookmarks during qrefresh
Mon, 08 Oct 2012 16:21:24 -0500 Matt Mackall templater: drop redundant return in _flatten
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori store: invoke "os.path.isdir()" via vfs
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori store: replace invocation of "getsize()" by "vfs.stat()"
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori store: invoke "os.stat()" for "createmode" initialization via vfs
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori vfs: define "join()" in each classes derived from "abstractvfs"
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori store: initialize vfs field first to use it for initialization of others
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori scmutil: reorder newly added functions for vfs support in dictionary order
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori store: rename field name from "opener" to "vfs" in internal classes for fncache
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori store: rename argument name from "op"(ener) to "vfs"
Thu, 04 Oct 2012 01:24:05 +0900 FUJIWARA Katsunori verify: rename "hasmanifest" variable for source code readability
Thu, 04 Oct 2012 01:24:05 +0900 FUJIWARA Katsunori verify: use appropriate local variable in "checkentry()"
Thu, 04 Oct 2012 01:24:05 +0900 FUJIWARA Katsunori verify: use appropriate node information to show verification error
Thu, 04 Oct 2012 01:24:05 +0900 FUJIWARA Katsunori help: add information about recovery from corruption to help of "verify"
Mon, 03 Sep 2012 14:35:31 +0200 Pierre-Yves David hidden: remove tags use in hidden computation
Mon, 03 Sep 2012 14:35:05 +0200 Pierre-Yves David clfilter: do not use tags cache if there are filtered changesets
Mon, 03 Sep 2012 14:34:19 +0200 Pierre-Yves David clfilter: do not use branchmap cache if there are filtered changesets
Mon, 08 Oct 2012 09:55:41 -0700 Bryan O'Sullivan Merge
Mon, 08 Oct 2012 15:35:16 +0200 Idan Kamara fancyopts: don't show a traceback on invalid integer values
Wed, 03 Oct 2012 22:09:18 +0200 Idan Kamara check-code: replace heredocs in unified tests
Wed, 19 Sep 2012 20:33:20 +0200 Adrian Buehlmann test-fncache: test reserved / long paths
Fri, 05 Oct 2012 13:44:52 -0500 Bryan O'Sullivan setup: calculate version more correctly
Thu, 04 Oct 2012 17:00:32 -0500 Bryan O'Sullivan mq: improve qqueue message with patches applied (issue3036)
Thu, 04 Oct 2012 16:52:20 +0200 Thomas Arendsen Hein subrepo, hghave: use "svn --version --quiet" to determine version number
Thu, 04 Oct 2012 16:44:28 +0200 Thomas Arendsen Hein merge with crew-stable
Thu, 04 Oct 2012 16:30:40 +0200 Thomas Arendsen Hein subrepo: setting LC_MESSAGES only works if LC_ALL is empty or unset stable
Thu, 04 Oct 2012 10:11:17 +0200 Thomas Arendsen Hein merge with crew-stable
Tue, 02 Oct 2012 09:26:42 +0200 Thomas Arendsen Hein clone: activate bookmark specified with --updaterev stable
Tue, 02 Oct 2012 14:31:25 -0700 Bryan O'Sullivan Merge with crew-stable
Tue, 02 Oct 2012 14:31:14 -0700 Bryan O'Sullivan Merge
Tue, 02 Oct 2012 14:27:13 -0700 Bryan O'Sullivan keepalive: drop python 2.2 legacy code
Sun, 30 Sep 2012 15:31:27 +0200 André Sintzoff pathencode: change isset name to avoid name collision
Mon, 01 Oct 2012 23:11:28 -0500 Matt Mackall Added signature for changeset b3f0f9a39c4e stable
Mon, 01 Oct 2012 23:11:25 -0500 Matt Mackall Added tag 2.3.2 for changeset b3f0f9a39c4e stable
Mon, 01 Oct 2012 23:06:14 -0500 Matt Mackall merge with i18n stable 2.3.2
Sun, 23 Sep 2012 00:08:13 -0400 Matt Harbison largefiles: download missing subrepo revs when archiving stable
Mon, 01 Oct 2012 23:05:02 -0500 Matt Mackall hgweb: change IE canvas test (issue3639)
Sun, 30 Sep 2012 23:53:56 +0200 Adrian Buehlmann store: optimize _pathencode by checking the length of the unencoded path
Sun, 30 Sep 2012 23:53:56 +0200 Adrian Buehlmann pathencode: skip encoding if input is already longer than maxstorepathlen
Sun, 30 Sep 2012 23:53:56 +0200 Adrian Buehlmann pathencode: simplify basicencode
Sun, 30 Sep 2012 23:53:56 +0200 Adrian Buehlmann test-hybridencode: in practice, extensions aren't really unbound in length
Mon, 01 Oct 2012 21:54:04 +0200 Patrick Mezard Merge
Thu, 27 Sep 2012 01:53:28 +0200 Pierre-Yves David histedit-test: clarify the reason of a failure
Mon, 24 Sep 2012 15:46:01 +0200 Pierre-Yves David histedit-test: make test-fold more verbose
Mon, 01 Oct 2012 03:19:23 +0200 David Soria Parra bookmarks: teach the -r option to use revsets
Sat, 29 Sep 2012 13:41:02 +0200 Juan Pablo Carbajal (desktop) help: add example of paths other than default in hgrc
Fri, 28 Sep 2012 19:43:40 +0900 FUJIWARA Katsunori i18n-ja: synchronized with f36f11f2bfce stable
Sat, 29 Sep 2012 12:28:52 -0500 Matt Mackall merge with stable
Thu, 27 Sep 2012 14:38:03 -0700 Tomasz Kleczek lock: fixed race condition in trylock/testlock (issue3506) stable
Sat, 29 Sep 2012 11:57:16 -0500 Matt Mackall scmutil: backout 83785bb56062 (issue3643)
Sat, 29 Sep 2012 13:34:37 +0200 Juan Pablo Carbajal (desktop) help: removing trailing spaces
Sat, 29 Sep 2012 13:43:31 +0200 Patrick Mezard Merge with stable
Sat, 29 Sep 2012 13:33:55 +0200 Patrick Mezard test-largefiles.t: fix find quirk on OSX stable
Thu, 20 Sep 2012 19:02:47 +0200 Pierre-Yves David clfilter: introduce `filteredrevs` attribute on changelog
Mon, 03 Sep 2012 14:29:05 +0200 Pierre-Yves David clfilter: remove any explicit revision number from default cmdutil range
Thu, 20 Sep 2012 19:01:53 +0200 Pierre-Yves David clfilter: remove usage of `range` in favor of iteration over changelog
Mon, 03 Sep 2012 14:19:45 +0200 Pierre-Yves David clfilter: split `revlog.headrevs` C call from python code
Mon, 03 Sep 2012 14:12:45 +0200 Pierre-Yves David clfilter: handle non contiguous iteration in `revlov.headrevs`
Thu, 20 Sep 2012 19:00:59 +0200 Pierre-Yves David clfilter: make the revlog class responsible of all its iteration
Mon, 03 Sep 2012 14:05:19 +0200 Pierre-Yves David clfilter: introduce a `hassecret` function
Mon, 03 Sep 2012 14:03:38 +0200 Pierre-Yves David filter: `updatebranchcache` during `addchangegroup` instead of after lock
Wed, 01 Aug 2012 22:13:27 -0500 Augie Fackler lock-checker: new contrib extension based on work done by Mads
Tue, 25 Sep 2012 20:50:40 +0300 Sergey Kishchenko resolve: commit the changes after each item resolve (issue3638)
Sat, 22 Sep 2012 14:53:50 +0900 FUJIWARA Katsunori bookmarks: rename arguments/variables for source code readability
Thu, 27 Sep 2012 13:54:47 +0200 Pierre-Yves David histedit: move `continue` logic into a dedicated function
Wed, 26 Sep 2012 18:13:00 +0200 Pierre-Yves David histedit: rename `tip` to `topmost`
Wed, 26 Sep 2012 14:46:08 +0200 Pierre-Yves David histedit: factorise node stripping logic
Wed, 26 Sep 2012 14:19:19 +0200 Pierre-Yves David histedit: extract bookmark logic in a dedicated function
Wed, 26 Sep 2012 12:57:23 +0200 Pierre-Yves David histedit: remove all usages of hex[:12]
Thu, 27 Sep 2012 15:51:14 -0500 Matt Mackall merge with stable
Thu, 27 Sep 2012 15:50:14 -0500 Matt Mackall merge with i18n stable
Mon, 30 Jul 2012 20:56:41 -0400 Matt Harbison largefiles: enable islfilesrepo() prior to a commit (issue3541) stable
Mon, 30 Jul 2012 20:56:41 -0400 Matt Harbison largefiles: handle commit -A properly, after a --large commit (issue3542) stable
Tue, 25 Sep 2012 16:01:08 +0400 Alexander Sauta i18n-ru: synchronized with 6e2ab601be3f stable
Tue, 25 Sep 2012 15:25:12 +0400 Alexander Sauta merge with i18n stable
Fri, 14 Sep 2012 23:52:33 +0400 Nikolaj Sjujskij i18n-ru: fix spelling of "unrecognized response" translation stable
Fri, 31 Aug 2012 02:06:29 +0900 FUJIWARA Katsunori localrepo: use "vfs" constructor/field for initialization around "store"
Fri, 31 Aug 2012 02:06:29 +0900 FUJIWARA Katsunori store: initialize "vfs" fields by "vfs" constructors
Fri, 31 Aug 2012 02:06:29 +0900 FUJIWARA Katsunori store: rename "op" variables to "vfs"
Fri, 31 Aug 2012 02:06:29 +0900 FUJIWARA Katsunori store: rename "openertype" argument to "vfstype"
Fri, 31 Aug 2012 02:06:29 +0900 FUJIWARA Katsunori localrepo: use "vfs" constructor instead of "opener" one
Fri, 31 Aug 2012 02:06:29 +0900 FUJIWARA Katsunori scmutil: rename classes from "opener" to "vfs"
Mon, 13 Aug 2012 21:25:48 +0900 FUJIWARA Katsunori doc: add the tool to check section marks in help documents
Fri, 21 Sep 2012 19:27:22 +0200 Pierre-Yves David histedit: replaces patching logic by merges
Fri, 21 Sep 2012 19:13:25 +0200 Pierre-Yves David histedit-test: ensure that non commute test will never commute
Fri, 21 Sep 2012 19:25:19 +0200 Pierre-Yves David histedit: display action being processed in debug mode
Fri, 21 Sep 2012 19:24:31 +0200 Pierre-Yves David histedit: fold in memory
Fri, 21 Sep 2012 00:33:30 +0200 Pierre-Yves David histedit: move makedesc function near other rules related function
Fri, 21 Sep 2012 19:14:04 +0200 Pierre-Yves David histedit: move `between function` outside the action logic
Fri, 21 Sep 2012 00:30:22 +0200 Pierre-Yves David histedit document the makedest function
Fri, 21 Sep 2012 00:30:07 +0200 Pierre-Yves David histedit: documents the between function
Mon, 24 Sep 2012 15:54:45 -0500 Matt Mackall templatefilters: add parameterized date method
Mon, 24 Sep 2012 15:54:44 -0500 Matt Mackall templatefilters: add parameterized fill function
Mon, 24 Sep 2012 15:28:04 -0500 Matt Mackall templater: pull in functions defined in templatefilters
Mon, 24 Sep 2012 15:26:56 -0500 Matt Mackall templater: add if/ifeq conditionals
Mon, 24 Sep 2012 15:26:17 -0500 Matt Mackall templater: add sub() function
Mon, 24 Sep 2012 15:24:27 -0500 Matt Mackall templater: correctly deal with r"" strings
Sat, 22 Sep 2012 13:04:36 -0500 Matt Mackall template: add join function
Sat, 22 Sep 2012 13:02:33 -0500 Matt Mackall templater: factor out runtemplate method
Fri, 21 Sep 2012 18:54:00 -0500 Matt Mackall templating: make new-style templating features work with command line lists
Thu, 20 Sep 2012 23:30:59 -0400 David M. Carr formatter: improve implementation of data method
Wed, 19 Sep 2012 09:38:51 -0700 Bryan O'Sullivan Merge with crew-stable
Tue, 18 Sep 2012 19:46:15 +0900 FUJIWARA Katsunori archival: add "extended-timestamp" extra block for zip archives (issue3600) stable
Tue, 18 Sep 2012 21:39:12 +0900 FUJIWARA Katsunori bookmarks: use "changectx.descendant()" for efficient descendant examination
Tue, 18 Sep 2012 21:39:12 +0900 FUJIWARA Katsunori context: add "descendant()" to changectx for efficient descendant examination
Tue, 18 Sep 2012 21:39:12 +0900 FUJIWARA Katsunori bookmarks: avoid redundant creation/assignment of "validdests" in "validdest()"
Wed, 19 Sep 2012 14:00:23 +0200 Adrian Buehlmann store: add a fallback _pathencode Python function
Wed, 19 Sep 2012 13:58:51 +0200 Adrian Buehlmann store: move _plainhybridencode and _dothybridencode higher up in the file
Wed, 19 Sep 2012 11:39:18 +0200 Adrian Buehlmann test-hybridencode: use store._dothybridencode(s)
Wed, 19 Sep 2012 11:39:07 +0200 Adrian Buehlmann store: fix _hashencode call in _dothybridencode
Wed, 19 Sep 2012 12:29:12 +0200 Thomas Arendsen Hein check-code: catch yield inside try/finally (with tests)
Tue, 18 Sep 2012 16:30:21 -0700 Bryan O'Sullivan Merge with mpm
Tue, 18 Sep 2012 16:25:20 -0700 Bryan O'Sullivan store: use native fncache encoding function if available
Tue, 18 Sep 2012 16:09:02 -0700 Bryan O'Sullivan tests: run test-hybridencode.py over both Python and C encoders
Tue, 18 Sep 2012 15:42:19 -0700 Bryan O'Sullivan store: implement fncache basic path encoding in C
Tue, 18 Sep 2012 23:32:42 +0200 Pierre-Yves David rebase: ensure rebase does not revive extinct revision
Tue, 18 Sep 2012 23:29:05 +0200 Pierre-Yves David rebase: remove useless list around repo.revs
Tue, 18 Sep 2012 23:42:27 +0200 Pierre-Yves David rebase: properly handle --collapse when creating obsolescence marker
Tue, 18 Sep 2012 23:13:31 +0200 Pierre-Yves David rebase: allow creation obsolescence relation instead of stripping