Mercurial > hg
graph
-
py3: byteify an inline python test extensionTue, 25 Sep 2018 22:11:17 -0400, by Matt Harbison
-
py3: conditionalize access to socketserver.ForkingMixInTue, 25 Sep 2018 21:39:42 -0400, by Matt Harbison
-
convert: fix a file descriptor leakTue, 25 Sep 2018 22:46:18 -0400, by Matt Harbison
-
merge with stableWed, 26 Sep 2018 20:33:09 +0900, by Yuya Nishihara
-
revlog: catch more specific exception in shortest()Tue, 25 Sep 2018 22:19:40 +0900, by Yuya Nishihara
-
py3: update missing module list in test-check-py3-compat.t for WindowsMon, 24 Sep 2018 22:32:30 -0400, by Matt Harbison
-
py3: add b'' prefixes to wire protocol testMon, 24 Sep 2018 20:31:42 -0700, by Gregory Szorc
-
py3: use pycompat.strkwargs()Mon, 24 Sep 2018 20:17:42 -0700, by Gregory Szorc
-
py3: ensure _start_response() is called with system stringMon, 24 Sep 2018 20:10:01 -0700, by Gregory Szorc
-
py3: convert arguments, cwd and env to native strings when spawning subprocessSun, 23 Sep 2018 00:47:04 -0400, by Matt Harbison
-
py3: apply byteskwargs to contrib/perfFri, 21 Sep 2018 21:14:27 -0400, by Matt Harbison
-
py3: un-byteify strings around os.system() and os.devnull in contrib/perfFri, 21 Sep 2018 20:28:00 -0400, by Matt Harbison
-
py3: work around the lack of sys.maxint in contrib/perfFri, 21 Sep 2018 20:16:13 -0400, by Matt Harbison
-
py3: switch contrib/perf from xrange to pycompat.xrangeFri, 21 Sep 2018 20:13:14 -0400, by Matt Harbison
-
py3: handle sysstr conversion around get/set attr in contrib/perfFri, 21 Sep 2018 20:10:36 -0400, by Matt Harbison
-
py3: proxy posixfile objects to re-add a useful 'name' attribute on WindowsFri, 21 Sep 2018 20:03:07 -0400, by Matt Harbison
-
py3: don't use os.getcwdb() on Windows to avoid DeprecationWarningsSun, 23 Sep 2018 22:36:44 -0400, by Matt Harbison
-
py3: rename pycompat.getcwd() to encoding.getcwd() (API)Fri, 21 Sep 2018 19:48:23 -0400, by Matt Harbison
-
py3: whitelist two more passing testsMon, 24 Sep 2018 22:46:22 -0400, by Augie Fackler
-
keepalive: be more careful about self._rbuf when calling super implsMon, 24 Sep 2018 22:45:32 -0400, by Augie Fackler
-
wireprotov2: teach changesetdata to fetch ancestors until depthMon, 17 Sep 2018 11:50:59 -0700, by Gregory Szorc
-
wireprotov2: allow multiple fields to follow revision mapsThu, 20 Sep 2018 12:57:23 -0700, by Gregory Szorc
-
wireprotov2: advertise set of valid values for requestable fieldsMon, 17 Sep 2018 11:54:00 -0700, by Gregory Szorc
-
wireprotov2: expose rich arguments metadataMon, 17 Sep 2018 10:15:27 -0700, by Gregory Szorc
-
wireprotov2: advertise recognized path filter prefixesMon, 17 Sep 2018 09:49:28 -0700, by Gregory Szorc
-
wireprotov2: declare command arguments richlyThu, 30 Aug 2018 17:43:47 -0700, by Gregory Szorc
-
chgserver: do not send system() back to client if stdio redirected (issue5992) stableWed, 26 Sep 2018 21:24:14 +0900, by Yuya Nishihara
-
chgserver: update comment describing when to fall back to core _runsystem() stableWed, 26 Sep 2018 21:21:05 +0900, by Yuya Nishihara
-
procutil: compare fd number to see if stdio protection is needed (issue5992) stableWed, 26 Sep 2018 20:53:59 +0900, by Yuya Nishihara
-
test-ssh: show that stdio redirection doesn't work with chg stableTue, 25 Sep 2018 23:06:02 +0900, by Yuya Nishihara
-
revset: make heads(commonancestors(x + x^)) be x^, not x stableTue, 25 Sep 2018 16:32:38 -0400, by Valentin Gatien-Baron
-
revset: add tests of heads(commonancestors(..)) stableTue, 25 Sep 2018 16:29:39 -0400, by Valentin Gatien-Baron
-
revset: reword commonancestor()'s help stableTue, 25 Sep 2018 16:18:43 -0400, by Valentin Gatien-Baron
-
revset: remove part of the commonancestors() comment stableTue, 25 Sep 2018 16:14:57 -0400, by Valentin Gatien-Baron
-
revset: make commonancestors(x + x^) be ::(x^), not ::x stableTue, 25 Sep 2018 16:05:21 -0400, by Valentin Gatien-Baron
-
revset: add test demonstrating a bug with commonancestor() stableTue, 25 Sep 2018 15:27:41 -0400, by Valentin Gatien-Baron
-
revset: fix commonancestor test so it demonstrates correct behavior stableTue, 25 Sep 2018 16:03:14 -0400, by Valentin Gatien-Baron
-
annotate: pass in wdir rev and node to formatter (BC)Sat, 15 Sep 2018 17:26:23 +0900, by Yuya Nishihara
-
annotate: pass around full hex node until formatting plain outputSat, 15 Sep 2018 17:26:22 +0900, by Yuya Nishihara
-
log: fill in pseudo rev and node as wdir() manifest identifiersSat, 15 Sep 2018 17:26:21 +0900, by Yuya Nishihara
-
log: have changesetformatter fill in wdir() rev and node (BC)Sat, 15 Sep 2018 17:26:20 +0900, by Yuya Nishihara
-
hgweb: use scmutil.binnode() to translate None to wdir hash (issue5988)Sun, 23 Sep 2018 16:11:01 +0900, by Yuya Nishihara
-
hgweb: register web.static to the config tableSun, 23 Sep 2018 16:15:48 +0900, by Yuya Nishihara
-
help: document web.static configSun, 23 Sep 2018 17:01:26 +0900, by Yuya Nishihara
-
py3: use pycompat.strkwargs() in contrib/simplemergeMon, 24 Sep 2018 00:00:04 +0300, by Pulkit Goyal
-
py3: add b'' prefixes in contrib/simplemergeSun, 23 Sep 2018 23:59:35 +0300, by Pulkit Goyal
-
tests: use assertTrue() instead of assert_() in test-bdiff.pySun, 23 Sep 2018 23:39:07 +0300, by Pulkit Goyal
-
py3: use '%d' for integers instead of '%s'Sun, 23 Sep 2018 23:35:38 +0300, by Pulkit Goyal
-
py3: add b'' prefixes in tests/test-bdiff.pySun, 23 Sep 2018 23:34:22 +0300, by Pulkit Goyal
-
py3: fix kwargs handling in hgext/absorb.pySun, 23 Sep 2018 22:57:17 +0300, by Pulkit Goyal
-
filelog: stop proxying headrevs() (API)Tue, 18 Sep 2018 19:26:44 -0700, by Gregory Szorc
-
hgweb: use heads() instead of headrevs()Tue, 18 Sep 2018 19:00:17 -0700, by Gregory Szorc
-
filelog: record what's using attributesTue, 18 Sep 2018 18:56:02 -0700, by Gregory Szorc
-
filelog: stop proxying datafile (API)Tue, 18 Sep 2018 18:21:47 -0700, by Gregory Szorc
-
filelog: stop proxying _addrevision() (API)Tue, 18 Sep 2018 18:03:41 -0700, by Gregory Szorc
-
filelog: stop proxying compress() (API)Tue, 18 Sep 2018 17:57:36 -0700, by Gregory Szorc
-
filelog: stop proxying start(), end(), and length() (API)Tue, 18 Sep 2018 17:56:15 -0700, by Gregory Szorc
-
revlog: move censor logic out of censor extensionTue, 18 Sep 2018 17:51:43 -0700, by Gregory Szorc
-
global: replace most uses of RevlogError with StorageError (API)Tue, 18 Sep 2018 16:47:09 -0700, by Gregory Szorc
-
error: introduce StorageErrorTue, 18 Sep 2018 16:45:13 -0700, by Gregory Szorc
-
revlog: drop LookupError alias (API)Tue, 18 Sep 2018 16:28:17 -0700, by Gregory Szorc
-
revlog: drop some more error aliases (API)Tue, 18 Sep 2018 16:24:36 -0700, by Gregory Szorc
-
revlog: drop RevlogError alias (API)Tue, 18 Sep 2018 16:18:37 -0700, by Gregory Szorc
-
testing: add interface unit tests for file storageTue, 18 Sep 2018 16:52:11 -0700, by Gregory Szorc
-
narrow: remove narrowrevlogTue, 18 Sep 2018 15:32:11 -0700, by Gregory Szorc
-
localrepo: enable ellipsis flag on revlogs when repo is narrowThu, 13 Sep 2018 15:57:18 -0700, by Gregory Szorc
-
revlog: add opener option to enable ellipsis flag processorThu, 13 Sep 2018 15:52:42 -0700, by Gregory Szorc
-
revlog: store flag processors per revlogThu, 13 Sep 2018 15:48:53 -0700, by Gregory Szorc
-
revlog: define ellipsis flag processors in coreWed, 05 Sep 2018 13:29:22 -0700, by Gregory Szorc
-
narrow: remove custom filelog typeWed, 05 Sep 2018 12:44:25 -0700, by Gregory Szorc
-
filelog: custom filelog to be used with narrow reposThu, 13 Sep 2018 16:02:22 -0700, by Gregory Szorc
-
localrepo: iteratively derive local repository typeTue, 18 Sep 2018 15:29:42 -0700, by Gregory Szorc
-
localrepo: pass root manifest into manifestlog.__init__Tue, 18 Sep 2018 15:15:24 -0700, by Gregory Szorc
-
py3: create built in exceptions with str type messages in win32.pyFri, 21 Sep 2018 21:44:27 -0400, by Matt Harbison
-
tests: stabilize test-shelve.t#phasebased for #no-symlink and #no-execbitSat, 22 Sep 2018 12:11:48 -0400, by Matt Harbison
-
debugdirstate: deprecate --nodates in favor of --no-datesThu, 20 Sep 2018 21:35:01 -0700, by Martin von Zweigbergk
-
py3: fix a type error in hghave.has_hardlinkFri, 21 Sep 2018 00:37:03 -0400, by Matt Harbison
-
narrow: remove hack to read narowspec from shared .hg directoryFri, 21 Sep 2018 09:34:41 -0700, by Martin von Zweigbergk
-
streamclone: reimplement nested context managerFri, 21 Sep 2018 11:43:46 -0400, by Augie Fackler
-
bundle2: grab kwarg using sysstrFri, 21 Sep 2018 11:44:08 -0400, by Augie Fackler
-
py3: mark another passing testFri, 21 Sep 2018 11:15:55 -0400, by Augie Fackler
-
bookmarks: remove --active in favor of --listSat, 15 Sep 2018 12:47:49 +0900, by Yuya Nishihara
-
bookmarks: add explicit option to list bookmarks of the given namesSat, 15 Sep 2018 12:44:23 +0900, by Yuya Nishihara
-
bookmarks: reject --delete with --inactive which makes no senseSat, 15 Sep 2018 12:34:13 +0900, by Yuya Nishihara
-
bookmarks: parse out --inactive to action earlySat, 15 Sep 2018 12:32:01 +0900, by Yuya Nishihara
-
bookmarks: parse out implicit "add" action earlySat, 15 Sep 2018 12:25:19 +0900, by Yuya Nishihara
-
bookmarks: clarify that opts['rename'] points to an old bookmark to be renamedSat, 15 Sep 2018 12:07:38 +0900, by Yuya Nishihara
-
bookmarks: refactor option checking to pick one from --delete/rename/activeSat, 15 Sep 2018 12:04:29 +0900, by Yuya Nishihara
-
bookmarks: convert opts to bytes dict earlySat, 15 Sep 2018 11:51:15 +0900, by Yuya Nishihara
-
bookmarks: pass in formatter to printbookmarks() instead of opts (API)Sat, 15 Sep 2018 11:50:07 +0900, by Yuya Nishihara
-
strip: ignore orphaned internal changesets while computing safe strip rootsWed, 19 Sep 2018 17:09:01 +0200, by Boris Feld
-
shelve: no longer strip internal commit when using internal phaseWed, 06 Jun 2018 02:31:46 +0200, by Boris Feld
-
meld: enable auto-mergeWed, 19 Sep 2018 12:07:52 -0700, by Martin von Zweigbergk
-
run-tests: partially backout PYTHON quotingThu, 20 Sep 2018 23:45:30 -0400, by Matt Harbison
-
py3: use '%d' instead of '%s' for integersFri, 21 Sep 2018 03:16:08 +0530, by Pulkit Goyal
-
py3: use print as a function in tests/test-revert.tFri, 21 Sep 2018 03:16:38 +0530, by Pulkit Goyal
-
chgserver: restore pager fds attached within runcommand sessionWed, 19 Sep 2018 23:11:07 +0900, by Yuya Nishihara
-
chgserver: add separate flag to remember if stdio fds are replacedWed, 19 Sep 2018 22:57:47 +0900, by Yuya Nishihara
-
status: remove "morestatus" message from formatter data (BC)Sat, 15 Sep 2018 21:35:36 +0900, by Yuya Nishihara
-
tests: show that the structure of the more status output looks weirdSat, 15 Sep 2018 21:28:47 +0900, by Yuya Nishihara
-
phabricator: add testedwith boilerplateSat, 15 Sep 2018 16:35:39 +0900, by Yuya Nishihara
-
narrow: extract wdir cleanup function to make it extensibleThu, 20 Sep 2018 12:13:00 -0700, by Kyle Lippincott
-
changegroup: reintroduce some comments that have gotten lost over the yearsThu, 20 Sep 2018 09:52:59 -0400, by Augie Fackler
-
changegroup: tease out a temporary prune method for manifestsWed, 19 Sep 2018 23:38:30 -0400, by Augie Fackler
-
changegroup: remove outdated commentWed, 19 Sep 2018 23:36:16 -0400, by Augie Fackler
-
py3: encode the name to bytes before using in revsetpredicate()Thu, 20 Sep 2018 18:36:33 +0300, by Pulkit Goyal
-
py3: suppress the output on .write() calls in tests/test-hgweb-commands.tThu, 20 Sep 2018 18:36:00 +0300, by Pulkit Goyal
-
py3: use stringutil.pprint() to print boolean valuesThu, 20 Sep 2018 18:35:24 +0300, by Pulkit Goyal
-
py3: add a missing b'' in tests/test-newercgi.tThu, 20 Sep 2018 18:34:38 +0300, by Pulkit Goyal
-
py3: use pycompat.maplist instead of mapThu, 20 Sep 2018 18:33:53 +0300, by Pulkit Goyal
-
py3: add some b'' prefixes in tests/test-extension.tThu, 20 Sep 2018 17:23:20 +0300, by Pulkit Goyal
-
py3: make tests/svn-safe-append.py compatible with python 3Thu, 20 Sep 2018 17:17:02 +0300, by Pulkit Goyal
-
py3: use print as a function in tests/test-subrepo-svn.tThu, 20 Sep 2018 17:16:16 +0300, by Pulkit Goyal
-
bundle2: make server.bundle2.stream default to TrueMon, 17 Sep 2018 17:47:24 +0800, by Anton Shestakov
-
bundle2: graduate bundle2.stream option from experimental to server sectionMon, 17 Sep 2018 16:52:34 +0800, by Anton Shestakov
-
tests: split capabilities into separate lines while searching for "narrow"Thu, 20 Sep 2018 17:02:31 +0800, by Anton Shestakov
-
py3: resolve Unicode issues around `hg serve` on WindowsWed, 19 Sep 2018 23:54:16 -0400, by Matt Harbison
-
run-tests: avoid os.getcwdb() on WindowsWed, 19 Sep 2018 21:41:58 -0400, by Matt Harbison
-
run-tests: quote PYTHON when spawning a subprocessWed, 19 Sep 2018 20:45:57 -0400, by Matt Harbison
-
narrow: add test showing that local-to-local narrow clones don't workMon, 17 Sep 2018 20:43:40 -0400, by Augie Fackler