Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add torule method to histedit action objects
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add verify() to histeditaction
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add addhisteditaction decorator
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add actions property to histedit state
Fri, 06 Nov 2015 17:27:42 -0500 Pierre-Yves David check-commit: remove confusion between summary line and other headers
Wed, 02 Dec 2015 03:12:08 +0900 FUJIWARA Katsunori shelve: execute checkunfinished inside wlock scope
Wed, 02 Dec 2015 03:12:08 +0900 FUJIWARA Katsunori shelve: widen wlock scope of shelve for consistency while processing
Wed, 02 Dec 2015 03:12:08 +0900 FUJIWARA Katsunori gpg: make sign acquire wlock before processing
Wed, 02 Dec 2015 03:12:08 +0900 FUJIWARA Katsunori commands: execute checkunfinished and bailifchanged inside wlock scope
Wed, 02 Dec 2015 03:12:07 +0900 FUJIWARA Katsunori commands: widen wlock scope of graft for consitency while processing
Wed, 02 Dec 2015 03:12:07 +0900 FUJIWARA Katsunori commands: make backout acquire locks before processing
Wed, 02 Dec 2015 03:12:07 +0900 FUJIWARA Katsunori commands: make commit acquire locks before processing (issue4368)
Tue, 01 Dec 2015 16:15:59 -0800 Pierre-Yves David addrevision: use general delta when the incoming base delta is bad
Tue, 01 Dec 2015 18:11:00 -0800 Pierre-Yves David test: use a bigger manifest in general delta test
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()
Sat, 28 Nov 2015 16:46:31 +0800 Anton Shestakov webcommands: stop using ersatz if-else ternary operator for rename variable
Sat, 28 Nov 2015 16:02:22 +0800 Anton Shestakov webcommands: get correct parents when comparing a removed file (issue4962)
Mon, 30 Nov 2015 16:38:29 -0800 Laurent Charignon repair: use bookmarks.recordchange instead of bookmarks.write
Mon, 30 Nov 2015 16:37:42 -0800 Laurent Charignon commit: add amend mode for commit -i
Mon, 30 Nov 2015 16:35:21 -0800 Laurent Charignon commit: add a way to return more information from the chunkselector
Sat, 21 Nov 2015 17:40:26 +0200 Mykola Nikishov histedit: edit with custom filename
Sat, 21 Nov 2015 22:04:09 +0200 Mykola Nikishov ui: allow open editor with custom filename
Mon, 30 Nov 2015 20:45:07 +0000 timeless help: make help deprecated mention the extension
Mon, 30 Nov 2015 20:44:22 +0000 timeless help: make listexts less confusing for deprecated exts
Sun, 29 Nov 2015 06:51:23 +0000 timeless patchbomb: rename email function
Sun, 29 Nov 2015 06:51:23 +0000 timeless graphlog: rename glog function
Sat, 28 Nov 2015 04:11:57 -0500 Mike Edgar commit: preserve extra when amending with commit --amend
Sat, 28 Nov 2015 04:11:38 -0500 Mike Edgar graft: copy extra (except branch) when copying changesets
Sat, 28 Nov 2015 04:11:14 -0500 Mike Edgar rebase: propagate extra dict from rebase source changeset
Wed, 25 Nov 2015 18:26:48 +0100 Mathias De Maré histedit: add examples
Wed, 25 Nov 2015 18:10:59 +0100 Mathias De Maré commands: add examples for 'addremove'
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip