Fri, 06 Feb 2015 00:15:35 +0900 Yuya Nishihara log: extract common part from getgraphlogrevs() and getlogrevs()
Fri, 06 Feb 2015 00:06:47 +0900 Yuya Nishihara graphlog: remove useless check for empty repo when --follow is specified
Thu, 05 Feb 2015 23:49:18 +0900 Yuya Nishihara graphlog: move comment and flag denoting revs might be unsorted
Thu, 05 Feb 2015 23:14:44 +0900 Yuya Nishihara graphlog: remove too early return from getgraphlogrevs() for empty repo
Thu, 22 Jan 2015 22:22:09 -0800 Martin von Zweigbergk trydiff: call util.binary in only one place
Thu, 22 Jan 2015 21:35:57 -0800 Martin von Zweigbergk trydiff: collect all lossiness checks in one place
Thu, 22 Jan 2015 21:03:57 -0800 Martin von Zweigbergk trydiff: replace 'binarydiff' variable by 'binary' variable
Fri, 16 Jan 2015 15:09:21 -0800 Martin von Zweigbergk trydiff: rename 'op' to make it more specific
Fri, 06 Feb 2015 15:52:55 +0800 Anton Shestakov hgweb: replace implicit <tbody> with explicit <thead> where appropriate
Sat, 31 Jan 2015 12:54:35 -0500 Matt Harbison obsolete: drop the explicit seek to EOF after append mode open()
Sat, 31 Jan 2015 12:42:05 -0500 Matt Harbison branchmap: backout 6bf93440a717
Sat, 31 Jan 2015 12:39:44 -0500 Matt Harbison windows: seek to the end of posixfile when opening in append mode
Thu, 20 Nov 2014 12:15:12 -0800 Martin von Zweigbergk context: use unfiltered repo for '.'
Thu, 05 Feb 2015 14:09:08 -0800 Eric Sumner check-commit: check capitalization in summary lines
Thu, 05 Feb 2015 10:57:45 -0800 Eric Sumner bundle2: seek in part iterator
Thu, 05 Feb 2015 10:56:05 -0800 Eric Sumner bundle2: now that we have a seek implementation, use it
Wed, 04 Feb 2015 22:25:35 -0800 Martin von Zweigbergk obsolete: populate successors, precursors, children lazily
Wed, 04 Feb 2015 22:40:48 -0800 Martin von Zweigbergk obsolete: pass only new markers to _checkinvalidmarkers()
Tue, 20 Jan 2015 22:01:37 -0800 Martin von Zweigbergk obsolete: extract helpers from _load()
Tue, 20 Jan 2015 17:38:42 -0800 Eric Sumner test-gendoc: require gettext
Thu, 05 Feb 2015 20:34:30 +0800 Anton Shestakov hgweb: use css margin instead of empty <p> before diffstat table
Thu, 05 Feb 2015 19:24:35 +0800 Anton Shestakov hgweb: use css margin instead of empty <p> before <div class="atom-logo">
Mon, 26 Jan 2015 14:30:12 -0500 Augie Fackler error: update docstring on ParseError
Mon, 26 Jan 2015 14:50:36 -0500 Augie Fackler dispatch: consolidate formatting of ParseErrors
Wed, 04 Feb 2015 13:57:35 -0800 Martin von Zweigbergk error: store filename and message on LookupError for later
Wed, 14 Jan 2015 16:14:19 -0800 Eric Sumner bundle2.unbundlepart: implement seek()
Wed, 14 Jan 2015 15:57:57 -0800 Eric Sumner bundle2.unbundlepart: tell() implementation
Wed, 14 Jan 2015 14:46:23 -0800 Eric Sumner bundle2.unbundlepart: keep an index of chunks and their locations
Wed, 14 Jan 2015 14:32:22 -0800 Eric Sumner bundle2.unbundlepart: raise payloadchunks from a closure to a method
Fri, 23 Jan 2015 17:06:03 -0800 Durham Goode manifest: make lru size configurable
Wed, 04 Feb 2015 11:38:30 -0500 Augie Fackler parsers: use k instead of n for PyArg_ParseTuple because python 2.4 is awful
Wed, 04 Feb 2015 21:37:06 +0900 Yuya Nishihara revset: have rev() validate input by repo.changelog.__contains__()
Wed, 04 Feb 2015 21:25:57 +0900 Yuya Nishihara revlog: add __contains__ for fast membership test
Mon, 02 Feb 2015 19:58:41 -0500 Matt Harbison largefiles: set the extension as enabled locally after a clone requiring it
Tue, 03 Feb 2015 16:24:32 -0800 Gregory Szorc color: be more conservative about setting ANSI mode on Windows (BC)
Tue, 03 Feb 2015 19:10:03 -0600 Matt Mackall merge with stable
Wed, 14 Jan 2015 14:24:16 -0800 Eric Sumner bundle2.unpackermixin: control for underlying file descriptor
Fri, 16 Jan 2015 15:34:03 -0800 Martin von Zweigbergk trydiff: join elements in 'header' list by '\n'
Fri, 16 Jan 2015 15:27:04 -0800 Martin von Zweigbergk trydiff: move check for quietness out of diffline()
Fri, 16 Jan 2015 15:22:29 -0800 Martin von Zweigbergk trydiff: remove dead branch in diffline()
Fri, 16 Jan 2015 15:19:57 -0800 Martin von Zweigbergk trydiff: make 'revs' ignored if opts.git is set
Fri, 16 Jan 2015 14:58:51 -0800 Martin von Zweigbergk trydiff: remove unused argument to diffline()
Fri, 16 Jan 2015 14:58:06 -0800 Martin von Zweigbergk trydiff: move git-header code out of diffline function
Tue, 27 Jan 2015 09:22:59 -0500 Martin von Zweigbergk _fm1readmarkers: generate list in C
Tue, 20 Jan 2015 13:38:07 -0500 Augie Fackler obsolete: use parsers.fm1readmarker if it exists for a ~38% perf win
Fri, 23 Jan 2015 15:11:25 -0500 Augie Fackler parsers: add fm1readmarker
Tue, 03 Feb 2015 13:17:21 -0500 Augie Fackler util: add getbefloat64
Tue, 20 Jan 2015 14:09:57 -0500 Augie Fackler util: add getbe{u,}int16 utility methods
Tue, 20 Jan 2015 09:38:22 -0500 Augie Fackler obsolete: make optional offset parameter to fm*readmarkers required
Mon, 02 Feb 2015 14:26:47 -0500 Augie Fackler log: fix json-formatted output when file copies are listed (issue4523) stable
Tue, 03 Feb 2015 17:54:01 -0600 Matt Mackall merge with stable
Tue, 27 Jan 2015 17:24:12 -0800 Durham Goode copy: move _forwardcopies file logic to a function
Tue, 27 Jan 2015 17:23:18 -0800 Durham Goode copy: move mergecopies file logic to a function
Mon, 02 Feb 2015 16:19:35 -0800 Durham Goode histedit: allow configuring default behavior
Tue, 03 Feb 2015 21:56:29 +0900 FUJIWARA Katsunori revset: get revision number of each node from target namespaces stable
Sun, 01 Feb 2015 14:05:15 -0500 Matt Harbison largefiles: update _subdirlfs() comment
Sat, 31 Jan 2015 00:13:29 -0500 Matt Harbison largefiles: use the core file copy logic to validate the destination path
Fri, 16 Jan 2015 15:40:59 -0800 Martin von Zweigbergk trydiff: inline indexmeta()
Fri, 23 Jan 2015 14:09:49 -0800 Martin von Zweigbergk parsers: rewrite index_ancestors() in terms of index_commonancestorsheads()
Thu, 22 Jan 2015 11:09:34 -0500 Mike Edgar filelog: remove unused _file method
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip