log

age author description
Tue, 17 Nov 2015 17:53:52 -0800 Mateusz Kwapich histedit: add abortdirty function
Thu, 12 Nov 2015 16:40:33 -0800 Mateusz Kwapich histedit: add forceother constraint
Tue, 17 Nov 2015 16:37:26 -0800 Mateusz Kwapich histedit: make verification configurable
Fri, 13 Nov 2015 18:31:58 +0800 Anton Shestakov paper: show current revision on file log page
Fri, 20 Nov 2015 11:26:31 -0800 Siddharth Agarwal merge.applyupdates: extend action queues with ones returned from mergestate
Fri, 20 Nov 2015 16:43:25 -0800 Siddharth Agarwal mergestate: add a method to compute actions to perform on dirstate
Fri, 20 Nov 2015 16:37:39 -0800 Siddharth Agarwal merge.applyupdates: use counters from mergestate
Fri, 20 Nov 2015 16:18:51 -0800 Siddharth Agarwal mergestate: add a function to return the number of unresolved files
Fri, 20 Nov 2015 16:17:54 -0800 Siddharth Agarwal mergestate: add a method to return updated/merged/removed counts
Fri, 20 Nov 2015 16:32:47 -0800 Siddharth Agarwal mergestate._resolve: don't return the action any more
Fri, 20 Nov 2015 16:08:22 -0800 Siddharth Agarwal mergestate._resolve: store return code and action for each file
Sat, 21 Nov 2015 15:43:04 -0800 Gregory Szorc revsetbenchmarks: support benchmarking changectx loading
Sat, 21 Nov 2015 15:39:18 -0800 Gregory Szorc perf: support obtaining contexts from perfrevset
Sat, 21 Nov 2015 11:07:30 -0800 Gregory Szorc localrepo: improve docstring for revset methods
Sun, 22 Nov 2015 16:23:20 -0800 Gregory Szorc revlog: improve documentation
Sat, 21 Nov 2015 22:28:01 -0800 Gregory Szorc demandimport: don't enable when running under PyPy
Sat, 14 Nov 2015 17:14:14 -0800 Gregory Szorc ui.write: don't clear progress bar when writing to a buffer
Sun, 22 Nov 2015 21:20:08 -0500 Matt Harbison test-resolve: fix '--tool f' invocation for Windows
Sat, 14 Nov 2015 17:30:10 -0800 Gregory Szorc util.datestr: use divmod()
Sat, 14 Nov 2015 17:44:01 -0800 Gregory Szorc cmdutil.changeset_printer: pass context into showpatch()
Sat, 21 Nov 2015 19:21:01 -0800 Gregory Szorc context: avoid extra parents lookups
Sat, 21 Nov 2015 19:04:12 -0800 Gregory Szorc context: optimize _parents()
Sun, 22 Nov 2015 13:05:21 -0500 Matt Harbison test-histedit: $TESTTMP quoting fixes for Windows
Sat, 21 Nov 2015 23:26:22 -0800 Gregory Szorc lsprof: support PyPy (issue4573)
Wed, 11 Nov 2015 19:10:45 -0500 Augie Fackler base85: clean up function definition style
Fri, 20 Nov 2015 14:06:31 -0800 Laurent Charignon rebase: use bookmarks.recordchange instead of bookmarks.write
Fri, 20 Nov 2015 11:36:05 -0800 Laurent Charignon rebase: indentation change to make the next patch more legible
Mon, 16 Nov 2015 16:56:00 -0500 Matt Harbison test-run-tests: conditionalize the $TESTDIR check for Windows separator
Mon, 09 Nov 2015 17:15:36 -0500 Matt Harbison test-context: conditionalize the workingfilectx date printing for Windows
Mon, 16 Nov 2015 14:37:03 -0500 Matt Harbison test-mq-qrefresh: drop single quoting of HGEDITOR value for Windows