Mon, 27 Mar 2017 18:08:05 +0200 Pierre-Yves David drawdag: use 'tagsmod.tag' instead of 'repo.tag'
Mon, 27 Mar 2017 16:00:34 +0200 Pierre-Yves David tags: use the 'tag' function from the 'tags' module in the 'tag' command
Mon, 27 Mar 2017 15:58:31 +0200 Pierre-Yves David tags: move 'repo.tag' in the 'tags' module
Mon, 27 Mar 2017 15:55:07 +0200 Pierre-Yves David tags: move '_tags' from 'repo' to 'tags' module
Mon, 13 Mar 2017 15:17:20 +0100 Denis Laxalde hgweb: filter diff hunks when 'linerange' and 'patch' are specified in filelog
Mon, 13 Mar 2017 15:15:49 +0100 Denis Laxalde hgweb: add a 'linerange' parameter to webutil.diffs()
Thu, 19 Jan 2017 17:41:00 +0100 Denis Laxalde hgweb: handle a "linerange" request parameter in filelog command
Sun, 26 Mar 2017 16:51:19 -0700 Kostia Balytskyi shelve: add logic to preserve active bookmarks
Sun, 26 Mar 2017 12:26:35 -0700 Jun Wu metadataonlyctx: speed up sanity check
Fri, 24 Feb 2017 18:39:08 +0100 Denis Laxalde revset: factor out linerange processing into a utility function
Mon, 13 Mar 2017 10:41:13 +0100 Denis Laxalde hgweb: add a "patch" query parameter to filelog command
Mon, 13 Mar 2017 10:40:19 +0100 Denis Laxalde hgweb: handle "parity" internally in webutil.diffs()
Mon, 27 Mar 2017 09:44:36 +0900 FUJIWARA Katsunori largefiles: add lfile argument to updatestandin() for efficiency (API)
Mon, 27 Mar 2017 09:44:36 +0900 FUJIWARA Katsunori largefiles: use strip() instead of slicing to get rid of EOL of standin
Mon, 27 Mar 2017 09:44:36 +0900 FUJIWARA Katsunori largefiles: rename local variable appropriately
Mon, 27 Mar 2017 09:44:35 +0900 FUJIWARA Katsunori largefiles: avoid redundant loop to eliminate None from list
Mon, 27 Mar 2017 09:44:35 +0900 FUJIWARA Katsunori largefiles: avoid meaningless changectx looking up
Mon, 27 Mar 2017 09:44:35 +0900 FUJIWARA Katsunori largefiles: avoid redundant changectx looking up at each repetitions
Mon, 27 Mar 2017 09:44:34 +0900 FUJIWARA Katsunori largefiles: omit updating newly added standin at linear merging
Mon, 27 Mar 2017 09:44:34 +0900 FUJIWARA Katsunori largefiles: reuse hexsha1() to centralize hash calculation logic into it
Sun, 26 Mar 2017 19:11:41 +0900 Yuya Nishihara py3: prove second commit works
Sun, 26 Mar 2017 19:06:48 +0900 Yuya Nishihara py3: fix manifestdict.fastdelta() to be compatible with memoryview
Sun, 26 Mar 2017 17:00:23 -0700 Jun Wu crecord: use ProgrammingError
Sun, 26 Mar 2017 16:59:30 -0700 Jun Wu transaction: use ProgrammingError
Sun, 26 Mar 2017 16:57:25 -0700 Jun Wu bundle2: use ProgrammingError
Sun, 26 Mar 2017 16:55:56 -0700 Jun Wu merge: use ProgrammingError
Sun, 26 Mar 2017 16:53:28 -0700 Jun Wu repair: use ProgrammingError
Sun, 26 Mar 2017 16:33:12 +0900 Yuya Nishihara py3: abuse r'' to preserve str-ness of literals passed to __setattr__()
Sun, 26 Mar 2017 17:12:06 +0900 Yuya Nishihara py3: fix slicing of byte string in revlog.compress()
Sun, 26 Mar 2017 16:31:01 +0900 Yuya Nishihara py3: use bytes() to cast to immutable bytes in changelog.appender.write()
Sun, 26 Mar 2017 16:16:45 +0900 Yuya Nishihara py3: use bytes() to cast to immutable bytes in pure.bdiff.bdiff()
Sun, 26 Mar 2017 16:14:04 +0900 Yuya Nishihara bdiff: drop support for array.array argument from pure.bdiff.bdiff()
Sun, 26 Mar 2017 15:55:34 +0200 Pierre-Yves David histedit: test that an aborted histedit can be rerun (with obsolete)
Sun, 26 Mar 2017 15:46:09 +0200 Pierre-Yves David histedit: backout changeset 6f0b7475cf9a
Sun, 26 Mar 2017 15:34:39 +0200 Pierre-Yves David histedit: backout changeset 2b599f5468a4
Sun, 26 Mar 2017 16:48:29 -0400 Augie Fackler revsetlang: fix _quote on int on python3
Sun, 26 Mar 2017 20:58:54 -0700 Jun Wu runtests: unset editor and pager related environment variables
Sun, 26 Mar 2017 17:59:33 -0700 Jun Wu debugfsinfo: improve case-sensitive testing
Sun, 26 Mar 2017 17:29:37 -0700 Jun Wu debugfsinfo: show fstype for given path
Sun, 26 Mar 2017 21:10:25 +0530 Pulkit Goyal test-check-py3-commands: cleanup tests related to `hg status`
Sun, 26 Mar 2017 20:58:21 +0530 Pulkit Goyal diff: use pycompat.{byteskwargs, strkwargs} to switch opts b/w bytes and str
Sun, 26 Mar 2017 20:54:50 +0530 Pulkit Goyal patch: make regular expressions bytes by adding b''
Sun, 26 Mar 2017 20:49:18 +0530 Pulkit Goyal dispatch: use pycompat.maplist() instead of map() to get a list
Sat, 25 Mar 2017 13:29:23 -0400 Matt Harbison color: fix grammar in help text
Sat, 25 Mar 2017 12:58:55 -0700 Jun Wu statfs: detect more filesystems on Linux
Thu, 23 Mar 2017 23:47:23 -0400 Matt Harbison repair: use context manager for lock management
Fri, 24 Mar 2017 19:52:43 -0700 Gregory Szorc gitweb: use monospace font for commit messages
Fri, 24 Mar 2017 22:40:08 -0400 Matt Harbison pager: improve support for various flavors of `more` on Windows
Fri, 24 Mar 2017 15:05:42 -0700 Jun Wu statfs: avoid static allocation
Fri, 24 Mar 2017 14:59:19 -0700 Jun Wu statfs: change Linux feature detection
Fri, 24 Mar 2017 16:20:10 -0700 Martin von Zweigbergk rebase: don't require destination if commands.rebase.requiredest=False
Fri, 24 Mar 2017 16:20:04 -0700 Martin von Zweigbergk tests: add tests with commands.{update,rebase}.requiredest=False
Sun, 12 Mar 2017 12:33:35 -0700 Durham Goode rebase: move state serialization to use unfiltered repo
Fri, 24 Mar 2017 22:29:22 +0900 FUJIWARA Katsunori largefiles: avoid redundant standin() invocations
Fri, 24 Mar 2017 22:29:22 +0900 FUJIWARA Katsunori largefiles: replace hashrepofile by hashfile (API)
Fri, 24 Mar 2017 22:26:34 +0900 FUJIWARA Katsunori largefiles: call readstandin() with changectx itself instead of rev or node
Fri, 24 Mar 2017 22:24:59 +0900 FUJIWARA Katsunori largefiles: omit redundant splitstandin() invocations
Fri, 24 Mar 2017 22:24:59 +0900 FUJIWARA Katsunori largefiles: replace splitstandin() by isstandin() to omit str creation
Fri, 24 Mar 2017 22:24:58 +0900 FUJIWARA Katsunori largefiles: omit redundant isstandin() before splitstandin()
Fri, 24 Mar 2017 22:13:23 +0900 FUJIWARA Katsunori misc: update descriptions about removed file for filectxfn
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip