Sun, 04 Nov 2018 16:57:05 +0900 |
Yuya Nishihara |
util: implement pop() on lrucachedict
|
changeset |
files
|
Wed, 31 Oct 2018 22:29:05 +0900 |
Yuya Nishihara |
util: add method to peek item in lrucachedict
|
changeset |
files
|
Wed, 31 Oct 2018 22:05:45 +0900 |
Yuya Nishihara |
commandserver: loop over selector events
|
changeset |
files
|
Wed, 31 Oct 2018 22:03:07 +0900 |
Yuya Nishihara |
commandserver: remove redundant "if True" block
|
changeset |
files
|
Wed, 31 Oct 2018 22:02:38 +0900 |
Yuya Nishihara |
commandserver: extract handler of new socket connection
|
changeset |
files
|
Wed, 31 Oct 2018 21:57:11 +0900 |
Yuya Nishihara |
commandserver: pass around option to hook repo instance creation
|
changeset |
files
|
Sun, 09 Dec 2018 19:40:54 -0500 |
Matt Harbison |
py3: stop subscripting socket.error
|
changeset |
files
|
Sun, 09 Dec 2018 16:49:55 +0100 |
Boris Feld |
test: update test-logtoprocess.t to not requires less
|
changeset |
files
|
Sun, 09 Dec 2018 21:23:34 -0500 |
Matt Harbison |
py3: quote several instances of $PYTHON for Windows
|
changeset |
files
|
Sun, 09 Dec 2018 18:35:35 -0500 |
Matt Harbison |
py3: adapt test-largefiles-wireproto.t to python3
|
changeset |
files
|
Sun, 09 Dec 2018 13:53:08 -0500 |
Matt Harbison |
py3: byteify test-push-race.t
|
changeset |
files
|
Sun, 09 Dec 2018 13:33:36 -0500 |
Matt Harbison |
py3: convert filename to bytes in test-hardlinks.t
|
changeset |
files
|
Sat, 08 Dec 2018 23:41:54 -0800 |
Martin von Zweigbergk |
narrow: keep bookmarks temporarily stripped for as long as commits are
|
changeset |
files
|
Sat, 08 Dec 2018 23:04:11 -0800 |
Martin von Zweigbergk |
narrow: drop obsolete support for old Mercurial
|
changeset |
files
|
Thu, 06 Dec 2018 10:15:41 -0800 |
Martin von Zweigbergk |
tests: test that narrow preserves bookmarks on widen
|
changeset |
files
|
Fri, 07 Dec 2018 14:23:17 -0800 |
Martin von Zweigbergk |
rebase: clarify that commits that become empty are skipped
|
changeset |
files
|
Fri, 07 Dec 2018 14:17:09 -0800 |
Martin von Zweigbergk |
rebase: format commit in usual way when explaining that it became empty
|
changeset |
files
|
Mon, 29 Oct 2018 21:50:53 +0900 |
Yuya Nishihara |
rust: propagate error of index_get_parents() properly
|
changeset |
files
|
Sun, 02 Dec 2018 22:20:38 +0900 |
Yuya Nishihara |
rust: look up HgRevlogIndex_GetParents() from symbol table
|
changeset |
files
|
Sun, 02 Dec 2018 22:10:37 +0900 |
Yuya Nishihara |
revlog: add public CPython function to get parent revisions
|
changeset |
files
|
Sun, 02 Dec 2018 21:41:24 +0900 |
Yuya Nishihara |
revlog: rename indexType to HgRevlogIndex_Type as it's a global symbol
|
changeset |
files
|
Sun, 02 Dec 2018 21:37:42 +0900 |
Yuya Nishihara |
revlog: export symbol of indexType
|
changeset |
files
|
Sun, 02 Dec 2018 21:33:43 +0900 |
Yuya Nishihara |
setup: fix path of rust source dependencies
|
changeset |
files
|
Sun, 04 Mar 2018 08:50:12 -0800 |
Martin von Zweigbergk |
rebase: remove now-unnecessary arguments to _abort()
|
changeset |
files
|
Sun, 04 Mar 2018 08:41:29 -0800 |
Martin von Zweigbergk |
rebase: move abort() onto rebaseruntime
|
changeset |
files
|
Wed, 21 Mar 2018 16:46:28 -0700 |
Martin von Zweigbergk |
cleanupnodes: trust caller when "moves" is not None
|
changeset |
files
|
Wed, 05 Dec 2018 14:17:15 -0800 |
Martin von Zweigbergk |
shelve: change transaction description from "commit" to "shelve"
|
changeset |
files
|
Wed, 05 Dec 2018 14:08:01 -0800 |
Martin von Zweigbergk |
shelve: drop unnecessary backup of dirstate for phase-based case
|
changeset |
files
|
Wed, 05 Dec 2018 14:46:09 -0800 |
Martin von Zweigbergk |
tests: split test-shelve.t in two
|
changeset |
files
|
Tue, 04 Dec 2018 22:16:13 -0800 |
Martin von Zweigbergk |
remotefilelog: rely on progress helper for keeping track of position
|
changeset |
files
|
Tue, 04 Dec 2018 22:15:42 -0800 |
Martin von Zweigbergk |
remotefilelog: reduce use of "count" container
|
changeset |
files
|
Tue, 04 Dec 2018 22:12:47 -0800 |
Martin von Zweigbergk |
remotefilelog: replace a "a=[expr]; b=a[0]" by "b=expr; a = [b]"
|
changeset |
files
|
Tue, 04 Dec 2018 22:09:33 -0800 |
Martin von Zweigbergk |
remotefilelog: remove an unnecessary update of "count" container
|
changeset |
files
|
Tue, 04 Dec 2018 21:58:46 -0800 |
Martin von Zweigbergk |
remotefilelog: avoid temporarily using "count" variable as synonym for "total"
|
changeset |
files
|
Wed, 05 Dec 2018 09:30:01 -0800 |
Martin von Zweigbergk |
remotefilelog: use progress helper in fileserverclient
|
changeset |
files
|
Tue, 04 Dec 2018 16:32:59 -0800 |
Martin von Zweigbergk |
remotefilelog: use progress helper in shallowrepo
|
changeset |
files
|
Tue, 04 Dec 2018 16:31:04 -0800 |
Martin von Zweigbergk |
remotefilelog: use progress helper in shallowbundle
|
changeset |
files
|
Tue, 04 Dec 2018 16:29:05 -0800 |
Martin von Zweigbergk |
remotefilelog: use progress helper in repack
|
changeset |
files
|
Tue, 04 Dec 2018 16:23:00 -0800 |
Martin von Zweigbergk |
remotefilelog: use progress helper in remotefilelogserver
|
changeset |
files
|
Tue, 04 Dec 2018 16:09:20 -0800 |
Martin von Zweigbergk |
remotefilelog: use progress helper in basestore
|
changeset |
files
|
Tue, 04 Dec 2018 16:02:56 -0800 |
Martin von Zweigbergk |
remotefilelog: use progress helper when analyzing repos
|
changeset |
files
|
Tue, 04 Dec 2018 15:59:47 -0800 |
Martin von Zweigbergk |
fastannotate: use progress helper
|
changeset |
files
|
Tue, 04 Dec 2018 15:57:11 -0800 |
Martin von Zweigbergk |
debugbuildannotatecache: use progress helper
|
changeset |
files
|
Fri, 13 Jul 2018 11:45:15 +0200 |
Boris Feld |
upgrade: clarify "aggressivemergedelta" handling
|
changeset |
files
|
Fri, 13 Jul 2018 02:54:52 +0200 |
Boris Feld |
upgrade: test that fncache is valid after repository upgrade
|
changeset |
files
|
Wed, 05 Dec 2018 12:25:41 -0500 |
Augie Fackler |
tests: update `rm` invocation for new location of checklink
|
changeset |
files
|
Mon, 03 Dec 2018 14:17:38 -0500 |
idlsoft |
bookflow: new extension for bookmark-based branching
|
changeset |
files
|
Tue, 04 Dec 2018 17:03:43 +0000 |
Georges Racinet |
rust: make clean takes care of rust/target
|
changeset |
files
|
Tue, 04 Dec 2018 14:01:13 +0000 |
Georges Racinet |
rust: rename local variables in AncestorsIterator::next
|
changeset |
files
|
Tue, 04 Dec 2018 17:34:10 -0500 |
Augie Fackler |
tests: stabilize test-inherit-mode.t on FreeBSD and macOS again
|
changeset |
files
|
Tue, 04 Dec 2018 08:50:33 -0800 |
Martin von Zweigbergk |
tests: drop redundant "#if execbit" from test-rebase-inmemory.t
|
changeset |
files
|
Mon, 03 Dec 2018 16:56:09 -0800 |
Martin von Zweigbergk |
narrow: don't resurrect old commits when narrowing (don't strip obsmarkers)
|
changeset |
files
|
Sun, 18 Nov 2018 19:55:53 +0900 |
Yuya Nishihara |
commandserver: turn server debug messages into logs
|
changeset |
files
|
Sun, 18 Nov 2018 19:47:04 +0900 |
Yuya Nishihara |
commandserver: add config knob for various logging options
|
changeset |
files
|
Sat, 10 Nov 2018 19:27:47 +0900 |
Yuya Nishihara |
commandserver: expand log path for convenience
|
changeset |
files
|
Sat, 10 Nov 2018 19:09:37 +0900 |
Yuya Nishihara |
commandserver: switch logging facility to ui.log() interface
|
changeset |
files
|
Sat, 10 Nov 2018 19:00:17 +0900 |
Yuya Nishihara |
commandserver: install logger to record server events through canonical API
|
changeset |
files
|
Sat, 10 Nov 2018 18:19:34 +0900 |
Yuya Nishihara |
commandserver: enable logging when server process started
|
changeset |
files
|
Sat, 10 Nov 2018 18:16:33 +0900 |
Yuya Nishihara |
test-commandserver: change way of triggering early crash
|
changeset |
files
|
Sun, 18 Nov 2018 18:58:06 +0900 |
Yuya Nishihara |
loggingutil: add basic logger backends
|
changeset |
files
|