Mercurial > hg
graph
-
py3: check for bytes instead of str in isinstanceThu, 22 Jun 2017 03:20:11 +0530, by Pulkit Goyal
-
py3: convert kwargs' keys' to str using pycompat.strkwargs()Thu, 22 Jun 2017 03:16:16 +0530, by Pulkit Goyal
-
py3: convert kwargs keys' back to bytes using pycompat.byteskwargs()Thu, 22 Jun 2017 03:10:24 +0530, by Pulkit Goyal
-
py3: use "%d" % val for int rather than pycompat.bytestrThu, 22 Jun 2017 01:29:07 +0530, by Pulkit Goyal
-
extensions: call afterloaded() with loaded=False for disabled extensionsFri, 23 Jun 2017 10:59:05 -0700, by Adam Simpkins
-
fetch: remove shorthand of --edit colliding against -e/-ssh in remoteopts (BC)Sat, 24 Jun 2017 02:39:13 +0900, by FUJIWARA Katsunori
-
releasenotes: improve parsing around bullet pointsFri, 23 Jun 2017 17:15:53 +0200, by Rishabh Madan
-
bookmarks: factor method _printer out of for loop in printbookmarksTue, 20 Jun 2017 17:18:20 -0700, by Sean Farley
-
bookmarks: factor out bookmark printing from commandsTue, 20 Jun 2017 16:36:25 -0700, by Sean Farley
-
commands: move activebookmarklabel to bookmarks moduleTue, 20 Jun 2017 15:56:29 -0700, by Sean Farley
-
commands: replace locking code with a context managerTue, 20 Jun 2017 15:36:43 -0700, by Sean Farley
-
bookmarks: factor out adding a list of bookmarks logic from commandsTue, 20 Jun 2017 15:18:40 -0700, by Sean Farley
-
bookmarks: factor out rename logic from commandsTue, 13 Jun 2017 11:10:22 -0700, by Sean Farley
-
bookmarks: factor out delete logic from commandsMon, 12 Jun 2017 23:02:48 -0700, by Sean Farley
-
merge with stableFri, 23 Jun 2017 15:30:27 -0400, by Augie Fackler
-
revset: add startdepth limit to ancestors() as internal optionSun, 18 Jun 2017 00:40:58 +0900, by Yuya Nishihara
-
revset: add depth limit to ancestors()Sun, 18 Jun 2017 00:22:41 +0900, by Yuya Nishihara
-
dagop: compute depth in revancestors() generatorSun, 18 Jun 2017 00:11:48 +0900, by Yuya Nishihara
-
dagop: just compare with the last value to deduplicate input of revancestors()Sun, 18 Jun 2017 08:59:09 +0900, by Yuya Nishihara
-
dagop: bulk rename variables in revancestors() generatorSun, 18 Jun 2017 17:22:57 +0900, by Yuya Nishihara
-
dagop: comment why revancestors() doesn't heapify input revs at onceSun, 18 Jun 2017 17:16:02 +0900, by Yuya Nishihara
-
dagop: unnest inner generator of revancestors()Sat, 17 Jun 2017 22:33:23 +0900, by Yuya Nishihara
-
hgweb: plug followlines action in annotate viewWed, 21 Jun 2017 17:17:17 +0200, by Denis Laxalde
-
hgweb: parameterize the tag name of elements holding followlines selectionWed, 21 Jun 2017 17:07:51 +0200, by Denis Laxalde
-
gitweb: wrap table rows of annotate view into a <tbody> elementWed, 21 Jun 2017 17:02:21 +0200, by Denis Laxalde
-
tests: update regex check for fetch error in test-clonebundles.tThu, 22 Jun 2017 11:16:29 +0200, by Denis Laxalde
-
hgweb: use separate CSS class for navigation links in footerTue, 20 Jun 2017 20:53:29 -0700, by Gregory Szorc
-
configitems: register 'ui.clonebundleprefers' as example for 'configlist'Sat, 17 Jun 2017 13:25:42 +0200, by Pierre-Yves David
-
configitems: register 'patch.fuzz' as first example for 'configint'Sat, 17 Jun 2017 13:17:10 +0200, by Pierre-Yves David
-
configitems: issue a devel warning when overriding default configSat, 17 Jun 2017 13:08:03 +0200, by Pierre-Yves David
-
eol: fix 'error' parameter name in the commitctx wrapper stableFri, 23 Jun 2017 13:22:04 +0200, by Pierre-Yves David
-
configitems: register 'ui.quiet' as first exampleSat, 17 Jun 2017 12:33:59 +0200, by Pierre-Yves David
-
configitems: get default values from the central registry when availableSat, 17 Jun 2017 12:15:28 +0200, by Pierre-Yves David
-
configitems: introduce a central registry for config optionSat, 17 Jun 2017 18:43:27 +0200, by Pierre-Yves David
-
configitems: add a basic class to hold config item informationSat, 17 Jun 2017 18:41:55 +0200, by Pierre-Yves David
-
run-tests: fix -i when "#testcases" is used in .t testWed, 21 Jun 2017 01:12:31 -0700, by Jun Wu
-
run-tests: update .t reference output after reading the testWed, 21 Jun 2017 01:12:31 -0700, by Jun Wu
-
run-tests: do not prompt changes (-i) if a race condition is detectedWed, 21 Jun 2017 01:05:20 -0700, by Jun Wu
-
patch: rewrite reversehunks (issue5337)Tue, 20 Jun 2017 23:22:38 -0700, by Jun Wu
-
profiling: cope with configwith default value handling changesWed, 21 Jun 2017 10:46:18 +0200, by Pierre-Yves David
-
py3: catch StopIteration from next() in generatorsetTue, 20 Jun 2017 14:00:41 -0700, by Martin von Zweigbergk
-
tests: adjust quoting to keep Windows happy with recent $PYTHON changeTue, 20 Jun 2017 23:23:45 -0400, by Matt Harbison
-
bundle2: don't use debug message "no-transaction" with transactionTue, 20 Jun 2017 16:33:13 -0700, by Martin von Zweigbergk
-
py3: use pycompat.bytestr() in place of str()Wed, 21 Jun 2017 02:20:34 +0530, by Pulkit Goyal
-
py3: use r'' to access values from kwargs where keys are strWed, 21 Jun 2017 02:13:34 +0530, by Pulkit Goyal
-
py3: convert keys of kwargs in template keywords functions to bytesWed, 21 Jun 2017 02:10:25 +0530, by Pulkit Goyal
-
py3: make sure the commands name are bytes in test-devel-warnings.tTue, 20 Jun 2017 23:50:50 +0530, by Pulkit Goyal
-
py3: replace str with bytes in isinstance()Tue, 20 Jun 2017 23:46:18 +0530, by Pulkit Goyal
-
py3: catch binascii.Error raised from binascii.unhexlifyTue, 20 Jun 2017 22:11:46 +0530, by Pulkit Goyal
-
shelve: allow unlimited shelved changes per nameTue, 20 Jun 2017 23:39:59 -0700, by Jun Wu
-
config: use the new '_unset' value for 'configsuboptions'Sat, 17 Jun 2017 12:51:37 +0200, by Pierre-Yves David
-
config: use the 'config' method in 'configsuboptions'Sat, 17 Jun 2017 18:28:20 +0200, by Pierre-Yves David
-
config: use the new '_unset' value for 'configpath'Sat, 17 Jun 2017 12:52:02 +0200, by Pierre-Yves David
-
config: use the new '_unset' value for 'configdate'Sat, 17 Jun 2017 12:54:45 +0200, by Pierre-Yves David
-
config: use the new '_unset' value for 'configlist'Sat, 17 Jun 2017 12:54:04 +0200, by Pierre-Yves David
-
config: use the new '_unset' value for 'configbytes'Sat, 17 Jun 2017 12:53:51 +0200, by Pierre-Yves David
-
config: use the new '_unset' value for 'configint'Sat, 17 Jun 2017 12:53:40 +0200, by Pierre-Yves David
-
config: use the new '_unset' value for 'configwith'Sat, 17 Jun 2017 12:52:31 +0200, by Pierre-Yves David
-
config: use the new '_unset' value for 'configbool'Sat, 17 Jun 2017 12:52:16 +0200, by Pierre-Yves David