Mercurial > hg
graph
-
similar: use progress helperSat, 16 Jun 2018 00:25:13 -0700, by Martin von Zweigbergk
-
remove: use progress helperSat, 16 Jun 2018 00:03:23 -0700, by Martin von Zweigbergk
-
changegroup: use progress helper in apply() (API)Fri, 15 Jun 2018 23:04:44 -0700, by Martin von Zweigbergk
-
progress: create helper class for incrementing progressFri, 15 Jun 2018 22:37:01 -0700, by Martin von Zweigbergk
-
extensions: use context manger for open()Sun, 17 Jun 2018 18:01:49 +0900, by Yuya Nishihara
-
py3: open extension source in binary mode to read docstring as bytesSun, 17 Jun 2018 17:59:12 +0900, by Yuya Nishihara
-
grep: adds allfiles modeWed, 13 Jun 2018 16:22:54 +0530, by Sangeet Kumar Mishra
-
morestatus: remove some extra spacesWed, 13 Jun 2018 22:50:32 +0530, by Pulkit Goyal
-
graph: improve graph output by using Unicode charactersFri, 15 Jun 2018 16:32:31 -0700, by John Stiles
-
py3: whitelist another 5 passing tests thanks to the ratchetSat, 16 Jun 2018 17:07:47 -0400, by Augie Fackler
-
shelve: wider check for successful abort in testMon, 28 May 2018 16:55:11 +0200, by Boris Feld
-
shelve: use full hash in testsTue, 29 May 2018 18:01:35 +0200, by Boris Feld
-
phabricator: preserve the phase when amending in the Differential fieldsThu, 14 Jun 2018 12:35:04 -0400, by Matt Harbison
-
manifest: fix possible SEGV caused by uninitialized lazymanifest fields stableFri, 15 Jun 2018 22:16:58 +0900, by Yuya Nishihara
-
tests: replace `echo -n` with `printf` per check-code stableFri, 15 Jun 2018 10:14:32 -0400, by Augie Fackler
-
crecord: fix line number in hunk header (issue5917) stableThu, 14 Jun 2018 14:04:26 -0700, by Jun Wu
-
py3: ditch email.parser.BytesParser which appears to be plain crapSat, 16 Jun 2018 19:31:07 +0900, by Yuya Nishihara
-
py3: remove b'' from error message of disallowed filenameSat, 16 Jun 2018 17:56:37 +0900, by Yuya Nishihara
-
py3: remove b'' from output of test-eol.tSat, 16 Jun 2018 17:54:29 +0900, by Yuya Nishihara
-
py3: replace s[-1] with s.endswith() in eol handlingSat, 16 Jun 2018 17:53:51 +0900, by Yuya Nishihara
-
py3: fix loop over byte string in wireprotov1peerSat, 16 Jun 2018 17:36:44 +0900, by Yuya Nishihara
-
py3: glob out some error messages in test-fileset.tSat, 16 Jun 2018 17:04:03 +0900, by Yuya Nishihara
-
fileset: raise ProgrammingError for bad existing() callsSat, 16 Jun 2018 17:00:05 +0900, by Yuya Nishihara
-
py3: cast bytes encoding name to str in fileset.pySat, 16 Jun 2018 16:56:38 +0900, by Yuya Nishihara
-
import: use context manager for wlockThu, 14 Jun 2018 15:12:28 -0700, by Martin von Zweigbergk
-
tag: use context manager for locksThu, 14 Jun 2018 15:08:32 -0700, by Martin von Zweigbergk
-
commit: use context manager for locksThu, 14 Jun 2018 15:05:14 -0700, by Martin von Zweigbergk
-
backout: use context manager for locksThu, 14 Jun 2018 15:08:19 -0700, by Martin von Zweigbergk
-
backout: use context manager for dirstateguardThu, 14 Jun 2018 15:28:32 -0700, by Martin von Zweigbergk
-
backout: use context manager for config overrideThu, 14 Jun 2018 15:26:18 -0700, by Martin von Zweigbergk
-
update: use context manager for config override (API)Thu, 14 Jun 2018 15:46:31 -0700, by Martin von Zweigbergk
-
resolve: use context manager for config overrideThu, 14 Jun 2018 15:46:17 -0700, by Martin von Zweigbergk
-
merge: use context manager for config overrideThu, 14 Jun 2018 15:45:45 -0700, by Martin von Zweigbergk
-
graft: use context manager for config overrideThu, 14 Jun 2018 15:45:16 -0700, by Martin von Zweigbergk
-
tests: suppress read(-1) -> '' calls in fileobjectobserverThu, 14 Jun 2018 11:49:10 -0400, by Augie Fackler
-
debugcommands: work around logiofd being a pipe and unseekableThu, 14 Jun 2018 11:47:51 -0400, by Augie Fackler
-
py3: replace `unicode` with pycompat.unicodeWed, 13 Jun 2018 22:51:08 +0530, by Pulkit Goyal
-
cmdutil: say that `graft --stop` stops the graft instead of abortingFri, 15 Jun 2018 02:07:39 +0530, by Pulkit Goyal
-
py3: two more passing tests from the ratchet in buildbotThu, 14 Jun 2018 16:51:39 -0400, by Augie Fackler
-
bdiff: one more safe call of bdiff_freehunks(NULL)Thu, 14 Jun 2018 20:25:51 +0900, by Yuya Nishihara
-
bdiff: document that bdiff_freehunks() accepts NULLThu, 14 Jun 2018 20:25:16 +0900, by Yuya Nishihara
-
hgweb: propagate http headers from ErrorResponse for web interface commandsThu, 14 Jun 2018 13:44:42 +0200, by Sune Foldager
-
py3: fix map() use in templatekw.showpredecessors()Thu, 14 Jun 2018 20:29:27 +0900, by Yuya Nishihara
-
merge with stableThu, 14 Jun 2018 20:09:54 +0900, by Yuya Nishihara
-
templatefilters: rename commonprefix to commondirWed, 13 Jun 2018 14:28:39 -0700, by Martin von Zweigbergk
-
bitmanipulation: fix undefined behavior in bit shift in getbe32Wed, 13 Jun 2018 10:24:44 -0400, by Augie Fackler
-
lazymanifest: don't crash when out of memory (issue5916) stableWed, 13 Jun 2018 10:41:20 -0400, by Josef 'Jeff' Sipek
-
cext: stop worrying and love the free(NULL) stableWed, 13 Jun 2018 10:37:39 -0400, by Josef 'Jeff' Sipek
-
templatefilters: undeprecate hgdateWed, 13 Jun 2018 21:58:42 +0900, by Yuya Nishihara
-
templater: restore the original string format of {date}Wed, 13 Jun 2018 21:57:24 +0900, by Yuya Nishihara
-
hgweb: insist http_status value is a sysstrTue, 12 Jun 2018 20:43:56 -0400, by Augie Fackler
-
hgweb: pass a sysstr to low-level _start_response methodTue, 12 Jun 2018 20:42:42 -0400, by Augie Fackler
-
tests: fix printenv script on Python 3Tue, 12 Jun 2018 18:49:35 -0400, by Augie Fackler
-
cvsps: port changeset __repr__ to py3Tue, 12 Jun 2018 18:49:22 -0400, by Augie Fackler
-
cvsps: avoid comparison between None and a tuple in date sortingTue, 12 Jun 2018 18:24:25 -0400, by Augie Fackler
-
py3: buildbot informs me we have two new passing testsTue, 12 Jun 2018 18:21:41 -0400, by Augie Fackler
-
tests: fix test-patch.t on pickier /bin/sh implementations stableSun, 20 May 2018 23:05:18 -0400, by Augie Fackler
-
commandserver: close server's fds explicitly from a workerTue, 12 Jun 2018 12:41:09 -0700, by Jun Wu
-
run-tests: restrict the test cases allowed charactersTue, 12 Jun 2018 23:04:27 +0200, by Boris Feld
-
templater: abstract truth testing to fix {if(list_of_empty_strings)}Sat, 09 Jun 2018 13:34:47 +0900, by Yuya Nishihara