Wed, 25 May 2016 19:52:02 -0700 |
Gregory Szorc |
sslutil: move sslkwargs logic into internal function (API)
|
Wed, 25 May 2016 19:43:22 -0700 |
Gregory Szorc |
sslutil: remove ui from sslkwargs (API)
|
Wed, 25 May 2016 16:09:07 -0700 |
Mateusz Kwapich |
dirstate: remove file from copymap on drop
|
Thu, 26 May 2016 02:35:44 +0000 |
timeless |
run-tests: use json.dumps(separators=)
|
Thu, 26 May 2016 01:57:34 +0900 |
FUJIWARA Katsunori |
debugignore: make messages translatable
|
Thu, 26 May 2016 01:57:34 +0900 |
FUJIWARA Katsunori |
grep: make a message translatable
|
Thu, 26 May 2016 01:57:34 +0900 |
FUJIWARA Katsunori |
subrepo: make a message translatable
|
Thu, 26 May 2016 01:57:34 +0900 |
FUJIWARA Katsunori |
merge: make messages translatable
|
Thu, 26 May 2016 01:57:34 +0900 |
FUJIWARA Katsunori |
httppeer: make a message translatable
|
Thu, 26 May 2016 01:57:34 +0900 |
FUJIWARA Katsunori |
notify: make a message translatable
|
Thu, 26 May 2016 01:57:34 +0900 |
FUJIWARA Katsunori |
gpg: make a message translatable
|
Mon, 23 May 2016 14:09:50 -0700 |
Martijn Pieters |
revset: use getargsdict for sort()
|
Wed, 25 May 2016 15:32:35 -0500 |
Matt Mackall |
merge with stable
|
Thu, 12 May 2016 22:29:05 -0400 |
Augie Fackler |
changegroup: extract method that sorts nodes to send
|
Wed, 11 May 2016 23:24:41 +0000 |
timeless |
hg: disable demandimport for py3
|
Sun, 15 May 2016 10:48:05 +0900 |
Yuya Nishihara |
tests: enable import checker for all python files (including no .py files)
|
Sun, 15 May 2016 10:45:32 +0900 |
Yuya Nishihara |
tests: make 'f' utility import hashlib unconditionally
|
Sun, 15 May 2016 10:41:01 +0900 |
Yuya Nishihara |
tests: fix typo of shebang prefix in test-check-pyflakes.t
|
Sun, 15 May 2016 10:40:26 +0900 |
Yuya Nishihara |
hghave: silence future pyflakes warning of unused import
|
Sun, 15 May 2016 10:39:44 +0900 |
Yuya Nishihara |
tests: remove unused import from 'f' utility
|
Tue, 24 May 2016 23:36:27 +0200 |
liscju |
bookmarks: allow pushing active bookmark on new remote head (issue5236)
stable
|
Sun, 15 May 2016 11:50:49 -0700 |
Gregory Szorc |
sslutil: remove redundant check of sslsocket.cipher()
|
Sun, 15 May 2016 11:38:38 -0700 |
Gregory Szorc |
sslutil: convert socket validation from a class to a function (API)
|
Sun, 15 May 2016 11:32:11 -0700 |
Gregory Szorc |
sslutil: store and use hostname and ui in socket instance
|
Sun, 15 May 2016 11:25:07 -0700 |
Gregory Szorc |
sslutil: use a dict for hanging hg state off the wrapped socket
|
Thu, 05 May 2016 19:10:18 -0700 |
Gregory Szorc |
sslutil: require serverhostname argument (API)
|
Wed, 18 May 2016 16:37:32 -0500 |
Matt Mackall |
annotate: optimize line counting
|
Mon, 16 May 2016 14:21:39 -0700 |
Gregory Szorc |
purge: use opts.get()
|
Wed, 11 May 2016 15:20:25 +0000 |
timeless |
test-run-tests: clean up inuse server eagerly
|
Wed, 11 May 2016 16:40:16 +0000 |
timeless |
tests: refactor run-tests helpers
|
Wed, 11 May 2016 04:49:27 +0000 |
timeless |
tests: silence test-repo obsolete warning
|
Mon, 09 May 2016 10:05:32 +0200 |
liscju |
largefiles: send statlfile remote calls only for nonexisting locally files
|
Mon, 16 May 2016 21:18:59 +0000 |
timeless |
check-code: reject .next(...)
|
Mon, 16 May 2016 21:30:53 +0000 |
timeless |
py3: convert to next() function
|
Mon, 16 May 2016 21:30:32 +0000 |
timeless |
revset: rename variable to avoid shadowing with builtin next() function
|
Fri, 06 May 2016 18:12:36 -0700 |
Sean Farley |
histedit: add experimental config for using the first word of the commit
|
Fri, 06 May 2016 18:00:03 -0700 |
Sean Farley |
histedit: add optional parameter for determining intial editor line
|
Sat, 14 May 2016 14:16:43 +0900 |
Yuya Nishihara |
tests: enable import checker for all **.py files
|
Sat, 14 May 2016 14:33:45 +0900 |
Yuya Nishihara |
py3: make contrib/import-checker.py get along with itself
|
Sat, 14 May 2016 14:23:04 +0900 |
Yuya Nishihara |
py3: make contrib/revsetbenchmarks.py not import symbols from stdlib modules
|
Sat, 14 May 2016 14:18:15 +0900 |
Yuya Nishihara |
py3: make contrib/bdiff-torture.py conform to our import style
|
Sat, 14 May 2016 13:39:33 +0900 |
Yuya Nishihara |
import-checker: extend check of symbol-import order to all local modules
|
Sat, 14 May 2016 13:20:13 +0900 |
Yuya Nishihara |
import-checker: always build a list of imported symbols
|
Sat, 14 May 2016 13:49:46 +0900 |
Yuya Nishihara |
import-checker: fix test to make a real package
|
Sat, 14 May 2016 14:03:12 +0900 |
Yuya Nishihara |
py3: move up symbol imports to enforce import-checker rules
|
Thu, 19 May 2016 00:20:38 +0900 |
FUJIWARA Katsunori |
util: make copyfile avoid ambiguity of file stat if needed
|
Thu, 19 May 2016 00:20:38 +0900 |
FUJIWARA Katsunori |
vfs: make rename avoid ambiguity of file stat if needed
|
Thu, 19 May 2016 00:20:38 +0900 |
FUJIWARA Katsunori |
vfs: make atomictempfile avoid ambiguity of file stat if needed
|
Thu, 19 May 2016 00:20:38 +0900 |
FUJIWARA Katsunori |
util: make atomictempfile avoid ambiguity of file stat if needed
|
Thu, 19 May 2016 00:20:37 +0900 |
FUJIWARA Katsunori |
util: add filestat class to detect ambiguity of file stat
|
Thu, 05 May 2016 23:17:19 +0000 |
timeless |
run-tests: handle json.dumps divergence
|
Tue, 10 May 2016 22:52:26 +0000 |
timeless |
tests: use debuginstall to retrieve hg version
|
Tue, 10 May 2016 22:45:45 +0000 |
timeless |
debuginstall: add mercurial version
|
Thu, 12 May 2016 06:13:59 -0700 |
Laurent Charignon |
strip: invalidate phase cache after stripping changeset (issue5235)
stable
|
Mon, 16 May 2016 04:31:20 +0530 |
Pulkit Goyal |
py3: make tests/svn-safe-append.py use absolute_import
|
Mon, 16 May 2016 04:28:22 +0530 |
Pulkit Goyal |
py3: make tests/test-atomictempfile.py use absolute_import
|
Mon, 16 May 2016 04:08:17 +0530 |
Pulkit Goyal |
py3: tests/test-check-py3-compat.t output updated
|
Tue, 17 May 2016 05:32:36 +0530 |
Pulkit Goyal |
py3: use setattr() to assign new class attribute
|
Wed, 11 May 2016 14:18:52 -0700 |
Mateusz Kwapich |
localrepo: use dirstate savebackup instead of handling dirstate file manually
|
Fri, 13 May 2016 13:30:08 -0700 |
Mateusz Kwapich |
localrepo: use dirstate restorebackup instead of copying dirstate manually
|