log

age author description
Mon, 13 Jun 2016 22:38:54 +0100 Kostia Balytskyi rebase: move local variable 'target' to the RR class
Mon, 13 Jun 2016 22:36:13 +0100 Kostia Balytskyi rebase: introduce a rebaseruntime (RR) class
Wed, 15 Jun 2016 21:36:31 +0100 Jun Wu chg: change default connect timeout to 60 seconds
Tue, 14 Jun 2016 18:14:42 -0700 Durham Goode tests: increase test-https malform error glob
Tue, 14 Jun 2016 11:21:41 +0200 liscju largefiles: make storefactory._openstore public
Mon, 13 Jun 2016 23:50:26 +0200 liscju bookmarks: abort 'push -B .' when no active bookmark
Mon, 13 Jun 2016 05:11:56 +0900 FUJIWARA Katsunori transaction: avoid ambiguity of file stat at restoring from backup
Mon, 13 Jun 2016 05:11:56 +0900 FUJIWARA Katsunori localrepo: make restoring from backup at rollback avoid ambiguity of file stat
Mon, 13 Jun 2016 05:11:56 +0900 FUJIWARA Katsunori dirstate: make restoring from backup avoid ambiguity of file stat
Sat, 11 Jun 2016 20:59:49 +0200 Denis Laxalde tests: drop a duplicated instruction
Tue, 14 Jun 2016 14:52:58 -0500 Matt Mackall merge with stable
Mon, 13 Jun 2016 18:20:00 +0100 Martijn Pieters revset: add new topographical sort
Mon, 13 Jun 2016 18:20:00 +0100 Martijn Pieters revset: move groupbranchiter over from graphmod
Tue, 14 Jun 2016 11:05:36 +0100 Martijn Pieters revset: record if a set is in topographical order
Mon, 13 Jun 2016 21:30:14 +0100 Jun Wu chg: make timeout adjustable
Sat, 11 Jun 2016 20:25:49 +0100 Jun Wu chg: exec pager in child process
Mon, 13 Jun 2016 13:16:17 +0100 Jun Wu tests: move chg pager test to test-pager.t
Fri, 10 Jun 2016 00:13:23 -0400 Augie Fackler util: drop local aliases for md5, sha1, sha256, and sha512
Fri, 10 Jun 2016 00:12:33 -0400 Augie Fackler cleanup: replace uses of util.(md5|sha1|sha256|sha512) with hashlib.\1
Fri, 10 Jun 2016 00:25:07 -0400 Augie Fackler pathencode: use hashlib.sha1 directly instead of indirecting through util
Fri, 10 Jun 2016 00:10:34 -0400 Augie Fackler revlog: use hashlib.sha1 directly instead of through util
Fri, 10 Jun 2016 00:10:06 -0400 Augie Fackler store: use hashlib.sha1 directly instead of through util
Fri, 10 Jun 2016 00:14:43 -0400 Augie Fackler similar: delete extra newline at EOF
Fri, 10 Jun 2016 00:14:10 -0400 Augie Fackler scmutil: delete extra newline at EOF
Wed, 08 Jun 2016 16:18:43 +0100 Martijn Pieters graphmod: avoid sorting when already sorted
Tue, 07 Jun 2016 20:29:54 -0700 Gregory Szorc sslutil: per-host config option to define certificates
Fri, 27 May 2016 23:18:38 +0900 Yuya Nishihara tests: add basic tests for SMTP over SSL
Fri, 27 May 2016 22:43:47 +0900 Yuya Nishihara tests: add dummy SMTP daemon for SSL tests
Fri, 27 May 2016 22:40:09 +0900 Yuya Nishihara tests: extract SSL certificates from test-https.t
Tue, 31 May 2016 21:49:49 +0900 Yuya Nishihara check-code: make 'ls' pattern less invasive
Tue, 07 Jun 2016 08:32:33 +0200 Henrik Stuart largefiles: fix support for local largefiles while using share extension stable
Thu, 09 Jun 2016 13:47:42 -0500 Matt Mackall merge with stable
Tue, 07 Jun 2016 11:57:11 +0200 Denis Laxalde crecord: drop unused "operation" parameter from filterpatch function
Tue, 07 Jun 2016 10:37:19 +0200 Denis Laxalde patch: define full messages for interactive record/revert
Wed, 01 Jun 2016 15:16:38 +0200 Denis Laxalde hgweb: remove unused code in annotate web command
Sat, 04 Jun 2016 14:38:00 +0530 Pulkit Goyal py3: conditionalize cPickle import by adding in util
Thu, 02 Jun 2016 17:11:32 -0500 Matt Mackall bdiff: remove effectively dead code stable
Thu, 02 Jun 2016 17:09:06 -0500 Matt Mackall bdiff: extend matches across popular lines stable
Fri, 03 Jun 2016 21:49:26 +0900 Yuya Nishihara test-revset: fix test vector for ordering issue of matching()
Fri, 20 May 2016 01:42:04 +0200 liscju largefiles: rename match_ to matchmod import in lfutil
Thu, 12 May 2016 11:49:23 +0200 liscju largefiles: rename match_ to matchmod import in reposetup
Thu, 12 May 2016 11:48:39 +0200 liscju largefiles: rename match_ to matchmod import in overrides
Thu, 12 May 2016 11:36:51 +0200 liscju largefiles: rename match_ to matchmod import in lfcommands
Tue, 10 May 2016 15:20:04 +0200 liscju py3: make largefiles/wirestore.py use absolute_import
Tue, 10 May 2016 15:14:41 +0200 liscju py3: make largefiles/uisetup.py use absolute_import
Tue, 10 May 2016 15:04:22 +0200 liscju py3: make largefiles/reposetup.py use absolute_import
Tue, 10 May 2016 15:00:22 +0200 liscju py3: make largefiles/remotestore.py use absolute_import
Tue, 10 May 2016 14:41:58 +0200 liscju py3: make largefiles/proto.py use absolute_import
Tue, 10 May 2016 14:26:36 +0200 liscju py3: make largefiles/overrides.py use absolute_import
Tue, 10 May 2016 14:20:51 +0200 liscju py3: make largefiles/localstore.py use absolute_import
Tue, 10 May 2016 15:09:22 +0200 liscju py3: make largefiles/lfutil.py use absolute_import
Sat, 07 May 2016 15:44:46 +0200 liscju py3: make largefiles/lfcommands.py use absolute_import
Fri, 06 May 2016 14:30:23 +0200 liscju py3: make largefiles/basestore.py use absolute_import
Fri, 06 May 2016 14:28:32 +0200 liscju py3: make largefiles/__init__.py use absolute_import
Sat, 04 Jun 2016 16:53:44 +0200 liscju largefiles: move basestore._openstore into new module to remove cycle
Thu, 02 Jun 2016 22:39:01 +0100 Kostia Balytskyi revset: make filteredset.__nonzero__ respect the order of the filteredset
Fri, 03 Jun 2016 00:44:20 +0900 FUJIWARA Katsunori phases: make writing phaseroots file out avoid ambiguity of file stat
Fri, 03 Jun 2016 00:44:20 +0900 FUJIWARA Katsunori dirstate: make writing branch file out avoid ambiguity of file stat
Fri, 03 Jun 2016 00:44:20 +0900 FUJIWARA Katsunori dirstate: make writing dirstate file out avoid ambiguity of file stat
Fri, 03 Jun 2016 00:44:20 +0900 FUJIWARA Katsunori bookmarks: make writing files out avoid ambiguity of file stat
Fri, 03 Jun 2016 00:44:20 +0900 FUJIWARA Katsunori transaction: avoid ambiguity of file stat at closing transaction
Fri, 03 Jun 2016 00:44:20 +0900 FUJIWARA Katsunori util: add __ne__ to filestat class for consistency
Sat, 16 Apr 2016 16:01:24 -0700 Pierre-Yves David style: remove namespace class
Sat, 16 Apr 2016 15:59:30 -0700 Pierre-Yves David style: don't use capital letter for constant
Thu, 02 Jun 2016 16:18:44 -0700 Danek Duvall tests-subrepo-git: use "f" to dump pwned.txt, for portability stable
Wed, 01 Jun 2016 21:40:52 +0200 Mads Kiilerich bundle2: don't assume ordering of heads checked after push stable
Sat, 04 Jun 2016 11:16:08 -0700 Gregory Szorc sslutil: print the fingerprint from the last hash used
Tue, 31 May 2016 19:21:08 -0700 Gregory Szorc sslutil: make cert fingerprints messages more actionable
Mon, 30 May 2016 15:43:03 -0700 Gregory Szorc sslutil: refactor code for fingerprint matching
Mon, 30 May 2016 15:42:39 -0700 Gregory Szorc sslutil: print SHA-256 fingerprint by default
Mon, 30 May 2016 13:15:53 -0700 Gregory Szorc sslutil: move and change warning when cert verification is disabled
Wed, 01 Jun 2016 19:57:20 -0700 Gregory Szorc sslutil: add devel.disableloaddefaultcerts to disable CA loading
Mon, 30 May 2016 11:20:31 -0700 Gregory Szorc sslutil: store flag for whether cert verification is disabled
Mon, 30 May 2016 11:19:43 -0700 Gregory Szorc sslutil: remove "strict" argument from validatesocket()
Sat, 04 Jun 2016 11:13:28 -0700 Gregory Szorc mail: unsupport smtp.verifycert (BC)
Tue, 05 Apr 2016 07:30:01 +0200 liscju update: fix bare --clean to work on new branch (issue5003) (BC)
Fri, 03 Jun 2016 15:55:07 +0200 Denis Laxalde revert: use "discard"/"revert" verb when reverting interactively (issue5143)
Tue, 05 Apr 2016 01:35:58 +0000 timeless run-tests: add support for RTUNICODEPEDANTRY environment variable
Fri, 27 May 2016 05:24:45 +0000 timeless obsolete: fix grammar
Sun, 03 Apr 2016 20:49:30 +0000 timeless tests: add run-test .testtimes basic testing
Tue, 31 May 2016 21:02:30 +0900 FUJIWARA Katsunori check-code: make repquote distinguish more characters for exact detection
Tue, 31 May 2016 21:02:30 +0900 FUJIWARA Katsunori check-code: centralize rules depending on implementation of repquote
Tue, 31 May 2016 21:02:30 +0900 FUJIWARA Katsunori check-code: use fixedmap for replacement of space characters
Tue, 31 May 2016 20:58:10 +0900 FUJIWARA Katsunori check-code: replace quoted characters correctly
Sat, 21 May 2016 21:43:29 +0900 Yuya Nishihara test-chg: add basic tests for server lifecycle
Sun, 20 Mar 2016 14:59:03 -0700 Yuya Nishihara test-chg: run only with chg
Thu, 26 May 2016 17:36:44 -0700 Mateusz Kwapich distate: add assertions to backup functions
Wed, 01 Jun 2016 15:48:38 -0500 Matt Mackall Added signature for changeset a9764ab80e11 stable
Wed, 01 Jun 2016 15:48:30 -0500 Matt Mackall Added tag 3.8.3 for changeset a9764ab80e11 stable
Tue, 24 May 2016 13:29:53 -0700 Mateusz Kwapich shelve: use backup functions instead of manually copying dirstate
Wed, 25 May 2016 16:36:16 -0700 Mateusz Kwapich dirstate: don't use actualfilename to name the backup file
Sat, 28 May 2016 12:58:46 -0700 Gregory Szorc sslutil: reference appropriate config section in messaging
Sat, 28 May 2016 12:37:36 -0700 Gregory Szorc sslutil: allow fingerprints to be specified in [hostsecurity]
Wed, 09 Mar 2016 19:55:45 +0000 timeless debuginstall: expose modulepolicy
Sat, 14 May 2016 19:52:00 +0900 Yuya Nishihara revset: define table of sort() key functions
Sat, 14 May 2016 19:46:18 +0900 Yuya Nishihara revset: factor out reverse flag of sort() key
Sat, 28 May 2016 12:29:59 -0700 Gregory Szorc tests: don't save host fingerprints in hgrc
Sat, 28 May 2016 11:58:28 -0700 Gregory Szorc sslutil: calculate host fingerprints from additional algorithms
Sat, 28 May 2016 12:57:28 -0700 Gregory Szorc util: add sha256
Sat, 28 May 2016 12:53:33 -0700 Gregory Szorc sslutil: move CA file processing into _hostsettings()
Sat, 28 May 2016 11:41:21 -0700 Gregory Szorc sslutil: move SSLContext.verify_mode value into _hostsettings
Sat, 28 May 2016 11:12:02 -0700 Gregory Szorc sslutil: introduce a function for determining host-specific settings
Fri, 27 May 2016 15:20:03 -0700 Danek Duvall tests-subrepo-git: emit a different "pwned" message based on the test stable 3.8.3
Fri, 27 May 2016 15:10:38 -0700 Danek Duvall tests-subrepo-git: make the "pwned" message output in a stable order stable
Fri, 27 May 2016 11:14:29 -0700 Danek Duvall test-cache-abuse: correct for different hunk headers between Solaris and GNU stable
Fri, 27 May 2016 21:24:05 +0200 Javi Merino lazymanifest: fix typo s/typles/tuples/ stable
Wed, 25 May 2016 19:57:31 -0700 Gregory Szorc sslutil: remove sslkwargs() (API)
Wed, 25 May 2016 19:57:02 -0700 Gregory Szorc url: remove use of sslkwargs
Wed, 25 May 2016 19:56:20 -0700 Gregory Szorc mail: remove use of sslkwargs
Wed, 25 May 2016 19:54:06 -0700 Gregory Szorc httpconnection: remove use of sslkwargs
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
Fri, 13 May 2016 13:28:09 -0700 Mateusz Kwapich dirstate: add prefix and suffix arguments to backup
Wed, 20 Apr 2016 19:55:59 +0000 timeless tests: mark test-atomictempfile.py write as binary
Wed, 20 Apr 2016 19:53:01 +0000 timeless tests: mark test-context.py write as binary
Thu, 05 May 2016 16:20:53 +0200 Pierre-Yves David transaction: turn lack of locking into a hard failure (API)
Thu, 05 May 2016 16:13:22 +0200 Pierre-Yves David test: extract develwarn transaction testing in its own command
Mon, 16 May 2016 16:41:26 +0100 Martijn Pieters graphmod: update edgemap in-place
Fri, 06 May 2016 19:24:25 +0000 timeless tests: test-archive.t use mercurial.util for urllib compat
Fri, 06 May 2016 19:19:12 +0000 timeless tests: test-archive.t use sys.stdout.buffer for binary output in py3
Thu, 19 May 2016 14:35:22 -0700 Mateusz Kwapich localrepo: prevent executable-bit only changes from being lost on amend stable
Sat, 21 May 2016 02:48:51 +0900 FUJIWARA Katsunori tests: escape bytes setting MSB in input of grep for portability stable
Fri, 06 May 2016 19:17:49 +0000 timeless tests: test-archive.t use absolute_import
Fri, 06 May 2016 19:16:16 +0000 timeless tests: test-archive.t use open() instead of file() for py3 compat
Fri, 06 May 2016 19:15:37 +0000 timeless tests: test-archive.t use print_function
Tue, 17 May 2016 11:28:46 -0500 Matt Mackall merge with stable
Wed, 11 May 2016 01:56:59 +0000 timeless readlink: use print_function
Fri, 06 May 2016 01:15:07 +0000 timeless tests: test-addremove-similar.t use print() for py3
Fri, 06 May 2016 00:45:31 +0000 timeless tests: add coverage for run-tests.py --whitelist
Tue, 05 Apr 2016 01:35:36 +0000 timeless hg: limit HGUNICODEPEDANTRY to py2
Fri, 13 May 2016 02:58:15 +0530 Pulkit Goyal py3: make i18n/hggettext use print_function
Fri, 13 May 2016 02:56:13 +0530 Pulkit Goyal py3: make i18n/hggettext use absolute_import
Fri, 13 May 2016 02:41:35 +0530 Pulkit Goyal py3: make doc/docchecker use print_function
Fri, 13 May 2016 02:40:39 +0530 Pulkit Goyal py3: make doc/docchecker use absolute_import
Fri, 13 May 2016 02:23:45 +0530 Pulkit Goyal py3: make contrib/undumprevlog use absolute_import
Fri, 13 May 2016 02:16:32 +0530 Pulkit Goyal py3: make contrib/dumprevlog use print_function
Fri, 13 May 2016 02:14:49 +0530 Pulkit Goyal py3: make contrib/dumprevlog use absolute_import
Fri, 13 May 2016 02:13:14 +0530 Pulkit Goyal py3: make contrib/check-commit use print_function
Fri, 13 May 2016 02:11:57 +0530 Pulkit Goyal py3: make contrib/check-commit use absolute_import
Thu, 12 May 2016 01:03:19 +0100 Jun Wu hgcia: remove hgcia (BC)
Fri, 13 May 2016 03:31:07 +0530 Pulkit Goyal py3: make tests/hghave use absolute_import
Fri, 13 May 2016 03:28:44 +0530 Pulkit Goyal py3: make tests/f use absolute_import
Fri, 13 May 2016 03:26:28 +0530 Pulkit Goyal py3: make tests/dummyssh use absolute_import
Fri, 13 May 2016 03:18:04 +0530 Pulkit Goyal py3: make raise statement python3 compatible
Mon, 16 May 2016 17:21:25 -0500 Matt Mackall Added signature for changeset aaabed77791a stable
Mon, 16 May 2016 17:21:19 -0500 Matt Mackall Added tag 3.8.2 for changeset aaabed77791a stable
Fri, 13 May 2016 07:19:59 +0900 FUJIWARA Katsunori help: search section of help topic by translated section name correctly stable 3.8.2
Fri, 13 May 2016 07:19:59 +0900 FUJIWARA Katsunori patch: show lower-ed translated message correctly stable
Fri, 13 May 2016 03:09:30 +0530 Pulkit Goyal py3: make i18n/posplit use print_function
Fri, 13 May 2016 03:08:46 +0530 Pulkit Goyal py3: make i18n/posplit use absolute_import
Thu, 12 May 2016 09:39:14 -0400 Augie Fackler wireproto: optimize handling of large batch responses
Thu, 05 May 2016 19:32:51 +0200 Pierre-Yves David cleanup: replace False identity testing with an explicit token object
Wed, 11 May 2016 09:31:47 +0200 Pierre-Yves David devel: officially deprecate dirstate.write without transaction argument
Wed, 11 May 2016 09:31:47 +0200 Pierre-Yves David devel: officially deprecate update without destination
Wed, 11 May 2016 09:34:59 +0200 Pierre-Yves David devel: fix a typo in a deprecation warning
Wed, 11 May 2016 09:31:47 +0200 Pierre-Yves David devel: officially deprecate old style revset
Wed, 11 May 2016 01:46:11 +0000 timeless check-code: handle py3 open divergence
Wed, 11 May 2016 01:44:39 +0000 timeless check-code: switch to opener
Wed, 11 May 2016 01:39:07 +0000 timeless check-code: handle range/xrange divergence
Wed, 11 May 2016 01:56:08 +0000 timeless check-code: fix py3 complaint about \NNN being invalid unicode
Thu, 05 May 2016 09:12:26 +0000 timeless hghave: switch from iteritems to items
Thu, 05 May 2016 09:07:01 +0000 timeless hghave: matchoutput needs to use bytes for regexp
Tue, 03 May 2016 12:36:44 +0900 Yuya Nishihara revset: make dagrange preserve order of input set
Thu, 05 May 2016 09:26:09 +0000 timeless tests: mark test-check-pyflakes.t as requiring hg1.0+
Thu, 05 May 2016 17:06:54 -0700 Mateusz Kwapich dirstate: make backup methods public
Fri, 06 May 2016 08:45:56 -0500 Kevin Bullock check-code: add a rule banning `env -u`
Fri, 06 May 2016 08:41:24 -0500 Kevin Bullock subrepo: use unset instead of env -u to fix test on BSDs (issue5229)
Wed, 04 May 2016 20:11:59 +0100 Martijn Pieters graphmod: partial edge styling
Sun, 24 Apr 2016 14:21:38 +0300 Maciej Fijalkowski pure: write a really lazy version of pure indexObject
Sat, 07 May 2016 14:12:23 +0100 Jun Wu dispatch: always load extensions before running shell aliases (issue5230)
Mon, 09 May 2016 21:13:50 -0400 Augie Fackler httpclient: update to upstream revision 2995635573d2
Fri, 06 May 2016 19:52:21 +0800 Anton Shestakov crecord: call prevsibling() and nextsibling() directly
Thu, 28 Apr 2016 10:37:47 -0400 Jordi GutiƩrrez Hermoso dispatch: add fail-* family of hooks
Fri, 06 May 2016 22:21:32 +0530 Pulkit Goyal py3: make hgext/rebase.py use absolute_import
Fri, 06 May 2016 21:54:31 +0530 Pulkit Goyal py3: make hgext/mq.py use absolute_import
Fri, 06 May 2016 21:52:26 +0530 Pulkit Goyal py3: make hgext/hisedit.py use absolute_import
Fri, 06 May 2016 21:50:40 +0530 Pulkit Goyal py3: make hgext/hgk.py use absolute_import
Fri, 06 May 2016 21:46:17 +0530 Pulkit Goyal py3: make hgext/gpg.py use absolute_import
Fri, 06 May 2016 21:48:17 +0530 Pulkit Goyal py3: make hgext/graphlog.py use absolute_import
Sat, 07 May 2016 19:59:30 +0200 liscju import-checker: recognize relative imports from parents of current package
Fri, 06 May 2016 21:44:41 +0530 Pulkit Goyal py3: make hgext/fetch.py use absolute_import
Fri, 06 May 2016 21:41:25 +0530 Pulkit Goyal tests: test-check-py3-compat.t output updated