log

age author description
Sun, 10 Nov 2013 18:51:21 +0100 Mads Kiilerich bisect: report "both good and bad" as such, not as "not directly related" stable
Fri, 08 Nov 2013 11:49:13 +0100 Martin Geisler phase: better error message when --force is needed stable
Fri, 08 Nov 2013 09:48:01 +0100 Isaac Jurado hgweb: ignore non numeric "revcount" parameter values (issue4091) stable
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori lock: take both vfs and lock file path relative to vfs to access via vfs
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori vfs: add "makelock()" and "readlock()"
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori hg: rewrite "copystore()" with vfs
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori localrepo: import "lock" module as "lockmod" for readability
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori transaction: take journal file path relative to vfs to use file API via vfs
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori vfs: add "chmod()"
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori vfs: add "isfile()"
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori transaction: unlink target file via vfs
Sat, 09 Nov 2013 14:50:58 +0100 Simon Heimberg relink: abort earlier when on different devices (issue3916)
Mon, 11 Nov 2013 22:59:26 +0100 Simon Heimberg localrepo: prevent to copy repo local config, copy baseui instead
Fri, 08 Nov 2013 14:42:09 +0900 FUJIWARA Katsunori doc: show details of command options in pages generated by docutils
Tue, 05 Nov 2013 09:43:26 +0100 Simon Heimberg Makefile: intermediate steps work with temporary copy of hg.pot
Thu, 21 Nov 2013 15:08:30 -0600 Matt Mackall merge with stable
Thu, 21 Nov 2013 11:49:31 -0600 Matt Mackall help: drop help for branches template keyword
Thu, 21 Nov 2013 12:47:03 -0800 Siddharth Agarwal test-command-template.t: fix failure due to trailing whitespace
Thu, 21 Nov 2013 11:30:52 -0600 Matt Mackall templater: makes branches work correctly with stringify (issue4108) stable
Mon, 11 Nov 2013 16:35:12 -0800 Durham Goode manifest: increase lrucache from 3 to 4
Mon, 11 Nov 2013 16:42:49 -0800 Durham Goode strip: add faster revlog strip computation
Mon, 11 Nov 2013 16:40:02 -0800 Durham Goode revlog: return lazy set from findcommonmissing
Tue, 19 Nov 2013 11:29:56 -0500 Matt Mackall merge with stable
Sun, 17 Nov 2013 15:11:09 -0800 Siddharth Agarwal histedit: hold wlock and lock while in progress stable
Mon, 18 Nov 2013 15:43:45 -0500 Matt Mackall merge with i18n stable
Mon, 18 Nov 2013 13:29:05 -0200 Wagner Bruna i18n-pt_BR: fix typos in notify docs stable
Sun, 17 Nov 2013 19:52:49 -0200 Wagner Bruna i18n-pt_BR: synchronized with 06e118c097ff stable
Mon, 18 Nov 2013 15:37:09 -0500 Matt Mackall templater: only recursively evaluate string literals as templates (issue4103) stable
Mon, 18 Nov 2013 14:02:26 -0500 Matt Mackall templater: fix escaping in nested string literals (issue4102) stable
Sun, 17 Nov 2013 20:22:59 -0500 Matt Mackall merge with stable
Thu, 07 Nov 2013 20:36:26 -0800 David Soria Parra shelve: unshelve using an unfiltered repository stable
Thu, 07 Nov 2013 01:56:40 +0100 Mads Kiilerich largefiles: update in two steps, handle interrupted updates better stable
Thu, 07 Nov 2013 01:49:48 +0100 Mads Kiilerich largefiles: inline _updatelfile, prepare for further refactorings stable
Thu, 07 Nov 2013 01:48:00 +0100 Mads Kiilerich largefiles: cache largefiles for update, also without printmessage stable
Thu, 07 Nov 2013 01:47:59 +0100 Mads Kiilerich largefiles: cleanup of printmessage handling - the printed flag was redundant stable
Sun, 17 Nov 2013 18:13:55 -0500 Augie Fackler test-module-imports: skip on Python < 2.6, since ast is new in 2.6
Sun, 17 Nov 2013 17:49:48 -0500 Augie Fackler Merge with stable.
Sat, 16 Nov 2013 19:56:30 -0500 Mads Kiilerich convert: fix svn crash when svn.ra.get_log calls back with orig_paths=None stable
Sat, 16 Nov 2013 17:30:34 -0500 Brodie Rao share: fix unshare calling wrong repo.__init__() method stable
Sun, 17 Nov 2013 13:31:18 -0800 Siddharth Agarwal statichttprepo.httprangeheader: implement readlines
Sun, 17 Nov 2013 13:28:11 -0800 Siddharth Agarwal statichttprepo: pass in True to splitlines, not 1
Sat, 16 Nov 2013 15:46:28 -0500 Mads Kiilerich mq: don't add '* * *' separators when there is no commit message
Sat, 16 Nov 2013 15:46:29 -0500 Mads Kiilerich bisect: avoid confusing use of variables with same names in nested local scopes
Sat, 16 Nov 2013 15:46:29 -0500 Mads Kiilerich discovery: make note messages for new heads more readable
Sat, 16 Nov 2013 15:46:29 -0500 Mads Kiilerich discovery: tweak error message for multiple branch heads
Sat, 16 Nov 2013 15:46:29 -0500 Mads Kiilerich test-obsolete-checkheads.t: remove todo comment that was fixed in be0fcbb1c92f
Sun, 17 Nov 2013 11:18:39 -0500 Mads Kiilerich convert: readability and test of rpairs function
Sun, 17 Nov 2013 11:16:59 -0500 Mads Kiilerich tests: make doctest test runner less verbose
Sun, 17 Nov 2013 10:59:35 -0500 Mads Kiilerich tests: python hash seed is only relevant after failures - otherwise keep quiet
Sat, 16 Nov 2013 13:29:39 -0800 Siddharth Agarwal scmutil.filecache: support watching over multiple files
Sat, 16 Nov 2013 13:24:26 -0800 Siddharth Agarwal scmutil: introduce a filecacheentry that can watch multiple paths
Sat, 16 Nov 2013 13:19:06 -0800 Siddharth Agarwal scmutil: rename filecacheentry to filecachesubentry
Sat, 16 Nov 2013 13:33:33 -0800 Siddharth Agarwal scmutil.filecacheentry: make stat argument to constructor mandatory
Sat, 16 Nov 2013 13:57:35 -0800 Siddharth Agarwal test-filecache.py: add markers to the output for each event
Sat, 16 Nov 2013 14:10:28 -0800 Siddharth Agarwal test-filecache.py: make setbeforeget test clearer
Sun, 17 Nov 2013 13:38:35 -0500 Augie Fackler test-module-imports.t: new test to use the import cycle detector
Sun, 17 Nov 2013 13:33:20 -0500 Augie Fackler import-checker: try a little harder to show fewer cycles
Sun, 17 Nov 2013 16:58:18 -0500 Augie Fackler import-checker: ignore nested imports
Sun, 17 Nov 2013 13:04:18 -0500 Augie Fackler contrib: add an import checker
Wed, 06 Nov 2013 22:09:15 -0500 Augie Fackler makememctx: move from patch to context to break import cycle
Wed, 06 Nov 2013 16:48:06 -0500 Augie Fackler cleanup: move stdlib imports to their own import statement
Wed, 06 Nov 2013 18:19:04 -0500 Augie Fackler pathutil: tease out a new library to break an import cycle from canonpath use
Wed, 06 Nov 2013 14:38:34 -0500 Augie Fackler subsettable: move from repoview to branchmap, the only place it's used
Sat, 16 Nov 2013 20:12:02 -0500 Augie Fackler obsolete: add __eq__ and __hash__ to marker to make set() deduplication work
Sat, 16 Nov 2013 20:31:58 -0500 Pierre-Yves David obsolete: do not accept duplicated marker during exchange
Sun, 17 Nov 2013 13:42:24 -0500 Augie Fackler Merge with stable.
Sat, 16 Nov 2013 20:34:58 -0500 Pierre-Yves David obsolete: stop doing membership test on list stable
Fri, 08 Nov 2013 12:45:52 +0900 FUJIWARA Katsunori bookmarks: rewrite pushing bookmarks in "localrepository.push()" by "compare()"
Fri, 08 Nov 2013 12:45:52 +0900 FUJIWARA Katsunori bookmarks: rewrite pushing local bookmarks in "commands.push()" by "compare()"
Fri, 08 Nov 2013 12:45:52 +0900 FUJIWARA Katsunori bookmarks: rewrite "updatefromremote()" by "compare()"
Fri, 08 Nov 2013 12:45:52 +0900 FUJIWARA Katsunori bookmarks: add function to centralize the logic to compare bookmarks
Sun, 10 Nov 2013 18:23:29 +0400 Alexander Plavin hgweb: use semantically suitable filelog.revs in filelog
Sun, 10 Nov 2013 18:07:56 +0400 Alexander Plavin hgweb: always compute all entries and latestentry in filelog
Sun, 10 Nov 2013 18:05:53 +0400 Alexander Plavin hgweb: remove unused argument of entries function in filelog
Sat, 16 Nov 2013 23:14:20 +0900 FUJIWARA Katsunori transplant: use peer of source repository as "remote" for "repo.pull()"
Fri, 15 Nov 2013 22:57:11 -0500 Sean Farley run-tests: remove files that we potentially create outside of $TMPDIR
Fri, 15 Nov 2013 22:56:08 -0500 Sean Farley run-tests: remove code that creates a dummy 'diffstat'
Fri, 15 Nov 2013 18:08:50 -0500 Matthew Turk template: change extras to use showlist rather than manual templ call.
Fri, 15 Nov 2013 18:09:02 -0500 Matthew Turk help: adding example 'extras' printing to 'hg help templates'
Fri, 15 Nov 2013 16:53:54 -0500 Matthew Turk help: document about {extras} template keyword
Sat, 09 Nov 2013 14:50:12 +0100 Simon Heimberg check-code: document last ignore regexp
Sat, 09 Nov 2013 14:49:05 +0100 Simon Heimberg check-code: drop unneeded ignore patterns
Sat, 16 Nov 2013 12:44:28 -0500 Matt Mackall merge with stable
Sat, 16 Nov 2013 12:34:05 -0500 Matt Mackall merge with i18n stable
Fri, 15 Nov 2013 13:20:49 -0800 Durham Goode contrib: add editmerge script for editor conflict prompts
Thu, 14 Nov 2013 21:37:18 -0600 Matt Mackall strip: fix last unprotected mq reference (issue4097) stable
Thu, 14 Nov 2013 18:07:43 -0600 Matt Mackall tests: skip tests that require not having root (issue4089)
Thu, 14 Nov 2013 17:17:44 -0600 Matt Mackall make: restrict recursion in make clean
Tue, 12 Nov 2013 00:07:23 +0900 FUJIWARA Katsunori scmutil: skip checks in "casecollisionauditor" if filename is already checked
Sat, 09 Nov 2013 10:21:20 +0100 Simon Heimberg check-code: prepend warning prefix only once, but for each warning stable
Wed, 13 Nov 2013 16:46:46 -0200 Wagner Bruna hgweb, i18n: do not translate search mode description stable
Sun, 10 Nov 2013 16:48:24 +0900 FUJIWARA Katsunori tests: end output lines including path with "(glob)" to pass on Windows stable
Sun, 10 Nov 2013 16:48:24 +0900 FUJIWARA Katsunori tests: quote environment variable to extract wildcard on MinGW environment stable
Sun, 10 Nov 2013 16:48:24 +0900 FUJIWARA Katsunori tests: choose the path separator in PYTHONPATH suitable for platform stable
Fri, 08 Nov 2013 12:35:50 +0100 Mads Kiilerich util: warn when adding paths ending with \ stable
Tue, 05 Nov 2013 09:00:31 +0100 Simon Heimberg check-code: more replacement characters stable
Tue, 05 Nov 2013 09:00:31 +0100 Simon Heimberg check-code: check comment for '.. note::' without two newlines stable
Tue, 05 Nov 2013 08:59:55 +0100 Simon Heimberg documentation: add an extra newline after note directive stable
Mon, 04 Nov 2013 10:23:06 +0100 Simon Heimberg tests: modify minirst test input to new format stable
Mon, 04 Nov 2013 10:23:06 +0100 Simon Heimberg minirst: do not add a 2nd empty paragraph stable
Mon, 04 Nov 2013 10:23:06 +0100 Simon Heimberg minirst: find admonitions before pruning comments and adding margins stable
Mon, 04 Nov 2013 10:23:06 +0100 Simon Heimberg minirst: do not fail on an empty admonition block stable
Mon, 04 Nov 2013 10:23:06 +0100 Simon Heimberg minirst: do not interpret a directive as a literal block stable
Tue, 05 Nov 2013 09:43:36 +0100 Simon Heimberg Makefile: do update on a temporary copy of a po file
Mon, 04 Nov 2013 10:52:41 -0200 Wagner Bruna i18n-pt_BR: synchronized with d24ee6d7d167 stable
Thu, 07 Nov 2013 15:24:23 -0600 Matt Mackall date: allow %z in format (issue4040)
Wed, 06 Nov 2013 16:36:07 -0600 Matt Mackall merge with stable
Wed, 06 Nov 2013 10:20:18 -0800 Siddharth Agarwal merge: move forgets to the beginning of the action list stable
Fri, 01 Nov 2013 17:08:06 -0700 Durham Goode rebase: fix working copy location after a --collapse (issue4080) stable
Wed, 06 Nov 2013 12:53:39 -0500 Augie Fackler Merge with stable.
Mon, 04 Nov 2013 19:59:00 -0800 Durham Goode rebase: fix rebase aborts when 'tip-1' is public (issue4082) stable
Tue, 05 Nov 2013 13:25:45 -0500 Augie Fackler Merge with stable.
Sat, 02 Nov 2013 11:25:04 +0100 Simon Heimberg check-code: prepend warning prefix for repeated warnings only once
Sat, 02 Nov 2013 11:25:33 +0100 Simon Heimberg check-code: fix an error message
Tue, 05 Nov 2013 10:55:45 +0100 Pierre-Yves David test: do not add .pyc and .orig in test-commit-amend.t (issue4085) stable
Fri, 01 Nov 2013 17:04:18 -0500 Matt Mackall Added signature for changeset d825e4025e39 stable
Fri, 01 Nov 2013 17:04:14 -0500 Matt Mackall Added tag 2.8 for changeset d825e4025e39 stable
Fri, 01 Nov 2013 17:04:03 -0500 Matt Mackall merge with i18n stable 2.8
Fri, 01 Nov 2013 11:04:48 -0200 Wagner Bruna i18n-pt_BR: fix a few missing changes on 95304251c376 stable
Thu, 31 Oct 2013 00:25:20 -0200 Wagner Bruna i18n-pt_BR: synchronized with 95304251c376 stable
Thu, 31 Oct 2013 03:05:46 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 1d7a36ff2615 stable
Sun, 13 Oct 2013 08:38:30 -0400 Johan Bjork patch: ensure valid git diffs if source/destination file is missing (issue4046) stable
Sun, 27 Oct 2013 00:24:25 +0900 FUJIWARA Katsunori histedit: add description about exit code stable
Sun, 27 Oct 2013 00:24:25 +0900 FUJIWARA Katsunori rebase: add description about exit code when there are unresolved conflicts stable
Sat, 02 Nov 2013 04:49:42 +0900 FUJIWARA Katsunori shelve: remove unused variable assignment stable
Wed, 30 Oct 2013 19:45:14 +0100 Pierre-Yves David rebase: fix selection of base used when rebasing merge (issue4041) stable
Tue, 29 Oct 2013 21:54:49 +0200 Pavlos Touboulidis doc: fix internal date sample (issue4072) stable
Mon, 28 Oct 2013 22:34:07 +0100 Mads Kiilerich largefiles: use 'remote'/'local' in merge prompts like in other merge prompts stable
Mon, 28 Oct 2013 22:34:05 +0100 Mads Kiilerich largefiles: systematic testing of merges to/from largefiles stable
Wed, 23 Oct 2013 23:42:13 +0800 Mads Kiilerich check-code: fix no-check-code skip message - obfuscation was too obscure stable
Tue, 29 Oct 2013 01:03:43 +0900 FUJIWARA Katsunori shelve: remove useless and incorrect code paths for file access stable
Tue, 29 Oct 2013 01:03:43 +0900 FUJIWARA Katsunori shelve: disallow commit while unshelve is in progress stable
Wed, 30 Oct 2013 16:03:42 -0500 Matt Mackall bdiff: avoid a memory error on malloc failure stable
Wed, 23 Oct 2013 13:12:48 -0700 Durham Goode shelve: use rebase instead of merge (issue4068) stable
Fri, 25 Oct 2013 01:14:18 +0900 FUJIWARA Katsunori doc: put text into header of 1st column in table to generate page correctly stable
Fri, 25 Oct 2013 01:14:18 +0900 FUJIWARA Katsunori doc: use double quotation mark to quote arguments in examples for Windows users stable
Fri, 25 Oct 2013 01:14:18 +0900 FUJIWARA Katsunori doc: end line preceding command line example with double colon stable
Thu, 24 Oct 2013 21:37:13 +0900 Takumi IINO hgweb: add missing semicolon stable
Wed, 23 Oct 2013 23:42:13 +0800 Mads Kiilerich rebase: improve error message for more than one external parent stable
Thu, 24 Oct 2013 12:05:22 +0800 Mads Kiilerich rebase: refactor and rename checkexternal - it is a getter more than a setter stable
Fri, 25 Oct 2013 02:33:59 +0800 Mads Kiilerich largefiles: don't prompt for normal/largefile changes when doing plain updates stable
Fri, 25 Oct 2013 02:25:10 +0800 Mads Kiilerich largefiles: remove extra check for file to get - it _is_ by definition in p2 stable
Fri, 25 Oct 2013 01:24:10 +0800 Mads Kiilerich largefiles: don't process merge actions at all when overwriting stable
Thu, 24 Oct 2013 01:49:56 +0800 Mads Kiilerich spelling: random spell checker fixes stable
Thu, 17 Oct 2013 16:13:15 +0800 Mads Kiilerich largefiles: hide passwords in URLs in ui messages stable
Thu, 24 Oct 2013 01:49:56 +0800 Mads Kiilerich largefiles: don't add extra \n when displaying remote messages in putlfile stable
Mon, 21 Oct 2013 11:22:54 +0800 Mads Kiilerich largefiles: add missing \n in ui.warn messages stable
Thu, 24 Oct 2013 01:49:56 +0800 Mads Kiilerich largefiles: fix 'unexpected response' warning newlines stable
Mon, 21 Oct 2013 23:40:56 +0200 Pascal Quantin win32: add shelve extension to mercurial.ini stable
Mon, 21 Oct 2013 22:23:36 +0100 Javi Merino strip: fix spelling: "allows to" -> "allows you to" stable
Tue, 22 Oct 2013 23:38:58 +0900 Yuya Nishihara cmdutil: fix makefileobj not to clobber default modemap dict stable
Tue, 22 Oct 2013 12:41:05 +0900 Takumi IINO shelve: make unshelve work even if it don't run in repository root stable
Mon, 21 Oct 2013 10:50:58 -0700 Matt Mackall tests: move generaldelta test to inline python (issue4064) stable
Mon, 21 Oct 2013 10:26:38 -0700 Matt Mackall help: minor tweak to push help stable
Sat, 12 Oct 2013 18:51:34 -0700 David Soria Parra pager: honour internal aliases stable
Sun, 20 Oct 2013 16:45:04 -0700 Matt Mackall Added signature for changeset 1596f2d8f242 stable
Sun, 20 Oct 2013 16:44:58 -0700 Matt Mackall Added tag 2.8-rc for changeset 1596f2d8f242 stable
Sun, 20 Oct 2013 16:43:11 -0700 Matt Mackall merge default into stable for 2.8 freeze stable 2.8-rc
Thu, 03 Oct 2013 23:16:07 +0900 FUJIWARA Katsunori discovery: revise hint message introduced by changeset b00ba31313c3
Thu, 03 Oct 2013 23:16:06 +0900 FUJIWARA Katsunori push: add more detailed explanation about "--force" to online help document
Thu, 03 Oct 2013 23:16:06 +0900 FUJIWARA Katsunori push: hide description about "-f" in the hint to prevent from using it easily
Sat, 05 Oct 2013 01:02:22 +0900 FUJIWARA Katsunori demandimport: allow extensions to import own modules by absolute name
Sat, 05 Oct 2013 01:02:22 +0900 FUJIWARA Katsunori demandimport: support "absolute_import" for external libraries (issue4029)
Sat, 05 Oct 2013 01:02:22 +0900 FUJIWARA Katsunori hghave: add "py3k" feature to check whether test runs with Python 3.x
Sat, 05 Oct 2013 01:02:22 +0900 FUJIWARA Katsunori hghave: add "absimport" feature to check "absolute_import" in __future__
Tue, 01 Oct 2013 17:43:54 -0700 Siddharth Agarwal merge: exit early during a no-op update (BC)
Thu, 17 Oct 2013 21:45:17 +0900 FUJIWARA Katsunori localrepo: invoke only feature setup functions for enabled extensions
Wed, 02 Oct 2013 21:16:40 +0900 Yuya Nishihara lock: handle race in trylock/testlock on Windows
Mon, 14 Oct 2013 17:12:59 +0200 Pierre-Yves David rebase: preserve active bookmark when not at head (issue3813)
Mon, 14 Oct 2013 16:12:29 +0200 Pierre-Yves David rebase: preserve working directory parent (BC)
Mon, 14 Oct 2013 16:49:54 +0200 Pierre-Yves David tests: prepare rebase test for wc parent preservation
Fri, 18 Oct 2013 18:56:52 +0200 Simon Heimberg tests: test-gendoc.t checks if anything was translated
Fri, 18 Oct 2013 18:49:45 +0200 Simon Heimberg tests: really test translations for rst syntax errors (issue4003)
Fri, 18 Oct 2013 18:49:32 +0200 Simon Heimberg i18n: fix wrong rst syntax
Sat, 19 Oct 2013 17:26:34 -0700 Matt Mackall i18n-ru: fix the language team field
Thu, 10 Oct 2013 04:32:36 +0200 Mads Kiilerich commands: refactor 'serve', extract the http service class
Thu, 10 Oct 2013 04:28:44 +0200 Mads Kiilerich largefiles: refactor basestore, extract _gethash method
Thu, 10 Oct 2013 04:28:39 +0200 Mads Kiilerich largefiles: make the protocol hack for replacing heads with lheads more precise
Mon, 01 Apr 2013 20:01:16 -0700 Brodie Rao mq: refactor usage of repo.branchmap().iteritems() with itervalues()
Sat, 19 Oct 2013 14:21:05 -0700 Matt Mackall merge with stable
Sat, 19 Oct 2013 14:20:31 -0700 Matt Mackall merge with i18n stable
Thu, 10 Oct 2013 13:38:13 +0100 Alexander Sauta i18n-ru: synchronized with 1aaefba2a3a9 stable
Tue, 27 Aug 2013 16:03:16 +0400 Vladimir Zakharov i18n-ru: fix misprints stable
Wed, 16 Oct 2013 10:36:58 -0400 Augie Fackler shelve: some docstring cleanups
Mon, 14 Oct 2013 00:25:29 -0400 Siddharth Agarwal dirstate.status: return explicit unknown files even when not asked
Mon, 14 Oct 2013 18:29:56 +0200 Pierre-Yves David shelve: add minimal documentation to all functions
Mon, 14 Oct 2013 17:46:47 +0200 Pierre-Yves David shelve: use the class constant in the clear method
Sat, 12 Oct 2013 11:29:28 +0400 Alexander Plavin hgweb: fix unstoppable loading of graph when no more results
Wed, 24 Jul 2013 03:20:26 +0400 Alexander Plavin hgweb: remove now unnecessary explicit header() and footer()
Fri, 16 Aug 2013 21:41:19 +0400 Alexander Plavin hgweb: replace 'shortlog' with 'changelog' in raw changelog template
Mon, 14 Oct 2013 18:59:12 +0200 Pierre-Yves David shelve: drop pickle usage
Tue, 15 Oct 2013 00:51:05 +0900 FUJIWARA Katsunori store: use "vfs.exists()" instead of "os.path.exists()"
Tue, 15 Oct 2013 00:51:05 +0900 FUJIWARA Katsunori context: use "vfs.lstat()" to examine target path instead of "os.path.*"
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori context: use "vfs.lstat()" instead of "os.lstat()"
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori context: use "vfs.lstat()" instead of "os.lstat()"
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori changelog: use "vfs.fstat()" instead of "util.fstat()"
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori changelog: use "vfs.rename()" instead of "util.rename()"
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori vfs: add "open()" for newly added code paths which open files via vfs
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori bookmarks: use "vfs.utime()" instead of "os.utime()"
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori bookmarks: use "vfs.unlink()" instead of "util.unlink()"
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich cmdutil: use None as default value for "function pointer" instead of False
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich graft: make skip messages more helpful
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich convert: update source shamap when using filemap, just as when not using filemap
Sat, 20 Jul 2013 00:43:08 +0200 Mads Kiilerich convert: introduce hg.revs to replace hg.startrev and --rev with a revset
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich convert: refactor head calculation for hg sources
Fri, 19 Jul 2013 14:20:11 +0200 Mads Kiilerich convert: remove unused and incorrect default handling for revmapfile
Mon, 30 Sep 2013 18:27:42 -0700 Wojciech Lopata generaldelta: fix test
Fri, 11 Oct 2013 17:19:40 -0700 Durham Goode shelve: fix dirstate corruption during unshelve (issue4055)
Wed, 09 Oct 2013 14:15:34 -0700 Matt Mackall merge with stable
Wed, 09 Oct 2013 14:15:20 -0700 Sean Farley shelve: only save mq state if enabled
Mon, 07 Oct 2013 11:45:01 -0700 Durham Goode changegroup: don't run changegroup hooks if nodes are gone
Wed, 09 Oct 2013 12:02:32 -0700 Matt Mackall hgweb: add escaping of tags and bookmarks in graph view stable
Wed, 09 Oct 2013 11:50:19 -0700 Matt Mackall json: add more paranoid escaping stable
Wed, 02 Oct 2013 09:50:21 +0200 David Soria Parra shelve: make no_backup parameter passing python 2.4 compatible
Wed, 09 Oct 2013 11:27:59 -0700 Matt Mackall ui: send password prompts to stderr again (issue4056) stable
Mon, 07 Oct 2013 15:21:17 -0700 Matt Mackall hgweb: escape branch names in graph view stable
Wed, 02 Oct 2013 11:16:03 +0200 Pierre-Yves David test: make test-propertycache.py python2.4 compatible stable
Tue, 01 Oct 2013 09:54:46 +0200 David Soria Parra hgweb: log headers only if headers were successfully parsed stable
Mon, 07 Oct 2013 17:47:55 -0400 Augie Fackler merge with stable
Mon, 07 Oct 2013 17:47:19 -0400 Johan Bjork patch: Fix nullid for binary git diffs (issue4054) stable
Thu, 03 Oct 2013 19:41:25 +0200 David Soria Parra shelve: copy bookmarks and restore them after a commit
Thu, 03 Oct 2013 14:50:47 +0200 Mads Kiilerich check-code: check that '>' is used for continued lines
Thu, 03 Oct 2013 14:50:47 +0200 Mads Kiilerich check-code: check for spaces around = for named parameters
Thu, 03 Oct 2013 14:50:47 +0200 Mads Kiilerich run-tests: place the .t shell script next to $TESTTMP and with a useful name
Thu, 03 Oct 2013 14:50:46 +0200 Mads Kiilerich tests: fix void and invalid test in test-archive.t
Wed, 02 Oct 2013 14:24:25 -0700 Siddharth Agarwal inotify: don't pass pidfile option to child
Wed, 02 Oct 2013 15:20:49 -0700 Siddharth Agarwal cmdutil.service: move pidfile writing to the parent in daemon mode
Wed, 02 Oct 2013 15:17:50 -0700 Siddharth Agarwal cmdutil.service: move pidfile writing to a local function
Wed, 02 Oct 2013 14:20:26 -0700 Siddharth Agarwal inotify: add pidfile to parent options
Wed, 02 Oct 2013 22:46:32 +0100 Javi Merino get-with-headers: don't block indefinitely if the server had an internal error
Fri, 19 Jul 2013 02:32:36 +0200 Mads Kiilerich convert: fix description of 'convert --rev'
Wed, 02 Oct 2013 19:46:48 +0200 Mads Kiilerich convert: fix crash when existing converted revision didn't come from source
Wed, 02 Oct 2013 19:46:47 +0200 Mads Kiilerich convert: fix crash when filemap filtering is changed
Tue, 01 Oct 2013 14:48:53 -0400 Augie Fackler rebase: preserve metadata from grafts of changes (issue4001)
Tue, 01 Oct 2013 14:28:18 -0400 Augie Fackler rebase: rework extrafn handling to support multiple extrafns
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin hgweb: call process_dates with a specified selector in ajax scroll
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin hgweb: add parentSelector argument to process_dates
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin hgweb: optimize process_dates function
Thu, 29 Aug 2013 09:22:15 -0700 David Soria Parra shelve: allow shelving of a change with an mq patch applied
Tue, 01 Oct 2013 12:20:31 +0200 David Soria Parra shelve: new output format for shelve listings