Tue, 18 Jun 2013 13:05:16 -0700 |
Durham Goode |
parents: change parents command to use filectx
|
Fri, 28 Jun 2013 16:58:31 -0700 |
Siddharth Agarwal |
update: remove .hg/graftstate on clean (issue3970)
stable
|
Wed, 26 Jun 2013 12:04:57 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with b500a663a2c7
stable
|
Tue, 25 Jun 2013 21:02:22 +0400 |
Alexander Plavin |
templater: add strip function with chars as an extra argument
|
Mon, 24 Jun 2013 14:02:01 -0400 |
Augie Fackler |
Merge with main.
|
Mon, 17 Jun 2013 19:44:00 -0700 |
Durham Goode |
revlog: add exception when linkrev == nullrev
|
Fri, 21 Jun 2013 15:31:40 -0500 |
Matt Mackall |
merge with stable
|
Mon, 17 Jun 2013 19:44:00 -0700 |
Durham Goode |
revlog: add exception when linkrev == nullrev
|
Wed, 19 Jun 2013 14:17:03 -0500 |
Matt Mackall |
changegroup: fix fastpath during commit
|
Wed, 05 Jun 2013 22:41:53 +0200 |
Simon Heimberg |
tests: do not print hgrc in test
|
Thu, 13 Jun 2013 01:37:02 +0200 |
Simon Heimberg |
contrib: delete setup3k in favor of setup --c2to3
|
Thu, 13 Jun 2013 01:36:58 +0200 |
Simon Heimberg |
cleanup: remove unused imports
|
Thu, 13 Jun 2013 01:44:02 +0200 |
simon |
tests: check-code more python files without py extension
|
Fri, 14 Jun 2013 15:28:40 -0400 |
Augie Fackler |
dummyssh: fix check-code nit
|
Wed, 19 Jun 2013 23:05:40 -0700 |
Siddharth Agarwal |
test-pathencode: randomize length of each path component
stable
|
Wed, 19 Jun 2013 23:01:22 -0700 |
Siddharth Agarwal |
test-pathencode: reduce makepart length requirement by 1
stable
|
Wed, 19 Jun 2013 22:34:34 -0700 |
Siddharth Agarwal |
pathencode: fix hashmangle short dir limit (issue3958)
stable
|
Thu, 20 Jun 2013 14:06:11 -0500 |
Matt Mackall |
docs: change description to synopsis in hgrc.5
stable
|
Tue, 11 Jun 2013 23:39:48 +0200 |
simon |
run-tests: sort missing files first instead of raising an error
|
Thu, 30 May 2013 19:29:21 -0700 |
Durham Goode |
filectx: remove dependencies on filerev
|
Sat, 08 Jun 2013 22:37:08 +0200 |
simon |
hg: move return statement after finally block
|
Sun, 09 Jun 2013 16:49:08 +0200 |
simon |
run-tests: call Threads constructor with keyword arguments
|
Sun, 09 Jun 2013 16:42:55 +0200 |
simon |
run-tests: ignoring tests works again
|
Sat, 08 Jun 2013 20:20:14 +0200 |
Simon Heimberg |
check-code: introduce function for using re2 when available
|
Sat, 08 Jun 2013 20:20:14 +0200 |
Simon Heimberg |
check-code: compile filters when loading
|
Sat, 08 Jun 2013 20:20:14 +0200 |
Simon Heimberg |
check-code: compile all patterns on initialisation
|
Sat, 08 Jun 2013 20:20:14 +0200 |
Simon Heimberg |
check-code: only fix patterns once
|
Fri, 07 Jun 2013 16:59:59 -0500 |
Matt Mackall |
merge with stable
|
Thu, 02 May 2013 19:36:47 +0300 |
Iulian Stana |
commit: amending with --close-branch (issue3445)
stable
|
Fri, 07 Jun 2013 16:04:11 -0500 |
Matt Mackall |
run-tests: simplify interrupted message
|
Fri, 07 Jun 2013 15:58:14 -0500 |
Matt Mackall |
run-tests: remove spurious disable of --time with --debug
|
Fri, 07 Jun 2013 15:56:16 -0500 |
Matt Mackall |
run-tests: always gather runtimes
|
Wed, 05 Jun 2013 22:05:29 +0200 |
Simon Heimberg |
run-tests: when interrupted report time in failure message
|
Wed, 05 Jun 2013 22:05:02 +0200 |
Simon Heimberg |
run-tests: report interrupted tests
|
Wed, 05 Jun 2013 22:42:43 +0200 |
Simon Heimberg |
run-tests: open hgrc file only for writing
|
Wed, 05 Jun 2013 22:06:16 +0200 |
Simon Heimberg |
color: use pythons isinstance method instead of reprogramming it
|
Wed, 05 Jun 2013 22:06:02 +0200 |
Simon Heimberg |
color: only provide the required opt to _modesetup
|
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
|