log

age author description
Sun, 22 Nov 2015 21:40:23 -0800 Siddharth Agarwal shelve: use colon instead of quotes in 'changes to' description
Sun, 22 Nov 2015 21:58:28 -0800 Siddharth Agarwal merge.applyupdates: create absentfilectxes for change/delete conflicts
Sun, 22 Nov 2015 21:59:52 -0800 Siddharth Agarwal mergestate: add methods to queue files to remove, add or get
Sun, 15 Nov 2015 21:27:22 -0800 Siddharth Agarwal resolve: record dirstate actions after performing resolutions
Fri, 20 Nov 2015 16:55:01 -0800 Siddharth Agarwal mergestate: add a way to record pending dirstate actions
Sun, 15 Nov 2015 21:55:46 -0800 Siddharth Agarwal merge.recordupdates: don't require action keys to be present in dict
Mon, 23 Nov 2015 10:13:05 -0500 Augie Fackler histedit: constant-ify the constraints list
Tue, 17 Nov 2015 15:04:31 -0800 Mateusz Kwapich histedit: add an experimental base action
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()