Mercurial > hg
graph
-
merge: use ProgrammingErrorSun, 26 Mar 2017 16:55:56 -0700, by Jun Wu
-
repair: use ProgrammingErrorSun, 26 Mar 2017 16:53:28 -0700, by Jun Wu
-
py3: abuse r'' to preserve str-ness of literals passed to __setattr__()Sun, 26 Mar 2017 16:33:12 +0900, by Yuya Nishihara
-
py3: fix slicing of byte string in revlog.compress()Sun, 26 Mar 2017 17:12:06 +0900, by Yuya Nishihara
-
py3: use bytes() to cast to immutable bytes in changelog.appender.write()Sun, 26 Mar 2017 16:31:01 +0900, by Yuya Nishihara
-
py3: use bytes() to cast to immutable bytes in pure.bdiff.bdiff()Sun, 26 Mar 2017 16:16:45 +0900, by Yuya Nishihara
-
bdiff: drop support for array.array argument from pure.bdiff.bdiff()Sun, 26 Mar 2017 16:14:04 +0900, by Yuya Nishihara
-
histedit: test that an aborted histedit can be rerun (with obsolete)Sun, 26 Mar 2017 15:55:34 +0200, by Pierre-Yves David
-
histedit: backout changeset 6f0b7475cf9aSun, 26 Mar 2017 15:46:09 +0200, by Pierre-Yves David
-
histedit: backout changeset 2b599f5468a4Sun, 26 Mar 2017 15:34:39 +0200, by Pierre-Yves David
-
revsetlang: fix _quote on int on python3Sun, 26 Mar 2017 16:48:29 -0400, by Augie Fackler
-
runtests: unset editor and pager related environment variablesSun, 26 Mar 2017 20:58:54 -0700, by Jun Wu
-
debugfsinfo: improve case-sensitive testingSun, 26 Mar 2017 17:59:33 -0700, by Jun Wu
-
debugfsinfo: show fstype for given pathSun, 26 Mar 2017 17:29:37 -0700, by Jun Wu
-
test-check-py3-commands: cleanup tests related to `hg status`Sun, 26 Mar 2017 21:10:25 +0530, by Pulkit Goyal
-
diff: use pycompat.{byteskwargs, strkwargs} to switch opts b/w bytes and strSun, 26 Mar 2017 20:58:21 +0530, by Pulkit Goyal
-
patch: make regular expressions bytes by adding b''Sun, 26 Mar 2017 20:54:50 +0530, by Pulkit Goyal
-
dispatch: use pycompat.maplist() instead of map() to get a listSun, 26 Mar 2017 20:49:18 +0530, by Pulkit Goyal
-
color: fix grammar in help textSat, 25 Mar 2017 13:29:23 -0400, by Matt Harbison
-
statfs: detect more filesystems on LinuxSat, 25 Mar 2017 12:58:55 -0700, by Jun Wu
-
repair: use context manager for lock managementThu, 23 Mar 2017 23:47:23 -0400, by Matt Harbison
-
gitweb: use monospace font for commit messagesFri, 24 Mar 2017 19:52:43 -0700, by Gregory Szorc
-
pager: improve support for various flavors of `more` on WindowsFri, 24 Mar 2017 22:40:08 -0400, by Matt Harbison
-
statfs: avoid static allocationFri, 24 Mar 2017 15:05:42 -0700, by Jun Wu
-
statfs: change Linux feature detectionFri, 24 Mar 2017 14:59:19 -0700, by Jun Wu
-
rebase: don't require destination if commands.rebase.requiredest=FalseFri, 24 Mar 2017 16:20:10 -0700, by Martin von Zweigbergk
-
tests: add tests with commands.{update,rebase}.requiredest=FalseFri, 24 Mar 2017 16:20:04 -0700, by Martin von Zweigbergk
-
rebase: move state serialization to use unfiltered repoSun, 12 Mar 2017 12:33:35 -0700, by Durham Goode
-
largefiles: avoid redundant standin() invocationsFri, 24 Mar 2017 22:29:22 +0900, by FUJIWARA Katsunori
-
largefiles: replace hashrepofile by hashfile (API)Fri, 24 Mar 2017 22:29:22 +0900, by FUJIWARA Katsunori
-
largefiles: call readstandin() with changectx itself instead of rev or nodeFri, 24 Mar 2017 22:26:34 +0900, by FUJIWARA Katsunori
-
largefiles: omit redundant splitstandin() invocationsFri, 24 Mar 2017 22:24:59 +0900, by FUJIWARA Katsunori
-
largefiles: replace splitstandin() by isstandin() to omit str creationFri, 24 Mar 2017 22:24:59 +0900, by FUJIWARA Katsunori
-
largefiles: omit redundant isstandin() before splitstandin()Fri, 24 Mar 2017 22:24:58 +0900, by FUJIWARA Katsunori
-
misc: update descriptions about removed file for filectxfnFri, 24 Mar 2017 22:13:23 +0900, by FUJIWARA Katsunori
-
osx: always purge build/mercurial before starting buildMon, 20 Mar 2017 17:58:44 -0400, by Augie Fackler
-
osx: use more paranoid quoting in testMon, 20 Mar 2017 17:49:47 -0400, by Augie Fackler
-
osx: install completion scripts using install(1) to avoid umask badnessMon, 20 Mar 2017 17:50:05 -0400, by Augie Fackler
-
merge with stableFri, 24 Mar 2017 08:37:26 -0700, by Martin von Zweigbergk
-
py3: prove `hg {add,addremove,commit} all workSun, 19 Mar 2017 01:47:56 -0400, by Augie Fackler
-
revsetlang: perform quoting using ui.escapestr instead of repr()Thu, 23 Mar 2017 10:46:50 -0400, by Augie Fackler
-
revsetlang: add docstring with some tests to _quoteThu, 23 Mar 2017 10:41:34 -0400, by Augie Fackler
-
revsetlang: move quoting function to not be a closureSun, 19 Mar 2017 01:14:19 -0400, by Augie Fackler
-
revsetlang: portably bytestring-ify another pair of int() callsThu, 23 Mar 2017 10:33:20 -0400, by Augie Fackler
-
checkcode: enforce lowercase for extension docstring titleThu, 23 Mar 2017 21:23:21 -0700, by Jun Wu
-
logtoprocess: use lowercase for docstring titleThu, 23 Mar 2017 21:16:55 -0700, by Jun Wu
-
journal: use lowercase for docstring titleThu, 23 Mar 2017 21:16:29 -0700, by Jun Wu
-
automv: use lowercase for docstring titleThu, 23 Mar 2017 21:15:39 -0700, by Jun Wu
-
util: enable hardlink for some BSD-family filesystemsThu, 23 Mar 2017 22:31:50 -0700, by Jun Wu
-
osutil: report fstype for BSD and OSXThu, 23 Mar 2017 22:13:02 -0700, by Jun Wu
-
setup: use a more strict way to test BSD or OSX's statfsThu, 23 Mar 2017 22:15:36 -0700, by Jun Wu
-
debugfsinfo: use util.getfstypeThu, 23 Mar 2017 12:03:19 -0700, by Jun Wu
-
util: use util.getfstypeThu, 23 Mar 2017 12:01:18 -0700, by Jun Wu
-
util: add a getfstype methodThu, 23 Mar 2017 11:58:45 -0700, by Jun Wu
-
pager: fix the invocation of `more` on WindowsMon, 20 Mar 2017 00:19:33 -0400, by Matt Harbison
-
help: format ``commands`` heading correctlyWed, 22 Mar 2017 16:36:53 -0700, by Martin von Zweigbergk
-
convert: fix the handling of empty changlist descriptions in P4Wed, 22 Mar 2017 14:12:58 -0500, by David Soria Parra
-
status: support commands.status.relative configTue, 21 Mar 2017 17:50:44 -0700, by Martin von Zweigbergk
-
plain: ignore [commands] configTue, 21 Mar 2017 21:26:52 -0700, by Martin von Zweigbergk
-
changegroup: store old heads as a set stable 4.1.2Thu, 23 Mar 2017 19:54:59 -0700, by Gregory Szorc