log

age author description
Fri, 20 Sep 2013 10:14:59 -0400 Augie Fackler perf: rearrange imports of changelong and manifest to appease check-code
Mon, 23 Sep 2013 13:26:11 -0700 Matt Mackall merge with stable
Mon, 23 Sep 2013 13:22:28 -0700 Matt Mackall tests: fix check-code breakage stable
Sun, 22 Sep 2013 14:19:57 +0400 Alexander Plavin paper: add infinite scrolling to graph by calling ajaxScrollInit at the page
Fri, 20 Sep 2013 00:42:13 +0400 Alexander Plavin hgweb: add graph mode of ajax response processing
Sun, 22 Sep 2013 14:18:23 +0400 Alexander Plavin hgweb: make infinite scroll handling more generic and extensible
Fri, 06 Sep 2013 13:30:59 +0400 Alexander Plavin hgweb: add reset javascript function to Graph
Sat, 21 Sep 2013 21:33:29 +0900 FUJIWARA Katsunori largefiles: setup "largefiles" feature in each repositories individually
Sat, 21 Sep 2013 21:33:29 +0900 FUJIWARA Katsunori localrepo: make supported features manageable in each repositories individually
Sat, 21 Sep 2013 21:33:29 +0900 FUJIWARA Katsunori extensions: list up only enabled extensions, if "ui" is specified
Mon, 23 Sep 2013 11:37:06 -0700 Matt Mackall merge with stable
Fri, 20 Sep 2013 15:26:30 -0700 Siddharth Agarwal largefiles: remove bailifchanged check from overridepull (BC)
Fri, 20 Sep 2013 16:32:05 -0700 Siddharth Agarwal rebase: remove bailifchanged check from pullrebase (BC)
Sun, 14 Jul 2013 12:16:40 -0500 Sean Farley debugshell: check ui.debugger for which debugger to use
Sun, 14 Jul 2013 12:02:36 -0500 Sean Farley debugshell: add function to embed ipython
Sun, 14 Jul 2013 12:10:52 -0500 Sean Farley debugshell: abstract out pdb code.interact
Sun, 22 Sep 2013 13:52:18 +0400 Alexander Plavin templater: support using templates with non-standard names from map file
Mon, 23 Sep 2013 20:23:25 +0900 FUJIWARA Katsunori help: use full name of extensions to look up them for keyword search stable
Fri, 06 Sep 2013 13:30:56 +0400 Alexander Plavin hgweb: add link to force literal keyword search
Fri, 06 Sep 2013 13:30:56 +0400 Alexander Plavin raw: show current search mode name at search results
Fri, 06 Sep 2013 13:30:56 +0400 Alexander Plavin paper: show current search mode name at search results
Fri, 06 Sep 2013 13:30:56 +0400 Alexander Plavin hgweb: pass variable with current search mode name to the search template
Fri, 20 Sep 2013 10:45:51 -0700 Wojciech Lopata generaldelta: initialize basecache properly stable
Fri, 20 Sep 2013 11:47:03 -0500 Matt Mackall merge with stable
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin paper: add reddish background to ajax error message
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin paper: add simple animation to the loading indicator
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin hgweb: add CSS class to the last entry on a page
Thu, 19 Sep 2013 15:29:28 -0400 Augie Fackler run-tests: find mercurial path with syntax valid on both py2 and py3
Thu, 19 Sep 2013 15:29:04 -0400 Augie Fackler run-tests: if run by python3, execute setup.py with --c2to3
Thu, 19 Sep 2013 15:28:26 -0400 Augie Fackler commands: import hgweb.server in a way that 2to3 can rewrite