log

age author description
Wed, 01 Jul 2015 13:13:02 -0700 Colin Chan shelve: always backup shelves instead of deleting them
Tue, 30 Jun 2015 22:02:40 -0700 Pierre-Yves David wireproto: remove a debug print
Sun, 28 Sep 2014 01:09:16 -0700 Pierre-Yves David amend: move obsmarkers creation in the "new changeset" conditional
Tue, 30 Jun 2015 22:28:40 -0700 Pierre-Yves David amend: move createmarkers evaluation earlier
Tue, 30 Jun 2015 19:19:17 -0400 Augie Fackler wireproto: correctly escape batched args and responses (issue4739)
Wed, 01 Jul 2015 17:51:57 -0500 Matt Mackall merge with stable
Sun, 28 Jun 2015 22:57:33 +0900 Yuya Nishihara revset: port extra() to support keyword arguments
Sat, 27 Jun 2015 17:25:01 +0900 Yuya Nishihara revset: add function to build dict of positional and keyword arguments
Sat, 27 Jun 2015 17:05:28 +0900 Yuya Nishihara revset: add parsing rule for key=value pair
Sun, 28 Jun 2015 12:46:34 -0700 Gregory Szorc import-checker: establish modern import convention
Sun, 28 Jun 2015 12:28:48 -0700 Gregory Szorc import-checker: establish new function for verifying import conventions
Sun, 28 Jun 2015 09:36:58 -0700 Gregory Szorc import-checker: resolve relative imports
Fri, 26 Jun 2015 23:23:10 -0400 Matt Harbison templatekw: use a list of tags in getlatesttags() instead of joining them
Mon, 29 Jun 2015 17:19:58 -0700 Durham Goode convert: improve support for unusual .gitmodules
Mon, 29 Jun 2015 17:19:18 -0700 Durham Goode convert: handle .gitmodules with non-tab whitespaces
Mon, 29 Jun 2015 13:39:05 -0700 Durham Goode convert: fix bug with converting the same commit twice
Sat, 27 Jun 2015 15:28:46 +0900 Yuya Nishihara templater: remove workaround for escaped quoted string in quoted template
Wed, 01 Jul 2015 16:33:31 -0500 Matt Mackall merge with stable
Tue, 30 Jun 2015 22:39:28 -0700 Pierre-Yves David amend: stop updating the bookmarks twice
Tue, 30 Jun 2015 22:36:49 -0700 Pierre-Yves David amend: collaborate with the transaction when moving bookmarks
Mon, 29 Jun 2015 17:10:36 -0400 Augie Fackler sshserver: drop ancient do_{lock,unlock,addchangegroup} methods
Mon, 29 Jun 2015 12:35:31 -0400 Mike Edgar wireproto: add config knob for http header length limit
Wed, 01 Jul 2015 15:12:45 -0500 Matt Mackall archive: fix changesincelatesttag with wdir()
Mon, 29 Jun 2015 10:34:56 -0400 Matt Harbison revset: fix a crash in parents() when 'wdir()' is in the set
Sun, 28 Jun 2015 13:38:03 -0400 Matt Harbison workingctx: don't report the tags for its parents
Tue, 30 Jun 2015 23:34:12 +0800 Anton Shestakov hgweb: don't try to show repo on repo-not-found page in monoblue
Tue, 30 Jun 2015 23:31:19 +0800 Anton Shestakov hgweb: fix help pages title in gitweb and monoblue
Tue, 30 Jun 2015 22:15:58 +0800 Anton Shestakov hgweb: don't show summary link as active on error pages in monoblue
Sun, 28 Jun 2015 13:22:17 -0400 Matt Harbison identify: build the tag list directly instead of using wctx.tags()
Sun, 28 Jun 2015 18:39:58 -0400 Matt Harbison identify: avoid a crash when given '-r wdir()'
Fri, 26 Jun 2015 14:33:34 -0700 Pierre-Yves David tests: clean up duplicated output in test-subrepo-recursion progress
Wed, 01 Jul 2015 17:46:37 -0500 Matt Mackall Added signature for changeset 540cd0ddac49 stable
Wed, 01 Jul 2015 17:46:37 -0500 Matt Mackall Added tag 3.4.2 for changeset 540cd0ddac49 stable
Mon, 29 Jun 2015 19:09:42 -0700 Pierre-Yves David transplant: only pull the transplanted revision (issue4692) stable 3.4.2
Mon, 29 Jun 2015 19:18:51 -0700 Pierre-Yves David transplant: update test to use hash for remote transplant stable
Mon, 29 Jun 2015 11:20:09 -0700 Pierre-Yves David changegroup: properly compute common base in changeggroupsubset (issue4736) stable
Thu, 25 Jun 2015 22:07:38 +0900 Yuya Nishihara templater: parse \"...\" as string for 2.9.2-3.4 compatibility (issue4733) stable
Mon, 29 Jun 2015 16:38:22 -0500 Matt Mackall merge with stable
Sat, 27 Jun 2015 17:31:06 -0700 Gregory Szorc demandimport: support importing builtins for Python 3
Sat, 27 Jun 2015 17:29:15 -0700 Gregory Szorc demandimport: alias __builtin__ as builtins
Fri, 26 Jun 2015 11:29:50 -0700 Pierre-Yves David bufferedinputpipe: remove N^2 computation of buffer length (issue4735)
Sat, 27 Jun 2015 11:51:25 -0700 Pierre-Yves David bufferedinputpipe: remove an outdate comment
Thu, 25 Jun 2015 22:20:09 -0700 Siddharth Agarwal statichttprepo: kill off sopener
Thu, 25 Jun 2015 22:19:49 -0700 Siddharth Agarwal obsolete: replace references to 'sopener' with 'svfs'
Thu, 25 Jun 2015 22:18:56 -0700 Siddharth Agarwal exchange: replace references to 'sopener' with 'svfs'
Thu, 25 Jun 2015 22:17:52 -0700 Siddharth Agarwal localrepo: kill off sopener (API)
Thu, 25 Jun 2015 22:16:36 -0700 Siddharth Agarwal share: replace reference to 'sopener' with 'svfs'
Thu, 25 Jun 2015 21:16:47 -0400 Matt Harbison archive: don't assume '.' is being archived for changessincelatesttag stable
Thu, 25 Jun 2015 20:27:36 +0800 Anton Shestakov hgweb: use css for stripey background in coal
Wed, 24 Jun 2015 11:15:00 -0400 Matt Harbison templatekw: correct typo in activebookmark documentation
Wed, 24 Jun 2015 13:41:27 -0500 Matt Mackall merge with stable
Tue, 23 Jun 2015 22:20:01 -0700 Gregory Szorc check-code: detect legacy exception syntax
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Tue, 23 Jun 2015 22:38:21 -0700 Gregory Szorc check-code: detect legacy octal syntax
Tue, 23 Jun 2015 22:30:33 -0700 Gregory Szorc global: mass rewrite to use modern octal syntax
Tue, 23 Jun 2015 14:28:15 -0700 Laurent Charignon revert: change the direction of revert -i
Tue, 23 Jun 2015 13:46:58 -0700 Laurent Charignon revert: change a test to make the change of direction of revert -i easier
Sun, 21 Jun 2015 00:56:09 +0900 Yuya Nishihara parser: update documentation about tokenizer and elements
Sun, 21 Jun 2015 00:49:26 +0900 Yuya Nishihara parser: accept iterator of tokens instead of tokenizer function and program
Sat, 20 Jun 2015 20:11:53 -0700 Gregory Szorc verify: print hint to run debugrebuildfncache