log

age author description
Thu, 06 Jun 2013 14:05:03 -0400 Jordi Gutiérrez Hermoso doc: make it easier to read how to enable extensions stable
Thu, 06 Jun 2013 13:37:41 -0400 Jordi Gutiérrez Hermoso doc: reword "config file" to "configuration file" stable
Thu, 06 Jun 2013 14:40:26 -0500 Matt Mackall run-tests: make --noskips work
Thu, 30 May 2013 18:47:16 -0700 Durham Goode filelog: switch 'not len(filerevlog)' to 'not filerevlog'
Thu, 30 May 2013 19:29:03 -0700 Durham Goode annotate: simplify annotate parent function
Thu, 30 May 2013 19:26:56 -0700 Durham Goode changegroup: move changegroup file adding to a separate function
Thu, 30 May 2013 19:25:55 -0700 Durham Goode log: move log file walk to its own function
Thu, 30 May 2013 17:51:13 -0700 Durham Goode bundle: refactor changegroup prune to be its own function
Thu, 30 May 2013 17:49:37 -0700 Durham Goode filectx: refactor filectx.rev() to use filectx._changeid
Mon, 03 Jun 2013 17:20:45 -0700 Bryan O'Sullivan util: add an optional timestamp parameter to makedate
Mon, 03 Jun 2013 17:20:44 -0700 Bryan O'Sullivan util: rename ct variable in makedate to timestamp
Mon, 03 Jun 2013 17:20:37 -0700 Bryan O'Sullivan merge: add a files method to the mergestate class
Wed, 05 Jun 2013 21:16:49 +0200 Simon Heimberg histedit: raise ImportError when demandloading is enabled stable
Sun, 02 Jun 2013 18:09:06 -0500 Matt Mackall run-tests: add --loop support
Sun, 02 Jun 2013 17:58:51 -0500 Matt Mackall run-tests: --interactive and --jobs no longer conflict
Sun, 02 Jun 2013 17:58:49 -0500 Matt Mackall run-tests: sort certain slow tests earlier by keyword
Sun, 02 Jun 2013 17:57:37 -0500 Matt Mackall run-tests: drop unused resultslock
Sun, 02 Jun 2013 17:57:36 -0500 Matt Mackall run-tests: drop options.child and users
Sun, 02 Jun 2013 17:56:53 -0500 Matt Mackall run-tests: remove runchildren, now unused
Sun, 02 Jun 2013 17:56:51 -0500 Matt Mackall run-tests: schedule largest tests first
Sun, 02 Jun 2013 16:58:22 -0500 Matt Mackall run-tests: introduce thread scheduler
Sun, 02 Jun 2013 16:55:19 -0500 Matt Mackall run-tests: use count to calculate port to use
Sun, 02 Jun 2013 16:38:15 -0500 Matt Mackall run-tests: introduce threadtmp directory
Sun, 02 Jun 2013 16:29:35 -0500 Matt Mackall run-tests: add abort flag
Sun, 02 Jun 2013 16:29:22 -0500 Matt Mackall run-tests: move more variables to env
Sun, 02 Jun 2013 16:29:20 -0500 Matt Mackall run-tests: simplify env deletion
Sun, 02 Jun 2013 16:22:51 -0500 Matt Mackall run-tests: move most of remaining environment tweaks
Sun, 02 Jun 2013 16:22:51 -0500 Matt Mackall run-tests: move environment creation to a separate function
Sun, 02 Jun 2013 16:22:51 -0500 Matt Mackall run-tests: move HGRCPATH to env
Sun, 02 Jun 2013 16:22:51 -0500 Matt Mackall run-tests: move DAEMON_PIDS to env
Sun, 02 Jun 2013 16:22:34 -0500 Matt Mackall run-tests: move HGPORT setting to env
Sun, 02 Jun 2013 15:33:41 -0500 Matt Mackall run-tests: write tmp paths into env copy
Sun, 02 Jun 2013 15:27:08 -0500 Matt Mackall tests: avoid writing files to HGTMP
Sun, 02 Jun 2013 14:04:55 -0500 Matt Mackall run-tests: use env dict to kill daemons
Sun, 02 Jun 2013 13:45:08 -0500 Matt Mackall run-tests: add env dict to isolate test environment
Sat, 01 Jun 2013 17:19:00 -0500 Matt Mackall merge with stable
Sat, 01 Jun 2013 17:10:24 -0500 Matt Mackall Added signature for changeset cceaf7af4c9e stable
Sat, 01 Jun 2013 17:10:18 -0500 Matt Mackall Added tag 2.6.2 for changeset cceaf7af4c9e stable
Sat, 01 Jun 2013 17:09:41 -0500 Matt Mackall merge with i18n stable 2.6.2
Sat, 01 Jun 2013 01:13:36 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 9e5ab8d3154a stable
Tue, 28 May 2013 10:56:37 -0300 Wagner Bruna i18n-pt_BR: synchronized with b592fd33233a stable
Tue, 28 May 2013 11:17:54 +0100 Alexander Sauta i18n-ru: synchronized with 39ea540dc154 stable
Mon, 27 May 2013 23:48:34 +0400 Alexander Sauta i18n-ru: synchronized with ddfdccc9d5a4 stable
Thu, 30 May 2013 22:32:10 +0100 Simon King graft: refuse to commit an interrupted graft (issue3667) stable
Mon, 27 May 2013 15:24:19 -0500 Matt Mackall run-tests: remove some unnecessary globals
Fri, 24 May 2013 14:30:43 -0500 Matt Mackall run-tests: add a log function
Fri, 24 May 2013 14:30:43 -0500 Matt Mackall run-tests: make vlog a proper function
Fri, 24 May 2013 14:30:43 -0500 Matt Mackall run-tests: unify marks and result codes
Fri, 24 May 2013 14:30:35 -0500 Matt Mackall run-tests: change return code of runone
Fri, 24 May 2013 13:53:56 -0500 Matt Mackall run-tests: regroup some initialization checks
Fri, 24 May 2013 13:52:05 -0500 Matt Mackall run-tests: fix a path existence check
Fri, 24 May 2013 13:51:20 -0500 Matt Mackall run-tests: regroup some variable initialization
Fri, 24 May 2013 13:48:25 -0500 Matt Mackall run-tests: regroup nested functions
Fri, 24 May 2013 13:47:17 -0500 Matt Mackall run-tests: regroup temp dir creation
Fri, 24 May 2013 13:41:20 -0500 Matt Mackall run-tests: pull hgrc creation out as function
Fri, 24 May 2013 13:34:22 -0500 Matt Mackall tests: simplify handling of unknown test types
Fri, 24 May 2013 13:31:44 -0500 Matt Mackall run-tests: filter out non-tests from default list
Fri, 24 May 2013 13:23:19 -0500 Matt Mackall run-tests: make a table of test types
Fri, 24 May 2013 13:02:00 -0500 Matt Mackall run-tests: don't need to test shebang any more
Thu, 23 May 2013 17:53:38 -0500 Matt Mackall merge with stable
Thu, 23 May 2013 17:53:19 -0500 Matt Mackall merge with i18n stable
Tue, 21 May 2013 19:36:23 -0300 Wagner Bruna i18n-pt_BR: synchronized with 2b4344f23b44 stable
Thu, 23 May 2013 17:52:21 -0500 Matt Mackall merge with stable
Wed, 15 May 2013 15:44:59 +0900 Takumi IINO gendoc: extract print help topics into a dedicated function
Thu, 23 May 2013 17:39:33 -0500 Matt Mackall amend: complain more comprehensibly about subrepos stable
Wed, 15 May 2013 15:44:55 +0900 Takumi IINO gendoc: make commnd __doc__ and extension __doc__ as translatable
Wed, 22 May 2013 17:38:24 -0700 Durham Goode blackbox: fix blackbox causing exceptions in tests stable
Wed, 22 May 2013 17:31:47 -0700 Durham Goode blackbox: fix recording exit codes (issue3938) stable
Thu, 18 Apr 2013 15:48:22 -0500 Sean Farley templater: add indentation arguments to the fill function
Wed, 10 Apr 2013 18:56:38 -0500 Sean Farley templater: move templatefilters.func into the same place as the other funcs
Wed, 22 May 2013 17:31:43 -0500 Matt Mackall ui: merge prompt text components into a singe string
Tue, 21 May 2013 15:32:15 -0500 Matt Mackall merge with stable
Tue, 21 May 2013 15:31:56 -0500 Matt Mackall merge with i18n stable
Tue, 21 May 2013 14:10:55 +0100 Alexander Sauta i18n-ru: merge with Nikolaj Sjujskij fixes stable
Tue, 14 May 2013 23:09:40 +0400 Nikolaj Sjujskij i18n-ru: update po-file for further translation (from ddc7a6be2021) stable
Tue, 14 May 2013 23:04:23 +0400 Nikolaj Sjujskij merge in i18n-ru stable
Sun, 12 May 2013 15:35:53 +0400 Nikolaj Sjujskij i18n-ru: fix patchbomb confirmation prompt (issue3929) stable
Mon, 08 Apr 2013 17:16:11 +0400 Nikolaj Sjujskij i18n-ru: fix "deleted files" in `status` description stable
Tue, 21 May 2013 15:29:53 -0500 Matt Mackall tests: backport some glob fixups stable
Tue, 21 May 2013 15:23:50 -0500 Matt Mackall help: fix role/option confusion in RST stable
Fri, 17 May 2013 17:22:08 -0500 Matt Mackall merge with stable
Tue, 14 May 2013 11:23:18 -0700 Bryan O'Sullivan summary: add a histedit hook
Tue, 14 May 2013 11:23:17 -0700 Bryan O'Sullivan summary: indicate if a rebase is underway
Tue, 14 May 2013 11:23:17 -0700 Bryan O'Sullivan summary: add tests for some extensions we plan to modify
Tue, 14 May 2013 11:23:16 -0700 Bryan O'Sullivan mq: switch to new summary hook mechanism
Tue, 14 May 2013 11:23:15 -0700 Bryan O'Sullivan summary: augment output with info from extensions
Fri, 17 May 2013 14:31:06 -0500 Matt Mackall dirstate: don't overnormalize for ui.slash stable
Thu, 16 May 2013 16:20:10 -0500 Matt Mackall merge with stable
Fri, 10 May 2013 23:48:03 +0200 Benoit Boissinot bundle-ng: move progress handling out of the linkrev callback
Fri, 10 May 2013 23:14:54 +0200 Benoit Boissinot bundle-ng: simplify lookup and state handling
Fri, 10 May 2013 22:57:54 +0200 Sune Foldager bundle-ng: simplify bundle10.generate
Fri, 10 May 2013 22:47:12 +0200 Benoit Boissinot shrink: delete extension preventing further refactoring (BC)
Sun, 10 Feb 2013 16:03:20 +0100 Benoit Boissinot bundle-ng: move bundle generation to changegroup.py
Fri, 10 May 2013 22:20:32 +0200 Benoit Boissinot bundle-ng: unify _changegroup and _changegroupsubset
Fri, 10 May 2013 21:35:49 +0200 Sune Foldager bundle-ng: move gengroup into bundler, pass repo object to bundler
Sat, 09 Feb 2013 23:42:03 +0100 Benoit Boissinot bundle-ng: add bundlecaps argument to getbundle() command
Fri, 10 May 2013 21:03:01 +0200 Sune Foldager bundle-ng: move group into the bundler
Fri, 10 May 2013 20:37:41 +0200 Benoit Boissinot bundle-ng: move bundler creation up in the stack
Wed, 15 May 2013 21:36:19 -0500 Kevin Bullock i18n: fix untranslated prompts with translated responses (issue3936) stable
Wed, 15 May 2013 22:19:12 +0100 Mike Williams help: stop documentation markup appearing in generated help stable
Tue, 14 May 2013 18:52:52 -0500 Matt Mackall merge with stable
Tue, 14 May 2013 15:16:44 -0700 Bryan O'Sullivan ui: use util.sizetoint in configbytes
Tue, 14 May 2013 15:16:43 -0700 Bryan O'Sullivan util: migrate fileset._sizetoint to util.sizetoint
Tue, 14 May 2013 18:43:53 -0500 Matt Mackall Added signature for changeset ddc7a6be2021 stable
Tue, 14 May 2013 18:43:43 -0500 Matt Mackall Added tag 2.6.1 for changeset ddc7a6be2021 stable
Tue, 23 Apr 2013 14:16:33 -0700 Siddharth Agarwal dirstate.status: avoid full walks when possible
Mon, 22 Apr 2013 17:11:18 -0700 Siddharth Agarwal dirstate.walk: add a flag to let extensions avoid full walks
Mon, 13 May 2013 17:47:04 -0500 Matt Mackall merge with stable
Mon, 13 May 2013 17:44:35 -0500 Matt Mackall i18n: fix partially-translated prompts (issue3928) (issue3929) stable 2.6.1
Mon, 13 May 2013 17:36:06 -0500 Matt Mackall merge with i18n stable
Fri, 10 May 2013 14:39:09 -0300 Wagner Bruna i18n-pt_BR: synchronized with 27013ace80eb stable
Fri, 10 May 2013 11:23:50 -0500 Matt Mackall pathencode: grow buffers to increase safety margin stable
Mon, 13 May 2013 13:02:01 -0500 Kevin Bullock merge with stable
Sun, 12 May 2013 10:09:34 +0100 Mike Williams help/config: note 64-bit Windows registry key used with 32-bit Python stable
Sat, 11 May 2013 20:25:15 -0500 Augie Fackler httpclient: upgrade to fe8c09e4db64 of httpplus
Wed, 08 May 2013 20:55:56 +0200 Szymon Wroblewski splicemap: support paths with spaces in splicemap (issue3844)
Tue, 07 May 2013 23:49:03 +0900 Yuya Nishihara branch: strip whitespace before testing known branch name stable
Thu, 09 May 2013 18:34:04 -0500 Matt Mackall merge with stable
Wed, 01 May 2013 10:44:21 -0700 Durham Goode copies: refactor checkcopies() into a top level method
Wed, 08 May 2013 14:22:00 -0700 Durham Goode store: move top file walk to a separate function
Wed, 01 May 2013 10:38:41 -0700 Durham Goode clone: move file stream walk to a separate function
Tue, 07 May 2013 14:20:34 -0700 Siddharth Agarwal dirstate._walkexplicit: inline dirsnotfound.append
Tue, 07 May 2013 14:19:04 -0700 Siddharth Agarwal dirstate._walkexplicit: rename work to dirsfound
Tue, 07 May 2013 10:02:55 -0700 Siddharth Agarwal dirstate.walk: refactor explicit walk into separate function
Tue, 07 May 2013 09:31:00 -0700 Siddharth Agarwal dirstate.walk: pull skipstep3 out of the explicit walk code
Tue, 07 May 2013 09:47:10 -0700 Siddharth Agarwal dirstate.walk: move dirignore filter out of explicit walk code
Tue, 07 May 2013 09:29:43 -0700 Siddharth Agarwal dirstate.walk: maintain a list of dirs not found
Fri, 10 May 2013 00:26:39 +0400 Alexander Plavin highlight: fix page layout with empty first and last lines stable
Thu, 09 May 2013 15:22:54 -0500 Matt Mackall check-code: add another Windows pathsep rule
Thu, 09 May 2013 15:22:21 -0500 Matt Mackall merge with stable
Thu, 09 May 2013 15:17:29 -0500 Matt Mackall tests: quiet strip to avoid commandserver pathsep issue stable
Thu, 09 May 2013 15:09:36 -0500 Matt Mackall tests: fix another Windows path issue stable
Thu, 09 May 2013 15:01:11 -0500 Matt Mackall tests: fix unionrepo path issue on msys (issue3927) stable
Thu, 09 May 2013 10:51:03 -0500 Matt Mackall merge with stable
Thu, 09 May 2013 11:37:20 +0900 Takumi IINO blackbox: fix literal block syntax stable
Tue, 07 May 2013 05:04:11 +0900 FUJIWARA Katsunori largefiles: check unknown files with case awareness of the filesystem stable
Tue, 07 May 2013 05:04:11 +0900 FUJIWARA Katsunori largefiles: check existence of the file with case awareness of the filesystem stable
Tue, 07 May 2013 05:04:11 +0900 FUJIWARA Katsunori windows: check target type before actual unlinking to follow POSIX semantics stable
Thu, 09 May 2013 09:51:42 -0400 Augie Fackler Merge with stable.
Wed, 08 May 2013 14:11:01 -0700 Siddharth Agarwal manifestmerge: local unknown, remote created: don't traverse symlinks
Thu, 09 May 2013 21:09:58 +0900 FUJIWARA Katsunori subrepo: open files in 'rb' mode to read exact data in (issue3926) stable
Thu, 04 Apr 2013 13:45:21 -0700 Siddharth Agarwal patch: use scmutil.marktouched instead of scmutil.addremove
Thu, 04 Apr 2013 13:38:28 -0700 Siddharth Agarwal scmutil: add a function to mark that files have been operated on
Wed, 03 Apr 2013 15:53:59 -0700 Siddharth Agarwal scmutil.addremove: factor out code to mark added/removed/renames
Wed, 03 Apr 2013 16:32:41 -0700 Siddharth Agarwal scmutil.addremove: factor out code to find renames
Wed, 03 Apr 2013 15:32:15 -0700 Siddharth Agarwal scmutil.addremove: rename local 'copies' to 'renames'
Tue, 02 Apr 2013 17:19:36 -0700 Siddharth Agarwal scmutil.addremove: factor out dirstate walk into another function
Wed, 01 May 2013 10:42:03 -0700 Durham Goode filecontext: use 'is not None' to check for filelog existence
Wed, 01 May 2013 10:39:37 -0700 Durham Goode filelog: use super() for calling base functions
Thu, 02 May 2013 21:28:18 -0500 Kevin Bullock bookmarks: allow bookmark command to take multiple arguments
Sun, 05 May 2013 18:51:34 -0500 Matt Mackall merge with stable
Fri, 03 May 2013 19:34:59 +0200 Blesso hrvoje1212 convert: fix bug of wrong CVS path parsing without port number (issue3678) stable
Fri, 03 May 2013 15:36:18 -0700 Siddharth Agarwal match: add comments to explain explicitdir and traversedir
Fri, 03 May 2013 14:41:58 -0700 Siddharth Agarwal match: make explicitdir and traversedir None by default
Fri, 03 May 2013 14:39:28 -0700 Siddharth Agarwal dirstate.walk: cache match.explicitdir and traversedir locally
Sun, 28 Apr 2013 21:29:32 -0700 Siddharth Agarwal match: drop dir callback
Sun, 28 Apr 2013 21:28:31 -0700 Siddharth Agarwal inotify: call match.explicitdir
Sun, 28 Apr 2013 21:27:57 -0700 Siddharth Agarwal purge: hook into match.explicitdir and traversedir
Sun, 28 Apr 2013 21:27:21 -0700 Siddharth Agarwal localrepo.commit: hook into match.explicitdir
Sun, 28 Apr 2013 21:25:41 -0700 Siddharth Agarwal dirstate.walk: call match.explicitdir or traversedir as appropriate
Sun, 28 Apr 2013 21:24:09 -0700 Siddharth Agarwal match: introduce explicitdir and traversedir
Sat, 04 May 2013 14:52:51 -0500 Matt Mackall merge with stable
Fri, 03 May 2013 15:18:21 -0700 Siddharth Agarwal run-tests: when running in parallel, delete tmpdirs immediately
Fri, 03 May 2013 14:19:30 -0700 Brendan Cully tests: check path separator in moves
Fri, 03 May 2013 13:59:58 -0700 Brendan Cully tests: fix test-commandserver phase . output for windows
Sat, 04 May 2013 14:51:21 -0500 Matt Mackall hfs+: rewrite percent-escaper (issue3918) stable
Fri, 03 May 2013 15:34:18 -0500 Matt Mackall merge with stable
Fri, 03 May 2013 12:40:17 -0700 Bryan O'Sullivan revert: ensure that copies and renames are honored (issue3920) stable
Fri, 03 May 2013 09:44:50 -0700 Durham Goode hgignore: fix regression with hgignore directory matches (issue3921) stable
Thu, 02 May 2013 20:41:22 -0500 Augie Fackler templater: fix output instability from gsoc patches
Thu, 18 Apr 2013 22:56:57 +0300 Iulian Stana log-style: add a log style that is default+phase (issue3436)
Thu, 02 May 2013 20:23:14 -0500 Iulian Stana templater: show the style list when I try to use a wrong one
Sat, 27 Apr 2013 23:49:34 -0700 Siddharth Agarwal test-nested-repo.t: touch another file inside nested repo
Thu, 02 May 2013 15:21:47 -0500 Matt Mackall check-code: add more path sep glob checks
Thu, 25 Apr 2013 18:01:00 -0700 Ben Goswami splicemap: improve error handling when source is subversion (issue2084)
Thu, 25 Apr 2013 16:02:58 -0700 Ben Goswami splicemap: improve error handling when source is git (issue2084)
Thu, 25 Apr 2013 11:50:26 -0700 Ben Goswami splicemap: improve error handling when source is hg (issue2084)
Wed, 24 Apr 2013 18:26:37 -0700 Ben Goswami splicemap: move parsesplicemap to convcmd.py (issue2084)
Thu, 02 May 2013 14:11:34 -0500 Matt Mackall merge with stable
Thu, 02 May 2013 11:26:43 -0700 Brendan Cully tests: sprinkle globs over largefiles/subrepo tests for Windows stable
Thu, 02 May 2013 11:17:18 -0700 Brendan Cully tests: skip permissions tests in test-phases-exchange when fs lacks permissions stable
Thu, 02 May 2013 12:15:41 -0500 Matt Mackall merge with stable
Wed, 01 May 2013 17:49:53 -0500 Matt Mackall Added signature for changeset 23f785b38af3 stable
Wed, 01 May 2013 17:49:48 -0500 Matt Mackall Added tag 2.6 for changeset 23f785b38af3 stable
Wed, 01 May 2013 15:24:21 -0500 Sean Farley bookmarks: fix bug that activated a bookmark even with -r passed stable 2.6
Tue, 30 Apr 2013 21:12:49 -0500 Sean Farley bookmarks: resolve divergent bookmark when moving across a branch stable
Wed, 01 May 2013 15:34:45 -0500 Sean Farley bookmarks: resolve divergent bookmarks when moving active bookmark forward stable
Wed, 01 May 2013 15:31:39 -0500 Sean Farley bookmarks: resolve divergent bookmarks when fowarding bookmark to descendant stable
Tue, 30 Apr 2013 09:02:02 +0900 FUJIWARA Katsunori tags: update tag type only if tag node is updated (issue3911) stable
Tue, 30 Apr 2013 01:04:35 +0200 Mads Kiilerich match: fix root calculation for combining regexps with simple paths stable
Tue, 30 Apr 2013 05:01:32 +0900 FUJIWARA Katsunori icasefs: enhance test to prevent regression by changes in the future stable
Tue, 30 Apr 2013 05:01:32 +0900 FUJIWARA Katsunori icasefs: rewrite case-folding collision detection (issue3452) stable
Tue, 30 Apr 2013 05:01:32 +0900 FUJIWARA Katsunori icasefs: refactor "test-casecollision-merge.t" to reuse in succeeding fixes stable
Tue, 30 Apr 2013 05:00:48 +0900 FUJIWARA Katsunori icasefs: ignore removed files at building "dirstate._foldmap" up on icasefs stable
Wed, 01 May 2013 11:20:16 -0300 Wagner Bruna i18n-pt_BR: synchronized with 3f5e75c22585 stable
Wed, 01 May 2013 11:18:49 -0300 Wagner Bruna merge with i18n stable
Wed, 01 May 2013 00:38:43 +0900 FUJIWARA Katsunori i18n-ja: synchronized with f01a351db791 stable
Mon, 29 Apr 2013 14:14:42 -0700 Bryan O'Sullivan dispatch: add support for --option=value to _earlygetopt stable
Mon, 29 Apr 2013 14:14:41 -0700 Bryan O'Sullivan dispatch: add doctests for _earlygetopt stable
Tue, 30 Apr 2013 21:19:56 +0200 Pierre-Yves David push: make locking of source optional (issue3684) stable
Tue, 30 Apr 2013 10:51:25 +0200 Pierre-Yves David push: factorise phase movement in a simple closure stable
Mon, 29 Apr 2013 15:58:15 +0900 FUJIWARA Katsunori merge: increase safety of parallel updating/removing on icasefs stable
Tue, 30 Apr 2013 13:53:49 +0200 Pierre-Yves David hgweb: handle filtered "0" rev in navigation stable
Tue, 30 Apr 2013 15:11:12 +0200 Pierre-Yves David hgweb: fix empty navigation detection stable
Tue, 30 Apr 2013 14:56:33 +0100 Jim Hague tests: AIX can't handle negative date in test-dirstate.t stable
Fri, 26 Apr 2013 01:12:03 +0900 FUJIWARA Katsunori win32: use explicit path to "python.exe" only if it exists stable
Fri, 26 Apr 2013 22:07:25 -0700 Siddharth Agarwal test-mq-strip.t: add a test for strip --keep with clean working dir stable
Sat, 27 Apr 2013 00:41:42 +0200 Mads Kiilerich largefiles: use repo.wwrite for writing standins (issue3909) stable
Fri, 26 Apr 2013 19:04:01 +0200 Mads Kiilerich largefiles: drop repo wrapping detection stable
Fri, 26 Apr 2013 23:36:12 +0900 FUJIWARA Katsunori config: discard "%unset" values defined in the other files read in previously stable
Fri, 26 Apr 2013 23:16:25 +0900 FUJIWARA Katsunori tests: rename from test-config-case.t to test-config.t for centralization stable
Thu, 25 Apr 2013 20:48:49 +0900 FUJIWARA Katsunori i18n: show the non-ASCII password prompt text correctly stable
Tue, 23 Apr 2013 17:26:00 -0500 Kevin Bullock tests: make sed usage in test-unionrepo.t cross-platform stable
Tue, 23 Apr 2013 16:57:51 -0500 Kevin Bullock check-code: fix sed 'i' command rule newline matching stable
Mon, 22 Apr 2013 18:00:59 -0700 Durham Goode blackbox: don't run permission tests on non-unix systems stable
Mon, 22 Apr 2013 16:50:08 -0500 Kevin Bullock check-code: expand sed rule to include more offenders stable
Mon, 22 Apr 2013 16:33:28 -0500 Kevin Bullock check-code: add a rule against a GNU sed-ism stable
Mon, 22 Apr 2013 12:27:56 +0400 Alexander Plavin hgweb: make help verbose again (issue3899) stable
Sun, 21 Apr 2013 17:33:51 -0500 Matt Mackall merge with i18n stable
Sat, 20 Apr 2013 19:01:36 -0300 Wagner Bruna i18n-pt_BR: synchronized with 64ea454e7d76 stable
Sat, 20 Apr 2013 16:46:38 +0400 Alexander Plavin css: remove repeated property stable
Sat, 20 Apr 2013 22:09:17 +0400 Alexander Plavin css: fixed font-family stable
Fri, 19 Apr 2013 22:03:59 -0700 Siddharth Agarwal color: add a test with extension loaded and ui.formatted=False stable
Fri, 19 Apr 2013 16:57:10 -0700 Siddharth Agarwal color: set _colormode to None when mode is unset (issue3895) stable
Fri, 19 Apr 2013 16:57:20 -0700 Siddharth Agarwal color: turn colorui functions into forwards when color is None stable
Fri, 19 Apr 2013 18:26:35 -0300 Wagner Bruna largefiles: fix typos in documentation stable
Fri, 19 Apr 2013 10:55:11 -0700 Durham Goode translations: change label integer error to not specify the kind of label stable
Thu, 18 Apr 2013 23:50:15 -0500 Matt Mackall Added signature for changeset 292cd385856d stable
Thu, 18 Apr 2013 23:50:08 -0500 Matt Mackall Added tag 2.6-rc for changeset 292cd385856d stable
Thu, 18 Apr 2013 23:46:26 -0500 Matt Mackall merge default int stable for 2.6 code freeze stable 2.6-rc
Thu, 18 Apr 2013 16:17:59 -0700 Bryan O'Sullivan blackbox: automatically rotate log files
Thu, 18 Apr 2013 12:58:28 -0700 Bryan O'Sullivan ui: add a configbytes method, for space configuration
Thu, 18 Apr 2013 23:53:39 +0200 Simon Heimberg mq: do not inherit settings form base repo in mqrepo (Fixes issue2358)
Thu, 18 Apr 2013 23:53:24 +0200 Simon Heimberg color: set the ui class in reposetup, before a repo is created
Thu, 18 Apr 2013 20:28:38 +0200 André Sintzoff parsers: remove warning: format ‘%ld’ expects argument of type ‘long int’
Thu, 18 Apr 2013 19:50:04 +0900 FUJIWARA Katsunori annotate: discard refcount of discarded annotation for memory efficiency
Thu, 18 Apr 2013 16:46:09 +0400 Alexander Plavin revlog: fix a regression with null revision
Thu, 18 Apr 2013 14:28:06 -0700 Siddharth Agarwal rebase: check no-op before checking phase (issue3891)
Wed, 10 Apr 2013 19:27:49 -0500 Sean Farley template: call runtemplate on the src argument to sub
Wed, 17 Apr 2013 03:41:34 +0200 Mads Kiilerich run-tests: introduce --random for running tests in random error