Mercurial > hg
graph
-
notify: make a message translatableThu, 26 May 2016 01:57:34 +0900, by FUJIWARA Katsunori
-
gpg: make a message translatableThu, 26 May 2016 01:57:34 +0900, by FUJIWARA Katsunori
-
revset: use getargsdict for sort()Mon, 23 May 2016 14:09:50 -0700, by Martijn Pieters
-
merge with stableWed, 25 May 2016 15:32:35 -0500, by Matt Mackall
-
changegroup: extract method that sorts nodes to sendThu, 12 May 2016 22:29:05 -0400, by Augie Fackler
-
hg: disable demandimport for py3Wed, 11 May 2016 23:24:41 +0000, by timeless
-
tests: enable import checker for all python files (including no .py files)Sun, 15 May 2016 10:48:05 +0900, by Yuya Nishihara
-
tests: make 'f' utility import hashlib unconditionallySun, 15 May 2016 10:45:32 +0900, by Yuya Nishihara
-
tests: fix typo of shebang prefix in test-check-pyflakes.tSun, 15 May 2016 10:41:01 +0900, by Yuya Nishihara
-
hghave: silence future pyflakes warning of unused importSun, 15 May 2016 10:40:26 +0900, by Yuya Nishihara
-
tests: remove unused import from 'f' utilitySun, 15 May 2016 10:39:44 +0900, by Yuya Nishihara
-
bookmarks: allow pushing active bookmark on new remote head (issue5236) stableTue, 24 May 2016 23:36:27 +0200, by liscju
-
sslutil: remove redundant check of sslsocket.cipher()Sun, 15 May 2016 11:50:49 -0700, by Gregory Szorc
-
sslutil: convert socket validation from a class to a function (API)Sun, 15 May 2016 11:38:38 -0700, by Gregory Szorc
-
sslutil: store and use hostname and ui in socket instanceSun, 15 May 2016 11:32:11 -0700, by Gregory Szorc
-
sslutil: use a dict for hanging hg state off the wrapped socketSun, 15 May 2016 11:25:07 -0700, by Gregory Szorc
-
sslutil: require serverhostname argument (API)Thu, 05 May 2016 19:10:18 -0700, by Gregory Szorc
-
annotate: optimize line countingWed, 18 May 2016 16:37:32 -0500, by Matt Mackall
-
purge: use opts.get()Mon, 16 May 2016 14:21:39 -0700, by Gregory Szorc
-
test-run-tests: clean up inuse server eagerlyWed, 11 May 2016 15:20:25 +0000, by timeless
-
tests: refactor run-tests helpersWed, 11 May 2016 16:40:16 +0000, by timeless
-
tests: silence test-repo obsolete warningWed, 11 May 2016 04:49:27 +0000, by timeless
-
largefiles: send statlfile remote calls only for nonexisting locally filesMon, 09 May 2016 10:05:32 +0200, by liscju
-
check-code: reject .next(...)Mon, 16 May 2016 21:18:59 +0000, by timeless
-
py3: convert to next() functionMon, 16 May 2016 21:30:53 +0000, by timeless
-
revset: rename variable to avoid shadowing with builtin next() functionMon, 16 May 2016 21:30:32 +0000, by timeless
-
histedit: add experimental config for using the first word of the commitFri, 06 May 2016 18:12:36 -0700, by Sean Farley
-
histedit: add optional parameter for determining intial editor lineFri, 06 May 2016 18:00:03 -0700, by Sean Farley
-
tests: enable import checker for all **.py filesSat, 14 May 2016 14:16:43 +0900, by Yuya Nishihara
-
py3: make contrib/import-checker.py get along with itselfSat, 14 May 2016 14:33:45 +0900, by Yuya Nishihara
-
py3: make contrib/revsetbenchmarks.py not import symbols from stdlib modulesSat, 14 May 2016 14:23:04 +0900, by Yuya Nishihara
-
py3: make contrib/bdiff-torture.py conform to our import styleSat, 14 May 2016 14:18:15 +0900, by Yuya Nishihara
-
import-checker: extend check of symbol-import order to all local modulesSat, 14 May 2016 13:39:33 +0900, by Yuya Nishihara
-
import-checker: always build a list of imported symbolsSat, 14 May 2016 13:20:13 +0900, by Yuya Nishihara
-
import-checker: fix test to make a real packageSat, 14 May 2016 13:49:46 +0900, by Yuya Nishihara
-
py3: move up symbol imports to enforce import-checker rulesSat, 14 May 2016 14:03:12 +0900, by Yuya Nishihara
-
util: make copyfile avoid ambiguity of file stat if neededThu, 19 May 2016 00:20:38 +0900, by FUJIWARA Katsunori
-
vfs: make rename avoid ambiguity of file stat if neededThu, 19 May 2016 00:20:38 +0900, by FUJIWARA Katsunori
-
vfs: make atomictempfile avoid ambiguity of file stat if neededThu, 19 May 2016 00:20:38 +0900, by FUJIWARA Katsunori
-
util: make atomictempfile avoid ambiguity of file stat if neededThu, 19 May 2016 00:20:38 +0900, by FUJIWARA Katsunori
-
util: add filestat class to detect ambiguity of file statThu, 19 May 2016 00:20:37 +0900, by FUJIWARA Katsunori
-
run-tests: handle json.dumps divergenceThu, 05 May 2016 23:17:19 +0000, by timeless
-
tests: use debuginstall to retrieve hg versionTue, 10 May 2016 22:52:26 +0000, by timeless
-
debuginstall: add mercurial versionTue, 10 May 2016 22:45:45 +0000, by timeless
-
strip: invalidate phase cache after stripping changeset (issue5235) stableThu, 12 May 2016 06:13:59 -0700, by Laurent Charignon
-
py3: make tests/svn-safe-append.py use absolute_importMon, 16 May 2016 04:31:20 +0530, by Pulkit Goyal
-
py3: make tests/test-atomictempfile.py use absolute_importMon, 16 May 2016 04:28:22 +0530, by Pulkit Goyal
-
py3: tests/test-check-py3-compat.t output updatedMon, 16 May 2016 04:08:17 +0530, by Pulkit Goyal
-
py3: use setattr() to assign new class attributeTue, 17 May 2016 05:32:36 +0530, by Pulkit Goyal
-
localrepo: use dirstate savebackup instead of handling dirstate file manuallyWed, 11 May 2016 14:18:52 -0700, by Mateusz Kwapich
-
localrepo: use dirstate restorebackup instead of copying dirstate manuallyFri, 13 May 2016 13:30:08 -0700, by Mateusz Kwapich
-
dirstate: add prefix and suffix arguments to backupFri, 13 May 2016 13:28:09 -0700, by Mateusz Kwapich
-
tests: mark test-atomictempfile.py write as binaryWed, 20 Apr 2016 19:55:59 +0000, by timeless
-
tests: mark test-context.py write as binaryWed, 20 Apr 2016 19:53:01 +0000, by timeless
-
transaction: turn lack of locking into a hard failure (API)Thu, 05 May 2016 16:20:53 +0200, by Pierre-Yves David
-
test: extract develwarn transaction testing in its own commandThu, 05 May 2016 16:13:22 +0200, by Pierre-Yves David
-
graphmod: update edgemap in-placeMon, 16 May 2016 16:41:26 +0100, by Martijn Pieters
-
tests: test-archive.t use mercurial.util for urllib compatFri, 06 May 2016 19:24:25 +0000, by timeless
-
tests: test-archive.t use sys.stdout.buffer for binary output in py3Fri, 06 May 2016 19:19:12 +0000, by timeless
-
localrepo: prevent executable-bit only changes from being lost on amend stableThu, 19 May 2016 14:35:22 -0700, by Mateusz Kwapich
-
tests: escape bytes setting MSB in input of grep for portability stableSat, 21 May 2016 02:48:51 +0900, by FUJIWARA Katsunori
-
tests: test-archive.t use absolute_importFri, 06 May 2016 19:17:49 +0000, by timeless
-
tests: test-archive.t use open() instead of file() for py3 compatFri, 06 May 2016 19:16:16 +0000, by timeless
-
tests: test-archive.t use print_functionFri, 06 May 2016 19:15:37 +0000, by timeless
-
merge with stableTue, 17 May 2016 11:28:46 -0500, by Matt Mackall
-
readlink: use print_functionWed, 11 May 2016 01:56:59 +0000, by timeless
-
tests: test-addremove-similar.t use print() for py3Fri, 06 May 2016 01:15:07 +0000, by timeless
-
tests: add coverage for run-tests.py --whitelistFri, 06 May 2016 00:45:31 +0000, by timeless
-
hg: limit HGUNICODEPEDANTRY to py2Tue, 05 Apr 2016 01:35:36 +0000, by timeless
-
py3: make i18n/hggettext use print_functionFri, 13 May 2016 02:58:15 +0530, by Pulkit Goyal
-
py3: make i18n/hggettext use absolute_importFri, 13 May 2016 02:56:13 +0530, by Pulkit Goyal
-
py3: make doc/docchecker use print_functionFri, 13 May 2016 02:41:35 +0530, by Pulkit Goyal
-
py3: make doc/docchecker use absolute_importFri, 13 May 2016 02:40:39 +0530, by Pulkit Goyal
-
py3: make contrib/undumprevlog use absolute_importFri, 13 May 2016 02:23:45 +0530, by Pulkit Goyal
-
py3: make contrib/dumprevlog use print_functionFri, 13 May 2016 02:16:32 +0530, by Pulkit Goyal
-
py3: make contrib/dumprevlog use absolute_importFri, 13 May 2016 02:14:49 +0530, by Pulkit Goyal
-
py3: make contrib/check-commit use print_functionFri, 13 May 2016 02:13:14 +0530, by Pulkit Goyal
-
py3: make contrib/check-commit use absolute_importFri, 13 May 2016 02:11:57 +0530, by Pulkit Goyal
-
hgcia: remove hgcia (BC)Thu, 12 May 2016 01:03:19 +0100, by Jun Wu
-
py3: make tests/hghave use absolute_importFri, 13 May 2016 03:31:07 +0530, by Pulkit Goyal
-
py3: make tests/f use absolute_importFri, 13 May 2016 03:28:44 +0530, by Pulkit Goyal
-
py3: make tests/dummyssh use absolute_importFri, 13 May 2016 03:26:28 +0530, by Pulkit Goyal
-
py3: make raise statement python3 compatibleFri, 13 May 2016 03:18:04 +0530, by Pulkit Goyal
-
help: search section of help topic by translated section name correctly stable 3.8.2Fri, 13 May 2016 07:19:59 +0900, by FUJIWARA Katsunori
-
patch: show lower-ed translated message correctly stableFri, 13 May 2016 07:19:59 +0900, by FUJIWARA Katsunori
-
py3: make i18n/posplit use print_functionFri, 13 May 2016 03:09:30 +0530, by Pulkit Goyal
-
py3: make i18n/posplit use absolute_importFri, 13 May 2016 03:08:46 +0530, by Pulkit Goyal
-
wireproto: optimize handling of large batch responsesThu, 12 May 2016 09:39:14 -0400, by Augie Fackler
-
cleanup: replace False identity testing with an explicit token objectThu, 05 May 2016 19:32:51 +0200, by Pierre-Yves David
-
devel: officially deprecate dirstate.write without transaction argumentWed, 11 May 2016 09:31:47 +0200, by Pierre-Yves David
-
devel: officially deprecate update without destinationWed, 11 May 2016 09:31:47 +0200, by Pierre-Yves David
-
devel: fix a typo in a deprecation warningWed, 11 May 2016 09:34:59 +0200, by Pierre-Yves David
-
devel: officially deprecate old style revsetWed, 11 May 2016 09:31:47 +0200, by Pierre-Yves David
-
check-code: handle py3 open divergenceWed, 11 May 2016 01:46:11 +0000, by timeless
-
check-code: switch to openerWed, 11 May 2016 01:44:39 +0000, by timeless
-
check-code: handle range/xrange divergenceWed, 11 May 2016 01:39:07 +0000, by timeless
-
check-code: fix py3 complaint about \NNN being invalid unicodeWed, 11 May 2016 01:56:08 +0000, by timeless
-
hghave: switch from iteritems to itemsThu, 05 May 2016 09:12:26 +0000, by timeless
-
hghave: matchoutput needs to use bytes for regexpThu, 05 May 2016 09:07:01 +0000, by timeless
-
revset: make dagrange preserve order of input setTue, 03 May 2016 12:36:44 +0900, by Yuya Nishihara
-
tests: mark test-check-pyflakes.t as requiring hg1.0+Thu, 05 May 2016 09:26:09 +0000, by timeless
-
dirstate: make backup methods publicThu, 05 May 2016 17:06:54 -0700, by Mateusz Kwapich
-
check-code: add a rule banning `env -u`Fri, 06 May 2016 08:45:56 -0500, by Kevin Bullock
-
subrepo: use unset instead of env -u to fix test on BSDs (issue5229)Fri, 06 May 2016 08:41:24 -0500, by Kevin Bullock
-
graphmod: partial edge stylingWed, 04 May 2016 20:11:59 +0100, by Martijn Pieters
-
pure: write a really lazy version of pure indexObjectSun, 24 Apr 2016 14:21:38 +0300, by Maciej Fijalkowski
-
dispatch: always load extensions before running shell aliases (issue5230)Sat, 07 May 2016 14:12:23 +0100, by Jun Wu
-
httpclient: update to upstream revision 2995635573d2Mon, 09 May 2016 21:13:50 -0400, by Augie Fackler
-
crecord: call prevsibling() and nextsibling() directlyFri, 06 May 2016 19:52:21 +0800, by Anton Shestakov
-
dispatch: add fail-* family of hooksThu, 28 Apr 2016 10:37:47 -0400, by Jordi GutiƩrrez Hermoso
-
py3: make hgext/rebase.py use absolute_importFri, 06 May 2016 22:21:32 +0530, by Pulkit Goyal
-
py3: make hgext/mq.py use absolute_importFri, 06 May 2016 21:54:31 +0530, by Pulkit Goyal
-
py3: make hgext/hisedit.py use absolute_importFri, 06 May 2016 21:52:26 +0530, by Pulkit Goyal
-
py3: make hgext/hgk.py use absolute_importFri, 06 May 2016 21:50:40 +0530, by Pulkit Goyal
-
py3: make hgext/gpg.py use absolute_importFri, 06 May 2016 21:46:17 +0530, by Pulkit Goyal
-
py3: make hgext/graphlog.py use absolute_importFri, 06 May 2016 21:48:17 +0530, by Pulkit Goyal
-
import-checker: recognize relative imports from parents of current packageSat, 07 May 2016 19:59:30 +0200, by liscju
-
py3: make hgext/fetch.py use absolute_importFri, 06 May 2016 21:44:41 +0530, by Pulkit Goyal
-
tests: test-check-py3-compat.t output updatedFri, 06 May 2016 21:41:25 +0530, by Pulkit Goyal
-
revset: factor out public optimize() function from recursionMon, 02 May 2016 12:09:00 +0900, by Yuya Nishihara
-
revset: introduce temporary variables in optimize() where they look betterMon, 02 May 2016 12:47:09 +0900, by Yuya Nishihara
-
revset: construct arguments of only() against matched treeMon, 02 May 2016 11:50:48 +0900, by Yuya Nishihara
-
revset: unnest isonly() closure from optimize()Mon, 02 May 2016 11:27:26 +0900, by Yuya Nishihara
-
sslutil: stop checking for web.cacerts=! (BC)Thu, 05 May 2016 00:46:31 -0700, by Gregory Szorc
-
dispatch: stop setting web.cacerts=! to indicate --insecureThu, 05 May 2016 00:40:01 -0700, by Gregory Szorc
-
sslutil: use CA loaded state to drive validation logicThu, 05 May 2016 00:38:18 -0700, by Gregory Szorc
-
sslutil: handle ui.insecureconnections in validatorThu, 05 May 2016 00:37:28 -0700, by Gregory Szorc
-
sslutil: check for ui.insecureconnections in sslkwargsThu, 05 May 2016 00:35:45 -0700, by Gregory Szorc
-
dispatch: set ui.insecureconnections when --insecure is usedThu, 05 May 2016 00:34:22 -0700, by Gregory Szorc
-
ui: add an instance flag to hold --insecure bitThu, 05 May 2016 00:33:38 -0700, by Gregory Szorc
-
sslutil: make sslkwargs code even more explicitThu, 05 May 2016 00:32:43 -0700, by Gregory Szorc
-
sslutil: move code examining _canloaddefaultcerts out of _defaultcacertsWed, 04 May 2016 23:38:34 -0700, by Gregory Szorc
-
sslutil: further refactor sslkwargsWed, 04 May 2016 23:01:49 -0700, by Gregory Szorc
-
sslutil: document and slightly refactor sslkwargsThu, 05 May 2016 00:31:11 -0700, by Gregory Szorc
-
localrepo: remove a couple of local type aliasesFri, 06 May 2016 11:31:29 -0400, by Augie Fackler
-
cmdutil: typo fix in commentFri, 06 May 2016 14:22:17 -0400, by Augie Fackler
-
tests: add globs for WindowsThu, 05 May 2016 21:14:12 -0400, by Matt Harbison
-
chgserver: add [alias] to confighashSat, 07 May 2016 14:51:32 +0100, by Jun Wu
-
devel: use the 'config' argument for the dirstate normalisation develwarnSun, 08 May 2016 10:43:41 +0200, by Pierre-Yves David
-
devel: use the new 'config' argument for the update develwarnSun, 08 May 2016 10:43:41 +0200, by Pierre-Yves David
-
devel: use the new 'config' argument for the revset develwarnSun, 08 May 2016 10:43:41 +0200, by Pierre-Yves David
-
devel: use the new 'config' argument for the dirstate develwarnSun, 08 May 2016 10:43:41 +0200, by Pierre-Yves David
-
devel: use the new 'config' argument of the develwarn in deprecwarnSun, 08 May 2016 10:43:41 +0200, by Pierre-Yves David
-
develwarn: move config gating inside the develwarn functionSun, 08 May 2016 10:43:41 +0200, by Pierre-Yves David
-
help: fix the display for `hg help internals.revlogs` (issue5227) stableSun, 08 May 2016 22:28:09 -0400, by Matt Harbison
-
builddeb: add distroseries to tagged versions stableFri, 06 May 2016 14:09:11 -0700, by Sean Farley
-
debian: forgot to make debian/rules executable in 6b95a623ec90 stableSun, 01 May 2016 15:26:41 -0700, by Sean Farley
-
progress: stop excessive clearing (issue4801) stableFri, 06 May 2016 17:53:06 -0500, by Matt Mackall
-
chgserver: remove _clearenvaliasesFri, 06 May 2016 23:57:56 +0100, by Jun Wu
-
dispatch: defer environment variable resolution in alias commands (BC)Sat, 07 May 2016 00:16:58 +0100, by Jun Wu
-
rollback: add a config knob for entirely disabling the commandTue, 03 May 2016 16:33:25 -0400, by Augie Fackler
-
templater: add separate() template functionTue, 03 May 2016 09:49:54 -0700, by Martin von Zweigbergk
-
bookmarks: jettison bmstore's write() method per deprecation policyWed, 04 May 2016 21:01:49 -0400, by Augie Fackler
-
merge with stableThu, 05 May 2016 15:12:43 -0500, by Matt Mackall
-
deprecation: gate deprecation warning behind devel configuration stableThu, 05 May 2016 16:29:31 +0200, by Pierre-Yves David
-
crecord: update downarrowshiftevent() docstring, remove todoThu, 05 May 2016 19:51:35 +0800, by Anton Shestakov
-
crecord: remove things that don't happen in functions from their docstringsThu, 05 May 2016 19:40:40 +0800, by Anton Shestakov
-
crecord: remove skipfolded keyword argument from patchnode.previtem()Thu, 05 May 2016 18:13:25 +0800, by Anton Shestakov
-
crecord: update a copy-pasted comment in downarrowshiftevent()Thu, 05 May 2016 15:19:37 +0800, by Anton Shestakov
-
crecord: drop the version condition for amendThu, 05 May 2016 16:38:24 +0200, by Pierre-Yves David
-
crecord: add/remove blank lines (coding style)Thu, 05 May 2016 11:19:52 +0800, by Anton Shestakov
-
localrepo: jettison parents() method per deprecation policy (API)Wed, 04 May 2016 21:02:03 -0400, by Augie Fackler
-
revset: define _parsealias() in _aliasrules classSun, 17 Apr 2016 13:06:44 +0900, by Yuya Nishihara
-
revset: factor out common parsing functionSun, 17 Apr 2016 13:03:23 +0900, by Yuya Nishihara
-
revset: inline _tokenizealias() into _parsealias()Sun, 17 Apr 2016 12:57:27 +0900, by Yuya Nishihara
-
store: treat range as a generator instead of a list for py3 compatSun, 10 Apr 2016 07:28:26 +0000, by timeless
-
ui: add new config option for help text widthWed, 04 May 2016 18:18:24 +0100, by Jun Wu
-
tests: test histedit base command plan helpTue, 03 May 2016 15:26:51 +0000, by timeless
-
largefiles: makes verify batching stat calls to remoteTue, 03 May 2016 23:48:31 +0200, by liscju
-
largefiles: change basestore._verifyfile to take list of files to checkTue, 03 May 2016 23:31:32 +0200, by liscju
-
bookmarks: properly invalidate volatile sets when writing bookmarks stableWed, 04 May 2016 22:44:30 -0400, by Augie Fackler
-
test-obsolete: update extension in test to actually work stableThu, 05 May 2016 15:41:37 +0200, by Augie Fackler
-
bundle2: properly request phases during getbundle stableThu, 05 May 2016 20:57:38 +0900, by Mike Hommey
-
rebase: handle successor targets (issue5198)Mon, 11 Apr 2016 21:33:07 +0000, by timeless
-
debugbundle: add tests for debugbundle output with bundle2Wed, 04 May 2016 06:44:44 +0900, by Mike Hommey
-
revert: mention ui.origbackuppath in the command helpWed, 04 May 2016 10:46:27 -0500, by Nathan Goldbaum
-
help: wrap ".orig" in rst quotesSat, 30 Apr 2016 18:40:34 -0700, by Sean Farley
-
parser: shorten prefix of alias parsing errorsSun, 17 Apr 2016 12:31:06 +0900, by Yuya Nishihara
-
parser: rephrase "'$' not for alias arguments" messageSun, 17 Apr 2016 12:20:57 +0900, by Yuya Nishihara
-
debugbundle: handle the --all option for bundle2Mon, 18 Apr 2016 17:54:02 +0900, by Mike Hommey
-
manifest: improve filesnotin performance by using lazymanifest diffMon, 02 May 2016 15:22:16 -0700, by Tony Tung
-
keyword: replace use of _filerev with _filenodeTue, 19 Apr 2016 11:00:15 +0100, by Christian Ebert
-
merge with stableTue, 03 May 2016 10:41:17 -0500, by Matt Mackall
-
convert: pass absolute paths to git (SEC) stable 3.8.1Wed, 06 Apr 2016 22:57:46 -0500, by Blake Burkhart
-
rebase: restrict rebase destination to the pulled set (issue5214) stableSat, 30 Apr 2016 18:39:39 +0200, by Pierre-Yves David
-
destutil: add the ability to specify a search space for rebase destination stableSat, 30 Apr 2016 18:41:08 +0200, by Pierre-Yves David
-
sslutil: restore old behavior not requiring a hostname argument (issue5210) stableSat, 30 Apr 2016 09:26:47 -0700, by Gregory Szorc
-
ubuntu-xenial: add makefile rule to build deb stableWed, 27 Apr 2016 00:18:18 -0700, by Sean Farley
-
osx: create a modern package including manpages stableWed, 27 Apr 2016 10:20:36 -0500, by Kevin Bullock
-
tests: add test for Mac OS X package construction stableMon, 18 Apr 2016 23:59:55 -0400, by Augie Fackler
-
osx: add support for dumping built dmg into OUTPUTDIR stableMon, 18 Apr 2016 23:57:22 -0400, by Augie Fackler
-
verify: don't init subrepo when missing one is referenced (issue5128) (API) stableWed, 27 Apr 2016 22:45:52 -0400, by Matt Harbison
-
setup: detect Python DLL filename from loaded DLL stableThu, 28 Apr 2016 08:52:13 -0700, by Gregory Szorc
-
exewrapper: add .dll to LoadLibrary() argument stableWed, 27 Apr 2016 09:23:39 -0700, by Gregory Szorc
-
update: correct description of --check option stableWed, 27 Apr 2016 14:02:54 -0700, by Martin von Zweigbergk
-
chg: initialize sockdirfd to -1 instead of AT_FDCWD stableSun, 24 Apr 2016 21:35:30 +0900, by Yuya Nishihara
-
bdiff: further restrain potential quadratic performance stableFri, 22 Apr 2016 13:38:02 -0500, by Matt Mackall
-
bdiff: balance recursion to avoid quadratic behavior (issue4704) stableThu, 21 Apr 2016 22:04:11 -0500, by Matt Mackall
-
bdiff: fold in shift calculation in normalize stableThu, 21 Apr 2016 21:46:31 -0500, by Matt Mackall
-
tests: test-lock-badness.t message could come later stableThu, 01 Jan 1970 00:00:00 +0000, by timeless
-
dockerdeb: pass the rest of the args to the builder script stableSat, 23 Apr 2016 12:47:57 -0700, by Sean Farley
-
make: use shell-command assignment instead of $(eval ...) stableThu, 21 Apr 2016 10:11:20 -0400, by Augie Fackler
-
make: do assignment and export in a single statement stableThu, 21 Apr 2016 10:10:48 -0400, by Augie Fackler
-
make: alter how we compute compiler flags for setup.py stableThu, 21 Apr 2016 10:05:14 -0400, by Augie Fackler
-
revset: unindent "if True" block in sort() stableSat, 23 Apr 2016 16:11:05 +0900, by Yuya Nishihara
-
revset: make sort() do dumb multi-pass sorting for multiple keys (issue5218) stableSat, 23 Apr 2016 16:09:30 +0900, by Yuya Nishihara