Thu, 25 Jul 2013 00:54:49 -0500 Matt Mackall heads: fix children/descendants in doc (issue3992) stable
Sun, 21 Jul 2013 18:50:54 +0400 Alexander Plavin paper: fix rendering of the first tab in a line in Webkit (issue3990) stable
Sun, 21 Jul 2013 01:38:04 +0400 Alexander Plavin hgweb: fix duplication for some search queries stable
Wed, 24 Jul 2013 14:51:13 -0400 Augie Fackler sslutil: force SSLv3 on Python 2.6 and later (issue3905) stable
Wed, 24 Jul 2013 14:45:29 -0400 Augie Fackler httpclient: update to revision 9517a2b56fe9 of httpplus (issue3905) stable
Sat, 11 May 2013 20:40:15 -0500 Augie Fackler hgweb: force connection close on early response stable
Thu, 25 Jul 2013 02:41:22 +0400 Alexander Plavin hgweb: fix incorrect revisions count in graph (issue3977) stable
Thu, 25 Jul 2013 02:22:39 +0400 Alexander Plavin hgweb: fix incorrect way to count revisions in log (issue3977) stable
Thu, 25 Jul 2013 02:48:21 +0400 Alexander Plavin hgweb: always start graph with the revision in url stable
Thu, 25 Jul 2013 00:44:00 -0500 Matt Mackall merge with i18n stable
Wed, 24 Jul 2013 09:43:32 -0300 Wagner Bruna i18n-pt_BR: synchronized with bf6bc4681383 stable
Thu, 25 Jul 2013 00:33:28 -0500 Matt Mackall update: add tracking of interrupted updates (issue3113) stable
Thu, 25 Jul 2013 00:00:47 -0500 Matt Mackall mq: add checkunfinished support (issue3955) stable
Wed, 24 Jul 2013 23:51:44 -0500 Matt Mackall transplant: add checkunfinished (issue3955) stable
Wed, 24 Jul 2013 23:51:44 -0500 Matt Mackall histedit: add checkunfinished support (issue3955) stable
Wed, 24 Jul 2013 23:51:44 -0500 Matt Mackall rebase: add checkunfinished support (issue3955) stable
Wed, 24 Jul 2013 23:51:44 -0500 Matt Mackall rebase: reorder parent check and state storage stable
Wed, 24 Jul 2013 23:51:40 -0500 Matt Mackall commands: add checks for unfinished operations (issue3955) stable
Wed, 24 Jul 2013 23:30:24 -0500 Matt Mackall update: clear any clearable unfinished operations (issue3955) stable
Wed, 24 Jul 2013 23:27:30 -0500 Matt Mackall cmdutil: core functionality to block during multistep commands (issue3955) stable
Wed, 24 Jul 2013 17:39:29 -0400 Augie Fackler histedit: refuse to edit history that contains merges (issue3962) stable
Wed, 24 Jul 2013 13:20:44 +0800 Wei, Elson largefiles: overridematch() should replace the file path instead of extending (issue3934) stable
Tue, 23 Jul 2013 17:28:12 -0500 Matt Mackall revlog: handle hidden revs in _partialmatch (issue3979) stable
Tue, 23 Jul 2013 14:18:56 -0500 Matt Mackall fileset: handle underbar in symbols stable
Sun, 21 Jul 2013 18:45:42 -0500 Matt Mackall heads: modernize documentation (issue3992) stable
Fri, 19 Jul 2013 16:45:44 -0500 Matt Mackall convert: catch empty origpaths in svn gettags (issue3941) stable
Fri, 19 Jul 2013 12:58:30 -0500 Matt Mackall template: fix tabindent docstring (issue2880) stable
Fri, 19 Jul 2013 00:20:53 -0500 Matt Mackall merge default into stable for 2.7 code freeze stable
Fri, 12 Jul 2013 11:14:42 +0900 Shun-ichi GOTO osutil: consider WindowsError's behaviour to support python 2.4 on Windows
Wed, 17 Jul 2013 10:40:40 -0400 Matthew Turk churn: split email aliases from the right
Sun, 14 Jul 2013 05:35:04 +0400 Alexander Plavin hgweb: highlight line which is linked to at annotate view
Sat, 13 Jul 2013 02:36:29 +0400 Alexander Plavin hgweb: always start log with searched revision
Mon, 01 Jul 2013 06:50:58 +0200 Simon Heimberg util: check if re2 works before using it (issue 3964)
Thu, 18 Jul 2013 23:22:59 -0500 Matt Mackall run-tests: backout 4f32747879d1 line endings change
Sat, 13 Jul 2013 17:32:54 +0400 Alexander Plavin hgweb: highlight line which is linked to at comparison view
Sat, 13 Jul 2013 17:31:53 +0400 Alexander Plavin hgweb: change highlighted line color to be different from 'inserted' color
Fri, 19 Jul 2013 01:40:57 +0200 Mads Kiilerich convert: fix bad conversion of copies when hg.startrev is specified
Fri, 19 Jul 2013 01:18:15 +0200 Mads Kiilerich test-convert-hg-startrev: fix test for copy removal on missing parent
Sat, 13 Jul 2013 18:06:57 +0400 Alexander Plavin hgweb: make stripes in diffstat with CSS
Sat, 13 Jul 2013 18:03:35 +0400 Alexander Plavin hgweb: make stripes in file log with CSS
Sat, 13 Jul 2013 18:02:34 +0400 Alexander Plavin hgweb: make stripes in graph with CSS
Sat, 13 Jul 2013 17:59:00 +0400 Alexander Plavin hgweb: make stripes in log and search with CSS
Sat, 13 Jul 2013 17:51:43 +0400 Alexander Plavin hgweb: make stripes in branch list with CSS
Sat, 13 Jul 2013 17:49:20 +0400 Alexander Plavin hgweb: make stripes in repo list with CSS
Sat, 13 Jul 2013 17:43:45 +0400 Alexander Plavin hgweb: make stripes in file annotate view with CSS
Sat, 13 Jul 2013 17:44:57 +0400 Alexander Plavin hgweb: make stripes in tag list with CSS
Sat, 13 Jul 2013 17:44:46 +0400 Alexander Plavin hgweb: make stripes in directory view with CSS
Sat, 13 Jul 2013 17:43:19 +0400 Alexander Plavin hgweb: make stripes in bookmark list with CSS
Thu, 18 Jul 2013 16:29:05 -0500 Matt Mackall tests: update for commit --secret
Sun, 14 Jul 2013 21:50:52 +0800 Wei, Elson gpg: show "Unknown key ID xxxxxxxx" when the status is ERRSIG
Sun, 14 Jul 2013 21:50:45 +0800 Wei, Elson gpg: add shortkey() to convert from long id to short
Fri, 12 Jul 2013 10:10:46 +0800 Wei, Elson gpg: getkeys() removes unused returning value "err"
Fri, 12 Jul 2013 10:05:11 +0800 Wei, Elson gpg: treat "ERRSIG" as a valid key id but no fingerprint
Thu, 11 Jul 2013 13:11:41 -0400 Jordi Gutiérrez Hermoso commit: enable --secret option
Wed, 17 Jul 2013 23:58:04 +0200 Florence Laguzet merge: deprecate the --force option
Thu, 18 Jul 2013 09:42:44 -0700 Brendan Cully run-tests: revert previous commit, run() waits after a timeout
Thu, 18 Jul 2013 09:39:01 -0700 Brendan Cully run-tests: reap timed-out zombies
Fri, 12 Jul 2013 01:58:48 +0400 Alexander Plavin hgweb: run search instead of showing wrong error for ambigious identifier
Wed, 17 Jul 2013 17:34:47 -0700 Siddharth Agarwal doc: bump copyright year
Wed, 17 Jul 2013 17:34:30 -0700 Siddharth Agarwal version: bump copyright year
Sat, 13 Jul 2013 00:57:56 +0400 Alexander Plavin hgweb: add line wrapping switch to file diff and changeset views
Sat, 13 Jul 2013 00:57:10 +0400 Alexander Plavin hgweb: file diff and changesets views behave like file source view
Fri, 12 Jul 2013 23:47:56 +0400 Alexander Plavin hgweb: introduce separate classes for stripey background
Fri, 12 Jul 2013 15:58:13 +0400 Alexander Plavin hgweb: add line wrapping switch to file source view
Tue, 09 Jul 2013 02:08:24 +0400 Alexander Plavin hgweb: add changelog and search templates to raw style
Fri, 12 Jul 2013 16:01:11 +0400 Alexander Plavin hgweb: toggleDiffstat function instead of showDiffstat and hideDiffstat
Wed, 03 Jul 2013 21:50:20 +0900 Takumi IINO doc: make i18n man and html
Wed, 03 Jul 2013 21:49:43 +0900 Takumi IINO doc: make man and html from translated documents
Wed, 03 Jul 2013 21:49:41 +0900 Takumi IINO gendoc: dispatch print document content by commandline arguments
Wed, 03 Jul 2013 21:49:39 +0900 Takumi IINO gendoc: add showtopic
Wed, 03 Jul 2013 21:49:37 +0900 Takumi IINO gendoc: rename to showdoc from show_doc
Tue, 16 Jul 2013 01:29:14 +0200 Simon Heimberg check-code: automatically preppend "warning: " to all warning messages
Wed, 17 Jul 2013 10:49:34 +0200 Martin Geisler rollback: add reference to "hg commit --amend"
Sat, 13 Jul 2013 23:58:01 +0200 Simon Heimberg run-tests: generally handle line endings on windows by re
Sat, 13 Jul 2013 23:57:55 +0200 Simon Heimberg run-tests: test for os.altsep instead of os.name when checking \ for /
Mon, 15 Jul 2013 01:05:42 +0400 Alexander Plavin hgweb: move local changelist function to the beginning of the parent one
Sat, 13 Jul 2013 17:51:24 +0400 Alexander Plavin hgweb: get rid of branchentry template duplication
Wed, 17 Jul 2013 14:25:35 -0500 Matt Mackall merge with stable
Wed, 17 Jul 2013 13:42:08 -0700 Brendan Cully run-tests: replace popen locking with a noop _cleanup handler on py24
Wed, 17 Jul 2013 13:02:12 -0700 Brendan Cully run-tests: only lock Popen wait/poll on python 2.4
Wed, 17 Jul 2013 12:45:12 -0700 Brendan Cully run-tests: lock popen wait/poll
Wed, 17 Jul 2013 14:20:35 -0500 Matt Mackall merge with i18n stable
Sun, 14 Jul 2013 21:20:02 +0200 Martin Schröder i18n-de: fixed some strings about stripping stable
Sun, 14 Jul 2013 21:07:44 +0200 Martin Schröder i18n-de: synchronized with fbdac607bff3 stable
Tue, 16 Jul 2013 17:10:26 -0500 Matt Mackall rollback: mark as deprecated
Tue, 16 Jul 2013 15:18:12 -0500 Matt Mackall worker: properly report errors from worker processes (issue3982)
Tue, 16 Jul 2013 12:44:11 -0500 Matt Mackall run-tests: patch over py2.4 proc.wait() race
Tue, 16 Jul 2013 11:53:53 -0500 Matt Mackall worker: check problem state correctly (issue3982)
Tue, 16 Jul 2013 11:18:16 -0500 Matt Mackall sshpeer: mark _validrepo internal
Tue, 16 Jul 2013 11:17:01 -0500 Matt Mackall progress: respect HGPLAIN
Thu, 11 Jul 2013 19:29:23 -0500 Matt Mackall tip: deprecate the tip command
Thu, 11 Jul 2013 19:28:54 -0500 Matt Mackall tag: remove incorrect reference to tip
Thu, 11 Jul 2013 19:28:26 -0500 Matt Mackall log: remove tip from example
Thu, 11 Jul 2013 19:28:01 -0500 Matt Mackall cat: remove incorrect reference to tip
Thu, 11 Jul 2013 19:26:53 -0500 Matt Mackall share: remove reference to tip
Thu, 11 Jul 2013 19:26:34 -0500 Matt Mackall rebase: simplify references to branch tips
Thu, 11 Jul 2013 19:25:44 -0500 Matt Mackall mq: remove reference to tip
Thu, 11 Jul 2013 17:01:54 +0400 Alexander Plavin hgweb: show current search query in the input field
Sun, 14 Jul 2013 17:23:07 +0200 Pierre-Yves David mq: use an unfiltered property cache for the queue object
Mon, 15 Jul 2013 15:19:43 -0700 Siddharth Agarwal summary: use missing ancestors algorithm to find new commits
Tue, 16 Jul 2013 11:13:18 -0500 Augie Fackler Merge histedit fixes from stable.
Mon, 15 Jul 2013 15:04:42 +0200 Martin Geisler histedit: use base for computing renames when folding (issue3729) stable
Mon, 15 Jul 2013 13:20:39 +0200 Martin Geisler test-histedit-fold: remove unnecessary --template stable
Sat, 29 Jun 2013 14:27:53 +0400 Alexander Plavin templater: sort functions alphabetically, as filters are
Thu, 04 Jul 2013 14:19:43 +0400 Alexander Plavin hgweb: color line which is linked to in file source view
Thu, 04 Jul 2013 14:19:13 +0400 Alexander Plavin hgweb: wrap lines in file source view
Thu, 04 Jul 2013 14:18:44 +0400 Alexander Plavin hgweb: code selection without line numbers in file source view
Sat, 06 Jul 2013 21:48:07 +0200 Simon Heimberg tests: print line numbers when checking code
Sat, 06 Jul 2013 21:48:01 +0200 Simon Heimberg tests: rename files to py extension instead of copying a 2nd time
Sat, 06 Jul 2013 21:47:56 +0200 Simon Heimberg tests: check-code all python files in one run
Thu, 04 Jul 2013 23:05:59 +0900 Shun-ichi GOTO win32mbcs: wrap util.split()
Mon, 01 Jul 2013 06:50:58 +0200 Simon Heimberg check-code: concatenate "check-code" on compile time
Mon, 01 Jul 2013 06:50:58 +0200 Simon Heimberg tests: do not skip code-checking on some whole files
Mon, 01 Jul 2013 06:50:58 +0200 Simon Heimberg check-code: do not warn on printf \\x or \\[1-9]
Tue, 06 Nov 2012 00:22:56 +0100 Simon Heimberg summary: remove passing of rev because summary does not have this
Mon, 01 Jul 2013 20:48:56 +0200 Simon Heimberg cleanup: drop unused variables and an unused import
Mon, 01 Jul 2013 20:48:55 +0200 Simon Heimberg tests: run pyflakes on files from manifest which could be python files
Tue, 09 Jul 2013 13:43:09 -0500 Augie Fackler Merge with stable.
Mon, 01 Jul 2013 18:07:33 -0500 Matt Mackall Added signature for changeset 009794acc6e3 stable
Mon, 01 Jul 2013 18:07:29 -0500 Matt Mackall Added tag 2.6.3 for changeset 009794acc6e3 stable
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip