log

age author description
Tue, 01 Dec 2015 18:45:16 -0800 Pierre-Yves David addrevision: rework generaldelta computation
Wed, 11 Nov 2015 21:03:48 -0500 Augie Fackler bmstore: close file in a finally block in _writerepo
Wed, 11 Nov 2015 21:01:23 -0500 Augie Fackler bmstore: add basic clean-state tracking
Wed, 11 Nov 2015 20:45:38 -0500 Augie Fackler bookmarks: hoist getbkfile out of bmstore class
Wed, 11 Nov 2015 20:43:25 -0500 Augie Fackler bookmarks: document getbkfile method
Sat, 31 Oct 2015 22:50:03 +0900 Yuya Nishihara hgweb: load server settings from --web-conf (issue4699)
Tue, 17 Nov 2015 16:42:52 -0600 Andrew Zwicky extdiff: correctly handle deleted subrepositories (issue3153)
Sat, 21 Nov 2015 13:28:12 +0900 Yuya Nishihara hgweb: make sure command options are set to all ui objects
Sat, 31 Oct 2015 22:26:50 +0900 Yuya Nishihara hgweb: eliminate duck-typing to select hgweb or hgwebdir by command option
Tue, 01 Dec 2015 16:06:20 -0800 Pierre-Yves David addrevision: only use the incoming base if it is a good delta (issue4975)
Tue, 01 Dec 2015 16:22:49 -0800 Pierre-Yves David addrevision: handle code path not producing delta
Tue, 01 Dec 2015 15:29:11 -0800 Pierre-Yves David addrevision: rename 'd' to 'delta'
Mon, 30 Nov 2015 11:23:15 -0800 Christian Delahousse strip: add a --keep test related to removing files from dirstate
Mon, 30 Nov 2015 11:23:15 -0800 Christian Delahousse dirstate: change debugrebuilddirstate --minimal to use dirstate.rebuild
Tue, 01 Dec 2015 10:52:36 -0800 Christian Delahousse debugrebuilddirstate: added tests for --minimal flag
Tue, 01 Dec 2015 11:17:14 -0800 Christian Delahousse debugdirstate: add command to rebuildstate test to modify dirstate
Wed, 02 Dec 2015 06:33:52 +0000 timeless graft: improve --continue abort message
Wed, 02 Dec 2015 06:31:12 +0000 timeless summary: mention graft
Wed, 02 Dec 2015 08:07:36 +0000 timeless histedit: mention histedit-last-edit.txt on abort
Wed, 02 Dec 2015 07:40:42 +0000 timeless histedit: add missing raise keyword to statement
Wed, 02 Dec 2015 07:39:49 +0000 timeless histedit: improve grammar for _histedit comment
Tue, 01 Dec 2015 14:44:08 -0500 Augie Fackler test-fncache: ensure lock doesn't look held to __del__
Wed, 11 Nov 2015 20:07:15 -0500 Augie Fackler commands: inline definition of localrepo.parents() and drop the method (API)
Wed, 11 Nov 2015 20:02:05 -0500 Augie Fackler localrepo: document nodebookmarks
Wed, 11 Nov 2015 19:47:49 -0500 Augie Fackler localrepo: remove clone method by hoisting into hg.py
Tue, 01 Dec 2015 09:48:38 -0800 Siddharth Agarwal filemerge: default regular prompts to 'leave unresolved' (BC)
Mon, 30 Nov 2015 13:43:55 -0800 Siddharth Agarwal filemerge: add a 'leave unresolved' option to change/delete prompts
Mon, 30 Nov 2015 11:17:18 -0800 Siddharth Agarwal filemerge: add a 'leave unresolved' option to regular prompts
Wed, 25 Nov 2015 14:25:26 -0800 Siddharth Agarwal filemerge: add debug output for whether this is a change/delete conflict
Sat, 28 Nov 2015 17:06:29 +0800 Anton Shestakov webcommands: test that fctx is not None in filediff()