log

age author description
Sun, 10 Apr 2016 01:28:52 +0100 Jun Wu chg: forward SIGWINCH to worker stable
Sat, 16 Apr 2016 18:09:42 -0500 Matt Mackall Added signature for changeset 740156eedf2c stable
Sat, 16 Apr 2016 18:09:34 -0500 Matt Mackall Added tag 3.8-rc for changeset 740156eedf2c stable
Sat, 16 Apr 2016 18:06:48 -0500 Matt Mackall merge default into stable for 3.8 code freeze stable 3.8-rc
Fri, 15 Apr 2016 13:10:34 -0700 Sean Farley make: remove packages directory in clean rule
Fri, 15 Apr 2016 11:51:57 -0700 Sean Farley make: add forgotten hgext3rd to clean rule
Fri, 15 Apr 2016 11:51:41 -0700 Sean Farley make: add chg to clean rule
Sat, 16 Apr 2016 11:17:06 -0700 Sean Farley test-docker-packaging: add new line to test output
Fri, 15 Apr 2016 14:47:32 -0700 Sean Farley tests: relax pattern matching for newer docker
Sun, 17 Apr 2016 02:29:33 +0530 Pulkit Goyal py3: make factotum use absolute_import
Sun, 17 Apr 2016 02:15:05 +0530 Pulkit Goyal py3: make extdiff use absolute_import
Sun, 17 Apr 2016 02:10:55 +0530 Pulkit Goyal py3: make eol use absolute_import
Sun, 17 Apr 2016 00:53:56 +0530 Pulkit Goyal py3: make color use absolute_import
Sun, 17 Apr 2016 00:23:05 +0530 Pulkit Goyal py3: make hgmanpage use absolute_import
Sun, 17 Apr 2016 00:20:44 +0530 Pulkit Goyal py3: make gendoc use absolute_import
Sun, 17 Apr 2016 00:14:42 +0530 Pulkit Goyal py3: make check-seclevel use absolute_import
Thu, 14 Apr 2016 15:20:11 +0000 timeless fetch: use single quotes around command hint
Thu, 14 Apr 2016 15:19:57 +0000 timeless graft: use single quotes around command hint
Thu, 14 Apr 2016 15:18:59 +0000 timeless config: use single quotes around command hint
Thu, 14 Apr 2016 15:17:15 +0000 timeless debugcreatestreamclonebundle: use single quotes around command hint
Sat, 16 Apr 2016 09:02:37 -0700 Gregory Szorc transaction: clear callback instances after usage
Sat, 16 Apr 2016 09:00:15 -0700 Gregory Szorc lock: clear postrelease hooks list after usage
Sun, 27 Mar 2016 21:05:55 +0900 Yuya Nishihara ui: drop template aliases by HGPLAIN
Sun, 27 Mar 2016 20:59:36 +0900 Yuya Nishihara templater: load and expand aliases by template engine (API) (issue4842)
Sun, 03 Apr 2016 13:23:40 +0900 Yuya Nishihara templater: inline compiletemplate() function into engine
Sun, 10 Apr 2016 17:23:09 +0900 Yuya Nishihara templater: factor out function that creates templater from string template
Sun, 03 Apr 2016 23:26:48 +0900 Yuya Nishihara templater: separate function to create templater from map file (API)
Sun, 03 Apr 2016 23:18:30 +0900 Yuya Nishihara templater: extract function that loads template map file
Sun, 03 Apr 2016 23:22:43 +0900 Yuya Nishihara templater: demote "base" directory of map file to local variable
Mon, 04 Apr 2016 22:50:50 +0900 Yuya Nishihara notify: do not load style file if template is specified (BC)