log

age author description
Fri, 14 Jul 2017 23:09:17 -0700 Martin von Zweigbergk tests: simplify config in test-rebase-detach.t
Fri, 14 Jul 2017 22:32:58 -0700 Martin von Zweigbergk drawdag: include files from both parents in merge commits
Mon, 17 Jul 2017 15:54:15 -0700 Gregory Szorc gitweb: preserve whitespace in description
Mon, 17 Jul 2017 11:45:38 -0700 Gregory Szorc sparse: add a requirement when a repository uses sparse (BC)
Mon, 17 Jul 2017 11:21:23 -0700 Gregory Szorc sparse: consolidate common code for writing sparse config
Sat, 15 Jul 2017 15:51:57 -0700 Gregory Szorc revset: pass repo when passing ui
Mon, 17 Jul 2017 13:22:59 -0500 Kevin Bullock win32: copy-edit debugssl messages to match prevailing style
Sat, 15 Jul 2017 02:17:05 +0530 Pulkit Goyal run-tests: make sure to check if pygments is installed before using it
Sat, 15 Jul 2017 13:21:23 -0700 Gregory Szorc sparse: require [section] in sparse config files (BC)
Sat, 15 Jul 2017 13:07:57 -0700 Gregory Szorc sparse: use set for capturing profiles
Mon, 17 Jul 2017 12:38:07 -0400 Alex Gaynor util: remove dead code which used to be for old python2 versions
Sat, 17 Jun 2017 20:10:22 +0530 Pulkit Goyal status: add a flag to terse the output (issue4119)
Wed, 12 Jul 2017 16:10:10 +0530 Pulkit Goyal commitextras: check the format of the arguments and no internal key is used
Wed, 12 Jul 2017 00:23:45 +0530 Pulkit Goyal commitextras: move fb extension to core which add extras to a commit
Mon, 17 Jul 2017 00:49:29 -0400 Matt Harbison archive: add an experimental config to control the metadata file template
Sun, 16 Jul 2017 17:40:36 -0400 Matt Harbison archive: use a templater to build the metadata file
Sun, 16 Jul 2017 11:17:00 -0700 Jun Wu commandserver: do not handle EINTR for selector.select
Sun, 16 Jul 2017 02:33:14 +0200 Boris Feld debugobsolete: also report the number of obsoleted changesets
Sun, 16 Jul 2017 02:20:06 +0200 Boris Feld transaction-summary: display the summary for all transactions
Sun, 16 Jul 2017 02:38:14 +0200 Boris Feld test-strip: fix call to super class in crashstriprepo
Sat, 15 Jul 2017 23:49:22 +0200 Boris Feld share: share 'cachevfs' with the source clone (issue5108)
Sat, 15 Jul 2017 23:05:15 +0200 Boris Feld cachevfs: add a devel warning for cache access though 'vfs'
Sat, 15 Jul 2017 23:30:25 +0200 Boris Feld cachevfs: migration the tags fnode cache to 'cachevfs'
Sat, 15 Jul 2017 23:30:16 +0200 Boris Feld cachevfs: migrate tagscache to 'cachevfs'
Sat, 15 Jul 2017 22:42:50 +0200 Boris Feld cachevfs: migration the revbranchcache to 'cachevfs'
Sat, 15 Jul 2017 22:42:31 +0200 Boris Feld cachevfs: use the new vfs in when computing branchmap cache
Sat, 15 Jul 2017 23:05:04 +0200 Boris Feld cachevfs: add a vfs dedicated to cache
Sat, 15 Jul 2017 22:40:51 +0200 Boris Feld vfsward: register 'write with no lock' warnings as 'check-locks' config
Sun, 16 Jul 2017 17:38:39 +0900 Yuya Nishihara demandimport: prefer loaded module over package attribute (issue5617)
Sun, 16 Jul 2017 17:19:22 +0900 Yuya Nishihara demandimport: drop Py3 workarounds from Py2 implementation