mercurial at 25162: 26 new changesets

Mercurial Commits hg at intevation.org
Mon May 18 18:15:38 UTC 2015


26 new changesets in mercurial:

http://selenic.com/repo/hg//rev/85fc79707cb2
changeset:   25137:85fc79707cb2
user:        Augie Fackler <augie at google.com>
date:        Mon May 18 11:36:33 2015 -0400
summary:     check-commit: print limit when user has a too-long summary

http://selenic.com/repo/hg//rev/0d6b64fbb5ba
changeset:   25138:0d6b64fbb5ba
user:        Pierre-Yves David <pierre-yves.david at fb.com>
date:        Sun May 17 17:27:10 2015 -0700
summary:     patch: remove duplicated import of cStringIO

http://selenic.com/repo/hg//rev/6d3079e9b53f
changeset:   25139:6d3079e9b53f
user:        Pierre-Yves David <pierre-yves.david at fb.com>
date:        Sun May 17 17:36:26 2015 -0700
summary:     check-code: remove the check for os.path.relpath

http://selenic.com/repo/hg//rev/317333e0793c
changeset:   25140:317333e0793c
user:        Pierre-Yves David <pierre-yves.david at fb.com>
date:        Sun May 17 17:40:26 2015 -0700
summary:     check-code: fix the error message about 'class foo():'

http://selenic.com/repo/hg//rev/3ea8d6b5e665
changeset:   25141:3ea8d6b5e665
user:        Pierre-Yves David <pierre-yves.david at fb.com>
date:        Sun May 17 17:45:47 2015 -0700
summary:     check-code: drop the 'isdisjoint' ban

http://selenic.com/repo/hg//rev/24140873ca4c
changeset:   25142:24140873ca4c
user:        Pierre-Yves David <pierre-yves.david at fb.com>
date:        Sun May 17 17:47:42 2015 -0700
summary:     check-code: lift the ban on 'next()'

http://selenic.com/repo/hg//rev/91c49621b2b8
changeset:   25143:91c49621b2b8
user:        Pierre-Yves David <pierre-yves.david at fb.com>
date:        Sun May 17 17:54:58 2015 -0700
summary:     _revancestors: use 'next' to remove the verbose try except clauses

http://selenic.com/repo/hg//rev/81a395447b34
changeset:   25144:81a395447b34
user:        Pierre-Yves David <pierre-yves.david at fb.com>
date:        Sun May 17 17:58:39 2015 -0700
summary:     revset: use 'next()' to detect end of iteration in 'limit'

http://selenic.com/repo/hg//rev/3553163bb736
changeset:   25145:3553163bb736
user:        Pierre-Yves David <pierre-yves.david at fb.com>
date:        Sun May 17 18:00:38 2015 -0700
summary:     revset: use 'next()' to detect end of iteration in 'last'

http://selenic.com/repo/hg//rev/f542a2c89b60
changeset:   25146:f542a2c89b60
user:        Pierre-Yves David <pierre-yves.david at fb.com>
date:        Sun May 17 18:06:09 2015 -0700
summary:     generatorset: use 'next()' to simplify the code

http://selenic.com/repo/hg//rev/fb7b9a765bb9
changeset:   25147:fb7b9a765bb9
user:        Pierre-Yves David <pierre-yves.david at fb.com>
date:        Sun May 17 18:11:02 2015 -0700
summary:     walkchangerevs: replace try/except with 'next'

http://selenic.com/repo/hg//rev/3b5cd6f13dcc
changeset:   25148:3b5cd6f13dcc
user:        Augie Fackler <augie at google.com>
date:        Sat May 16 14:31:03 2015 -0400
summary:     check-code: un-ban any() now that we're on 2.6

http://selenic.com/repo/hg//rev/3f0744eeaeaf
changeset:   25149:3f0744eeaeaf
user:        Augie Fackler <augie at google.com>
date:        Sat May 16 14:30:07 2015 -0400
summary:     cleanup: use __builtins__.any instead of util.any

http://selenic.com/repo/hg//rev/d28cc89d92f0
changeset:   25150:d28cc89d92f0
user:        Augie Fackler <augie at google.com>
date:        Sat May 16 14:34:04 2015 -0400
summary:     check-code: un-ban __builtins__.all now that we're on 2.6

http://selenic.com/repo/hg//rev/6eb4bdad198f
changeset:   25151:6eb4bdad198f
user:        Augie Fackler <augie at google.com>
date:        Sat May 16 14:34:19 2015 -0400
summary:     cleanup: use __builtins__.all instead of util.all

http://selenic.com/repo/hg//rev/ac2e66f481c9
changeset:   25152:ac2e66f481c9
user:        Augie Fackler <augie at google.com>
date:        Sat May 16 14:37:24 2015 -0400
summary:     util: drop any() and all() polyfills

http://selenic.com/repo/hg//rev/1929d9c84028
changeset:   25153:1929d9c84028
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Mon May 18 11:37:29 2015 -0400
summary:     test-treemanifest: add globs for Windows

http://selenic.com/repo/hg//rev/7b3feaa1ee3f
changeset:   25154:7b3feaa1ee3f
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Mon May 18 11:43:10 2015 -0400
summary:     test-import: update for no-execbit platforms with 1ef96a3b8b89

http://selenic.com/repo/hg//rev/6ab5a1c9ea3c
changeset:   25155:6ab5a1c9ea3c
user:        Augie Fackler <augie at google.com>
date:        Sun May 17 21:15:04 2015 -0400
summary:     run-tests: drop wifexited polyfill

http://selenic.com/repo/hg//rev/c87257002598
changeset:   25156:c87257002598
user:        Augie Fackler <augie at google.com>
date:        Sun May 17 21:15:45 2015 -0400
summary:     run-tests: drop subprocess _cleanup monkeypatch

http://selenic.com/repo/hg//rev/a8d22895a575
changeset:   25157:a8d22895a575
user:        Augie Fackler <augie at google.com>
date:        Sun May 17 21:12:33 2015 -0400
summary:     run-tests: introduce PYTHON3 boolean constant (issue4668)

http://selenic.com/repo/hg//rev/3906b9783cd9
changeset:   25158:3906b9783cd9
user:        Augie Fackler <augie at google.com>
date:        Sun May 17 21:17:13 2015 -0400
summary:     run-tests: prefer PYTHON3 constant to many version_info checks (issue4668)

http://selenic.com/repo/hg//rev/138dc8381049
changeset:   25159:138dc8381049
user:        Augie Fackler <augie at google.com>
date:        Sun May 17 21:18:56 2015 -0400
summary:     run-tests: move all open-coded sys.version_info checks to PYTHON3 (issue4668)

http://selenic.com/repo/hg//rev/fefc72523491
changeset:   25160:fefc72523491
user:        Augie Fackler <augie at google.com>
date:        Sun May 17 21:26:04 2015 -0400
summary:     run-tests: insist that if people use Python 3, they use 3.5.x

http://selenic.com/repo/hg//rev/4d30467d944e
changeset:   25161:4d30467d944e
user:        Augie Fackler <augie at google.com>
date:        Sun May 17 21:40:12 2015 -0400
summary:     run-tests: move unicode-to-bytes operations on paths to a helper (issue4667)

http://selenic.com/repo/hg//rev/153b9c5235c2
changeset:   25162:153b9c5235c2
bookmark:    @
tag:         tip
user:        Augie Fackler <augie at google.com>
date:        Sun May 17 21:47:18 2015 -0400
summary:     run-tests: replace open-coded .decode()s on paths with a helper (issue4667)

-- 
Repository URL: http://selenic.com/repo/hg/


More information about the Mercurial-devel mailing list