Mon, 27 Jun 2016 16:16:10 +0530 |
Pulkit Goyal |
py3: conditionalize the urlparse import
|
Mon, 27 Jun 2016 15:53:38 +0530 |
Pulkit Goyal |
py3: update tests/test-check-py3-compat.t
|
Fri, 24 Jun 2016 15:21:10 +0100 |
Jun Wu |
chg: send SIGPIPE to server immediately when pager exits (issue5278)
|
Fri, 24 Jun 2016 17:06:41 +0100 |
Jun Wu |
chgserver: do not ignore SIGPIPE if pager is used
|
Fri, 24 Jun 2016 11:12:41 -0700 |
Martin von Zweigbergk |
debug: make debug{revlog,index,data} --dir not just a flag
|
Fri, 24 Jun 2016 11:25:55 -0700 |
Martin von Zweigbergk |
debugdata: disallow trailing option with -c/-m
|
Sun, 26 Jun 2016 17:16:57 +0900 |
Yuya Nishihara |
revset: get rid of redundant error checking from match()
|
Fri, 24 Jun 2016 10:32:38 +0100 |
Martijn Pieters |
share: move magic string to a constant
|
Sat, 12 Mar 2016 16:08:19 -0800 |
Gregory Szorc |
branchmap: remove unused exception variable
|
Mon, 27 Jun 2016 12:11:18 +0200 |
Henrik Stuart |
patch: allow copy information to be passed in
|
Thu, 23 Jun 2016 22:37:17 +0200 |
liscju |
largefiles: check file in the repo store before checking remotely (issue5257)
|
Mon, 27 Jun 2016 10:33:33 +0200 |
liscju |
largefiles: remove additional blank lines
|
Fri, 24 Jun 2016 09:08:16 +0200 |
liscju |
largefiles: fix misleading comments in lfutil instore and storepath
|
Sat, 25 Jun 2016 19:10:46 -0700 |
Gregory Szorc |
revset: implement match() in terms of matchany()
|
Sat, 25 Jun 2016 19:12:20 -0700 |
Gregory Szorc |
scmutil: improve documentation of revset APIs
|
Sat, 25 Jun 2016 13:52:46 -0700 |
Gregory Szorc |
mdiff: remove use of __slots__
|
Sat, 25 Jun 2016 17:40:53 -0700 |
Gregory Szorc |
i18n: use unicode literal
|
Sat, 25 Jun 2016 17:22:06 -0700 |
Gregory Szorc |
pycompat: add HTTPPasswordMgrWithDefaultRealm to Python 3 block
|
Sun, 26 Jun 2016 07:59:02 -0700 |
Gregory Szorc |
ui: path option to declare which revisions to push by default
|
Sat, 25 Jun 2016 18:35:14 -0700 |
Gregory Szorc |
ui: don't fixup [paths] sub-options
|
Sat, 25 Jun 2016 07:26:43 -0700 |
Gregory Szorc |
sslutil: abort when unable to verify peer connection (BC)
|
Sat, 25 Jun 2016 07:32:02 -0700 |
Gregory Szorc |
sslutil: remove out of place comment
|
Fri, 24 Jun 2016 11:51:00 +0200 |
liscju |
largefiles: remove additional blank line between methods in localstore
|
Thu, 23 Jun 2016 12:37:09 -0700 |
Martin von Zweigbergk |
revset: make head() honor order of subset
|
Thu, 23 Jun 2016 13:08:10 -0700 |
Martin von Zweigbergk |
revsets: use itervalues() where only values are needed
|
Thu, 23 Jun 2016 12:39:05 -0700 |
Martin von Zweigbergk |
revsets: passing a set to baseset() is not wrong
|
Fri, 24 Jun 2016 02:04:43 +0200 |
Pierre-Yves David |
pyflakes: use pycompat.pickles to prevent error
|
Tue, 21 Jun 2016 06:29:23 -0700 |
Kostia Balytskyi |
rebase: move local variable 'obsoletenotrebased' to the RR class
|
Tue, 21 Jun 2016 06:29:23 -0700 |
Kostia Balytskyi |
rebase: move restorestestatus function to be a method of the RR class
|
Tue, 21 Jun 2016 06:29:23 -0700 |
Kostia Balytskyi |
rebase: move local variables related to keeping things unchanged to the RR
|
Tue, 21 Jun 2016 06:29:23 -0700 |
Kostia Balytskyi |
rebase: move local variables 'date' and 'extrafns' to the RR class
|
Tue, 21 Jun 2016 06:29:23 -0700 |
Kostia Balytskyi |
rebase: move collapse-related local variables to the RR class
|
Tue, 21 Jun 2016 07:22:49 -0700 |
Kostia Balytskyi |
rebase: pass repo, ui and opts objects to the RR class constructor
|
Tue, 21 Jun 2016 00:50:39 +0900 |
FUJIWARA Katsunori |
check-code: build translation table for repquote in global for efficiency
|
Tue, 21 Jun 2016 00:50:39 +0900 |
FUJIWARA Katsunori |
check-code: detect "missing _() in ui message" more exactly
|
Wed, 22 Jun 2016 21:30:49 +0100 |
Jun Wu |
revlog: add a fast path for "ambiguous identifier"
|
Thu, 23 Jun 2016 20:45:37 -0400 |
Augie Fackler |
import-checker: ensure cffi is always a system module
|
Thu, 23 Jun 2016 18:21:25 +0100 |
Martijn Pieters |
atomictempfile: add context manager support
|
Thu, 23 Jun 2016 18:20:58 +0100 |
Martijn Pieters |
atomictempfile: add read to the supported file operations
|
Thu, 23 Jun 2016 18:18:33 +0100 |
Martijn Pieters |
atomictempfile: remove test ordering
|
Thu, 23 Jun 2016 17:35:43 +0100 |
Martijn Pieters |
atomictempfile: use a tempdir to keep the test environment clean
|
Wed, 22 Jun 2016 22:02:25 +0900 |
Yuya Nishihara |
test-revset: show how inconsistent the ordering of compound expressions is
|
Tue, 14 Jun 2016 11:53:55 +0200 |
liscju |
i18n: translate abort messages
|
Tue, 07 Jun 2016 12:10:01 +0200 |
Denis Laxalde |
hgweb: display blamed revision once per block in annotate view
|
Thu, 02 Jun 2016 16:26:50 +0200 |
Denis Laxalde |
hgweb: highlight data of the current revision in annotate view
|
Tue, 21 Jun 2016 17:15:51 +0100 |
Martijn Pieters |
bashcompletion: show available command-line switches for aliases
|
Mon, 20 Jun 2016 23:31:45 +0530 |
Pulkit Goyal |
py3: shift from __future__ import absolute import to beginning (issue5269)
|
Mon, 20 Jun 2016 23:24:55 +0200 |
liscju |
pull: add help information about pulling active bookmark
|
Fri, 10 Jun 2016 10:31:42 +0200 |
Laura Médioni |
templates: add support for search webcommand in json style
|
Mon, 06 Jun 2016 15:14:11 +0200 |
Laura Médioni |
templates: add support for summary webcommand in json style
|
Fri, 03 Jun 2016 12:32:42 +0200 |
Laura Médioni |
templates: add support for filerevision webcommand in json style
|
Fri, 03 Jun 2016 11:28:22 +0200 |
Laura Médioni |
templates: add support for filelog webcommand in json style
|
Thu, 09 Jun 2016 12:41:57 +0200 |
liscju |
largefiles: make cloning not ask two times about password (issue4883)
|
Thu, 09 Jun 2016 11:41:36 +0200 |
liscju |
url: remember http password database in ui object
|
Sun, 05 Jun 2016 23:36:23 +0200 |
liscju |
url: extract password database from password manager
|
Wed, 01 Jun 2016 22:58:57 +0200 |
liscju |
bookmarks: add 'hg pull -B .' for pulling the active bookmark (issue5258)
|
Sun, 19 Jun 2016 02:17:33 +0900 |
FUJIWARA Katsunori |
demandimport: delay loading for "from a import b" with absolute_import
|
Sun, 19 Jun 2016 02:15:09 +0900 |
FUJIWARA Katsunori |
import-checker: increase portability for python 2.6.x
|
Fri, 17 Jun 2016 20:06:09 +0100 |
Martijn Pieters |
scmutil: allow access to filecache descriptor on class
|
Fri, 17 Jun 2016 16:59:08 +0100 |
Kostia Balytskyi |
rebase: do not abort if all changesets have equivalents in the destination
|