log

age author description
Fri, 13 Mar 2015 20:34:52 -0400 Matt Harbison filectx: add a repo accessor
Fri, 13 Mar 2015 13:03:55 -0400 Augie Fackler run-tests: ignore ENOENT failures when removing old .err results
Fri, 13 Mar 2015 12:50:53 -0400 Augie Fackler run-tests: stop storing start/stop times in a dict by test name
Fri, 13 Mar 2015 12:47:16 -0400 Augie Fackler run-tests: avoid running the same test instance concurrently
Fri, 13 Mar 2015 11:21:53 -0400 Augie Fackler run-tests: add --runs-per-test flag
Thu, 12 Mar 2015 21:41:50 -0400 Augie Fackler convert: adjust progress bar for octopus merges (issue4169)
Thu, 12 Mar 2015 21:31:52 -0400 Augie Fackler test-convert-git: show insane progress bar with octopus merge (issue4169)
Fri, 13 Mar 2015 15:36:11 -0700 Drew Gottlieb manifest: have context use self.hasdir()
Fri, 13 Mar 2015 15:32:45 -0700 Drew Gottlieb manifest: add hasdir() to context
Fri, 13 Mar 2015 15:25:01 -0700 Drew Gottlieb manifest: add manifestdict.hasdir() method
Fri, 13 Mar 2015 15:23:02 -0700 Drew Gottlieb manifest: have context's dirs() call its manifest's dirs()
Fri, 13 Mar 2015 15:19:54 -0700 Drew Gottlieb manifest: add dirs() to manifestdict
Wed, 17 Sep 2014 22:34:34 +0900 Yuya Nishihara formatter: convert None to json null
Sun, 17 Aug 2014 11:35:31 +0900 Yuya Nishihara localrepo: extend "changeid in repo" to return True for workingctx revision
Mon, 16 Mar 2015 13:41:45 -0500 Matt Mackall merge with stable
Mon, 16 Mar 2015 13:32:28 -0500 Matt Mackall crecord: fix another underbar
Mon, 16 Mar 2015 13:25:19 -0500 Matt Mackall crecord: fiddle with vertical whitespace
Mon, 16 Mar 2015 13:23:42 -0500 Matt Mackall crecord: fix underbar style for orig_stdout
Mon, 16 Mar 2015 13:22:37 -0500 Matt Mackall crecord: use encoding.ucolwidth
Mon, 16 Mar 2015 12:58:06 -0500 Matt Mackall crecord: more import style
Mon, 16 Mar 2015 12:55:21 -0500 Matt Mackall crecord: fix some import style
Fri, 13 Mar 2015 22:50:40 -0400 Matt Harbison manifest.c: ensure realloc_if_full() returns 1 or 0
Thu, 12 Mar 2015 14:20:32 -0700 Laurent Charignon record: change recording function to work with crecord
Thu, 12 Mar 2015 14:19:11 -0700 Laurent Charignon record: add crecord's ui logic to core
Wed, 11 Mar 2015 16:39:38 -0700 Laurent Charignon record: change interface of dorecord to accept new filters
Wed, 11 Mar 2015 16:18:47 -0700 Laurent Charignon record: remove duplicated tests
Wed, 11 Mar 2015 15:54:11 -0700 Laurent Charignon record: make record use commit -i
Fri, 13 Mar 2015 17:00:06 -0400 Jordi GutiƩrrez Hermoso style: kill ersatz if-else ternary operators
Fri, 13 Mar 2015 14:20:13 -0400 Augie Fackler cvsps: use a different tiebreaker to avoid flaky test
Sat, 14 Mar 2015 22:34:27 +0900 Yuya Nishihara templates: fix "log -q" output of default style stable