Sun, 07 Jun 2015 09:30:15 +0900 |
Yuya Nishihara |
mail: pass ui to sslutil.wrapsocket() even if verifycert is off (issue4713)
|
Sat, 06 Jun 2015 14:03:55 +0200 |
Adrian Buehlmann |
windows: use os.SEEK_END
|
Fri, 05 Jun 2015 15:44:43 -0500 |
Matt Mackall |
merge with stable
|
Fri, 05 Jun 2015 12:57:21 -0700 |
Laurent Charignon |
crecord: fix three typos introduced while moving crecord into core
stable
|
Thu, 04 Jun 2015 14:57:58 -0500 |
Matt Mackall |
revlog: move size limit check to addrevision
|
Wed, 20 May 2015 11:55:59 -0500 |
Pierre-Yves David |
sshpeer: also use doublepipe for client to server communication
|
Fri, 05 Jun 2015 04:54:23 -0700 |
Pierre-Yves David |
sshpeer: allow doublepipe on unbuffered main pipe
|
Wed, 20 May 2015 10:58:29 -0500 |
Pierre-Yves David |
sshpeer: allow write operations through double pipe
|
Wed, 20 May 2015 17:40:47 -0500 |
Pierre-Yves David |
sshpeer: rename 'size' to 'data' in doublepipe
|
Fri, 05 Jun 2015 14:34:58 -0400 |
Augie Fackler |
mq: ban \r and \n in patch names (issue4711)
|
Fri, 05 Jun 2015 14:31:52 -0400 |
Augie Fackler |
mq: use %r to format illegal characters instead of manually quoting
|
Fri, 05 Jun 2015 15:20:33 -0400 |
Augie Fackler |
histedit: abort rather than edit a public changeset (issue4704)
|
Fri, 05 Jun 2015 15:06:58 -0400 |
Augie Fackler |
test-histedit-edit: add test that demonstrates bug in issue4704
|
Fri, 05 Jun 2015 15:12:08 -0400 |
Augie Fackler |
histedit: copyedit docstring wording problem I noticed while here
|
Fri, 05 Jun 2015 13:00:18 -0500 |
Matt Mackall |
merge with stable
|
Thu, 04 Jun 2015 22:10:32 -0700 |
Pierre-Yves David |
dirstate: avoid invalidating every entries when list is empty
|
Fri, 05 Jun 2015 10:44:34 -0700 |
Laurent Charignon |
crecord: fix a typo introduced when moving crecord to core
stable
|
Mon, 01 Jun 2015 22:34:01 -0700 |
Pierre-Yves David |
pull: prevent race condition in bookmark update when using -B (issue4689)
|
Tue, 02 Jun 2015 00:43:11 -0700 |
Pierre-Yves David |
pull: allow a generic way to pass parameters to the pull operation
|
Mon, 01 Jun 2015 22:29:49 -0700 |
Pierre-Yves David |
pull: skip pulling remote bookmarks with bundle2 if a value already exists
|
Mon, 01 Jun 2015 22:28:03 -0700 |
Pierre-Yves David |
pull: skip pulling remote bookmarks with bundle1 if a value already exist
|
Mon, 01 Jun 2015 17:47:15 -0700 |
Pierre-Yves David |
test: pull through http when testing for race conditions
|
Mon, 01 Jun 2015 17:54:29 -0700 |
Pierre-Yves David |
test: display pre-pull remote bookmark state when testing race condition
|
Thu, 04 Jun 2015 22:11:18 -0400 |
Matt Harbison |
largefiles: replace match.bad() monkey patching with match.badmatch()
|
Thu, 04 Jun 2015 22:02:22 -0400 |
Matt Harbison |
revert: replace match.bad() monkey patching with match.badmatch()
|
Thu, 04 Jun 2015 21:55:56 -0400 |
Matt Harbison |
cat: replace match.bad() monkey patching with match.badmatch()
|
Thu, 04 Jun 2015 21:53:16 -0400 |
Matt Harbison |
forget: replace match.bad() monkey patching with match.badmatch()
|
Thu, 04 Jun 2015 21:49:50 -0400 |
Matt Harbison |
add: replace match.bad() monkey patching with match.badmatch()
|
Thu, 04 Jun 2015 21:37:59 -0400 |
Matt Harbison |
context: replace match.bad() monkey patching with match.badmatch()
|
Thu, 04 Jun 2015 21:25:07 -0400 |
Matt Harbison |
addremove: replace match.bad() monkey patching with match.badmatch()
|
Thu, 04 Jun 2015 21:19:22 -0400 |
Matt Harbison |
match: introduce badmatch() to eliminate long callback chains with subrepos
|
Fri, 05 Jun 2015 21:45:44 +0900 |
Yuya Nishihara |
ssl: remove CERT_REQUIRED constant that was necessary for compatibility
|
Fri, 05 Jun 2015 21:40:59 +0900 |
Yuya Nishihara |
ssl: drop try-except clause that was necessary for ancient Python
|
Fri, 05 Jun 2015 21:37:46 +0900 |
Yuya Nishihara |
ssl: drop support for Python < 2.6, require ssl module
|
Fri, 05 Jun 2015 21:25:28 +0900 |
Yuya Nishihara |
ssl: rename ssl_wrap_socket() to conform to our naming convention
|
Fri, 05 Jun 2015 07:49:06 +0900 |
Yuya Nishihara |
test-https: kill only hgweb daemon to restart for client-auth test
|
Thu, 04 Jun 2015 17:51:19 -0500 |
Matt Mackall |
merge with stable
|
Mon, 01 Jun 2015 18:06:20 -0400 |
Matt Harbison |
hgwebdir: don't allow the hidden parent of a subrepo to show as a directory
stable
|
Wed, 03 Jun 2015 14:29:11 -0700 |
Pierre-Yves David |
pull: avoid race condition with 'hg pull --rev name --update' (issue4706)
stable
|
Fri, 29 May 2015 13:11:52 -0700 |
Laurent Charignon |
revert: add an experimental config to use inverted selection
|
Wed, 20 May 2015 11:44:06 -0500 |
Pierre-Yves David |
bundle2: stop capturing output for ssh again
|
Wed, 20 May 2015 11:41:48 -0500 |
Pierre-Yves David |
sshpeer: use the doublepipe object for the server to client channel
|
Fri, 22 May 2015 10:48:11 -0500 |
Pierre-Yves David |
sshpeer: introduce a "doublepipe" class
|
Wed, 20 May 2015 18:00:05 -0500 |
Pierre-Yves David |
util: add a simple poll utility
|
Wed, 03 Jun 2015 14:22:21 -0700 |
Laurent Charignon |
crecord: fix blue artifact bug coming back from help screen
|
Wed, 03 Jun 2015 14:21:15 -0400 |
Matt Harbison |
scmutil: consistently return subrepos relative to ctx1 from itersubrepos()
|
Wed, 03 Jun 2015 13:51:27 -0400 |
Matt Harbison |
context: introduce the nullsub() method
|
Wed, 03 Jun 2015 13:45:42 -0400 |
Matt Harbison |
subrepo: introduce the nullsubrepo() method
|
Thu, 07 May 2015 17:15:24 +0900 |
Yuya Nishihara |
ssl: prompt passphrase of client key file via ui.getpass() (issue4648)
|
Thu, 07 May 2015 17:02:20 +0900 |
Yuya Nishihara |
https: do not inherit httplib.HTTPSConnection that creates unused SSLContext
|
Thu, 07 May 2015 17:38:22 +0900 |
Yuya Nishihara |
test-https: test basic functions of client certificate authentication
|
Mon, 01 Jun 2015 14:16:52 -0400 |
Jordi Gutiérrez Hermoso |
phases: add `hg help phases` hint to failures to edit public commits
|
Mon, 01 Jun 2015 18:05:38 +0000 |
Jordi Gutiérrez Hermoso |
phases: rewrite "immutable changeset" to "public changeset"
|
Tue, 02 Jun 2015 15:04:39 -0400 |
Jordi Gutiérrez Hermoso |
revlog: raise an exception earlier if an entry is too large (issue4675)
|
Wed, 03 Jun 2015 14:31:19 -0500 |
Steve Borho |
wix: move library.zip and all *.pyd into a lib/ folder
|
Wed, 20 May 2015 11:31:38 -0500 |
Pierre-Yves David |
sshpeer: run the ssh command unbuffered
|
Sun, 31 May 2015 00:00:36 -0700 |
Pierre-Yves David |
sshpeer: use a 'bufferedinputpipe' for standard output of the ssh process
|
Sat, 30 May 2015 23:55:24 -0700 |
Pierre-Yves David |
util: introduce a bufferedinputpipe utility
|
Wed, 27 May 2015 22:11:37 -0700 |
Pierre-Yves David |
test: drop all the forced use of bundle2
|
Fri, 06 Feb 2015 17:41:24 +0000 |
Pierre-Yves David |
bundle2: use bundle2 by default
|
Mon, 01 Jun 2015 10:28:40 -0700 |
Pierre-Yves David |
wireprotocol: distinguish list and set in getbundle argument
|
Mon, 25 May 2015 17:14:11 -0700 |
Gregory Szorc |
exchange: support transferring .hgtags fnodes mapping
|
Mon, 01 Jun 2015 20:23:22 -0700 |
Gregory Szorc |
bundle2: part handler for processing .hgtags fnodes mappings
|
Tue, 02 Jun 2015 19:58:06 -0700 |
Gregory Szorc |
changegroup: rename _computeoutgoing to computeoutgoing
|
Tue, 02 Jun 2015 13:24:39 -0500 |
Matt Mackall |
merge with stable
|
Mon, 01 Jun 2015 22:46:05 -0400 |
Matt Harbison |
test-treemanifest: add globs for Windows
|
Mon, 01 Jun 2015 22:41:07 -0400 |
Matt Harbison |
test-import: sync with 6084926366b9 for platforms without execbit
|
Mon, 01 Jun 2015 14:42:55 -0400 |
Matt Harbison |
hgwebdir: avoid redundant repo and directory entries when 'web.name' is set
stable
|
Mon, 01 Jun 2015 15:16:28 -0500 |
Matt Mackall |
Added signature for changeset ed18f4acf435
stable
|
Mon, 01 Jun 2015 15:16:24 -0500 |
Matt Mackall |
Added tag 3.4.1 for changeset ed18f4acf435
stable
|
Mon, 01 Jun 2015 14:47:02 -0500 |
Matt Mackall |
merge with stable
|
Tue, 02 Jun 2015 02:28:33 +0900 |
FUJIWARA Katsunori |
templatekw: compare target context and its parent exactly (issue4690)
stable 3.4.1
|
Fri, 29 May 2015 15:18:49 -0700 |
Pierre-Yves David |
test: use bundle2 in test-pull-http
|
Wed, 27 May 2015 12:55:32 -0700 |
Pierre-Yves David |
test: use bundle2 in test-push-http
|
Wed, 27 May 2015 12:54:51 -0700 |
Pierre-Yves David |
test: copy test-push-http.t to testpush-http-bundle1.t
|
Sun, 31 May 2015 16:59:34 -0500 |
Matt Mackall |
tests: add (?) flag for optional lines
|
Wed, 15 Apr 2015 09:07:54 -0700 |
Ryan McElroy |
templatekw: display active bookmark more consistently (issue4552) (BC)
|
Sun, 24 May 2015 18:30:27 +0900 |
Yuya Nishihara |
revrange: build spanset from x:y range
|
Sun, 24 May 2015 18:11:33 +0900 |
Yuya Nishihara |
revrange: build balanced tree of addsets from revisions (issue4565)
|
Sun, 24 May 2015 17:59:55 +0900 |
Yuya Nishihara |
revrange: clean up meaningless reconstruction of sets
|
Sun, 24 May 2015 17:53:22 +0900 |
Yuya Nishihara |
revrange: drop unnecessary deduplication of revisions
|
Fri, 29 May 2015 22:23:58 +0200 |
Gilles Moris |
summary: move the parents phase marker to commit line (issue4688)
|
Mon, 25 May 2015 16:48:55 -0700 |
Gregory Szorc |
tags: support setting hgtags fnodes cache entries
|
Mon, 25 May 2015 16:24:23 -0700 |
Gregory Szorc |
tags: support reading tags cache without populating
|
Sun, 31 May 2015 17:41:35 -0700 |
Gregory Szorc |
check-commit: make foo_bar naming regexp less greedy
|
Wed, 27 May 2015 12:05:08 -0700 |
Pierre-Yves David |
test: use bundle2 in test-http
|
Wed, 27 May 2015 12:03:31 -0700 |
Pierre-Yves David |
test: copy test-http.t to test-http-bundle1.t
|
Wed, 27 May 2015 11:57:20 -0700 |
Pierre-Yves David |
test: use bundle2 in test-ssh
|
Wed, 27 May 2015 11:55:39 -0700 |
Pierre-Yves David |
test: copy test-ssh.t to test-ssh-bundle1.t
|
Wed, 27 May 2015 04:39:24 -0700 |
Pierre-Yves David |
test: lock test-unbundlehash to bundle1 usage
|
Wed, 27 May 2015 06:42:42 -0700 |
Pierre-Yves David |
test: use bundle2 in test-acl
|
Wed, 27 May 2015 11:37:11 -0700 |
Pierre-Yves David |
test: use both bundle formats in test-pull-http
|
Wed, 27 May 2015 06:52:23 -0700 |
Pierre-Yves David |
test: use bundle2 in test-http-proxy
|
Wed, 27 May 2015 04:56:44 -0700 |
Pierre-Yves David |
tests: use bundle2 for test-hook
|
Wed, 27 May 2015 04:57:03 -0700 |
Pierre-Yves David |
pull: only prefetch bookmarks when using bundle1
|
Thu, 28 May 2015 14:01:53 -0700 |
Pierre-Yves David |
pull: document the race condition with bookmark name
|
Thu, 28 May 2015 13:55:03 -0700 |
Pierre-Yves David |
pull: only list remote bookmarks if -B is used to populate pulled heads
|
Mon, 01 Jun 2015 10:50:15 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with 8594d0b3018e
stable
|
Sat, 30 May 2015 12:46:30 +0900 |
Yuya Nishihara |
hg: explicitly check that peer lookup object has instance() if call failed
|
Mon, 30 Mar 2015 16:23:35 +0900 |
Yuya Nishihara |
extensions: show traceback on load failure if --traceback flag is set
|
Sun, 31 May 2015 14:40:28 +0900 |
Yuya Nishihara |
ui: flush stdout before writing traceback to stderr
|
Wed, 27 May 2015 10:44:04 -0700 |
Martin von Zweigbergk |
treemanifest: visit directory 'foo' when given e.g. '-X foo/ba?'
|
Fri, 29 May 2015 14:24:50 -0700 |
Laurent Charignon |
phases: fix bug where native phase computation wasn't called
|
Fri, 29 May 2015 17:00:55 -0500 |
Matt Mackall |
merge with stable
|
Wed, 27 May 2015 15:56:10 -0700 |
Laurent Charignon |
record: add default value for operation argument
|
Thu, 28 May 2015 16:41:47 -0700 |
Laurent Charignon |
record: precise documentation
|
Wed, 27 May 2015 06:55:32 -0700 |
Pierre-Yves David |
test: use both bundle formats in test-bookmarks-pushpull
|
Wed, 27 May 2015 06:35:34 -0700 |
Pierre-Yves David |
test: explicitly test wire protocol discovery with bundle1 and bundle2
|
Wed, 27 May 2015 06:37:56 -0700 |
Pierre-Yves David |
test: use bundle2 for exchange in test-push-warn
|
Wed, 27 May 2015 04:34:03 -0700 |
Pierre-Yves David |
test: use bundle2 for exchange in test-largefile
|
Wed, 27 May 2015 04:30:40 -0700 |
Pierre-Yves David |
test: use bundle2 for exchange in test-push-warn
|
Wed, 27 May 2015 12:49:32 -0700 |
Pierre-Yves David |
test: use bundle2 for exchange in test-bookmark-pushpull
|
Wed, 27 May 2015 04:21:39 -0700 |
Pierre-Yves David |
test: use bundle2 for exchange in test-obsolete
|
Fri, 29 May 2015 10:34:12 -0700 |
Laurent Charignon |
revert: remove unused debug code in the test file
|
Thu, 28 May 2015 20:06:19 -0700 |
Ryan McElroy |
commands: rename current to active in variables and comments
|
Thu, 28 May 2015 20:03:42 -0700 |
Ryan McElroy |
templatekw: introduce active subkeyword from bookmarks keyword
|
Thu, 16 Apr 2015 15:18:59 -0700 |
Ryan McElroy |
bookmarks: name label for active bookmark correctly
|
Sat, 30 May 2015 02:06:09 +0800 |
Anton Shestakov |
tests: descending empty dirs works in all hgweb styles, test them too
|
Sat, 30 May 2015 01:57:19 +0800 |
Anton Shestakov |
tests: actualize the comment in test-hgweb-descend-empties.t
|
Sun, 17 May 2015 15:16:13 +0900 |
Yuya Nishihara |
revset: add fast path for _list() of integer revisions
|
Sun, 17 May 2015 15:11:38 +0900 |
Yuya Nishihara |
revset: optimize 'or' operation of trivial revisions to a list
|
Fri, 29 May 2015 21:31:00 +0900 |
Yuya Nishihara |
revset: make "null" able to appear in internal _list() expression
|
Sun, 24 May 2015 14:49:41 +0900 |
Yuya Nishihara |
revset: make internal _list() expression remove duplicated revisions
|
Sun, 24 May 2015 14:34:12 +0900 |
Yuya Nishihara |
repair: use _hexlist() to build revset expression from binary nodes
|
Thu, 28 May 2015 23:49:19 -0700 |
Pierre-Yves David |
listkey: display the size of the listkey payload in a debug message
|
Fri, 29 May 2015 00:09:36 -0700 |
Pierre-Yves David |
ssh: test some no-op pull through ssh with --debug
|
Wed, 27 May 2015 06:08:14 -0700 |
Pierre-Yves David |
subrepo: detect issue3781 case earlier so it apply to bundle2
|
Tue, 26 May 2015 23:06:17 -0700 |
Pierre-Yves David |
bundle2: hide bundle2 stream debug under a config flag
|
Tue, 26 May 2015 23:47:19 -0700 |
Pierre-Yves David |
bundle2: add generic debug output regarding processed interruption
|
Tue, 26 May 2015 23:58:38 -0700 |
Pierre-Yves David |
bundle2: add generic debug output regarding processed part payload
|
Tue, 26 May 2015 23:36:31 -0700 |
Pierre-Yves David |
bundle2: add generic debug output regarding processed part
|
Wed, 27 May 2015 00:02:49 -0700 |
Pierre-Yves David |
bundle2: add generic debug output at the end of bundle processing
|
Wed, 27 May 2015 00:00:35 -0700 |
Pierre-Yves David |
bundle2: add generic debug output regarding processed bundle
|
Thu, 28 May 2015 20:30:20 -0700 |
Durham Goode |
histedit: fix keep during --continue
stable
|
Thu, 28 May 2015 16:42:21 -0400 |
Jordi Gutiérrez Hermoso |
dispatch: disable demandimport for the --debugger option
|
Thu, 28 May 2015 16:42:04 -0400 |
Jordi Gutiérrez Hermoso |
hooks: replace if-try-finally with a "with" statement
|
Thu, 28 May 2015 16:11:26 -0400 |
Jordi Gutiérrez Hermoso |
demandimport: define a `deactivated` context manager
|
Thu, 28 May 2015 14:14:11 -0400 |
Matt Harbison |
largefiles: drop the unused lfcommands._addchangeset()
|
Thu, 28 May 2015 13:34:37 -0400 |
Matt Harbison |
largefiles: use the convert extension for 'lfconvert --to-normal'
|
Wed, 27 May 2015 00:22:29 -0700 |
Pierre-Yves David |
bundle2: add generic debug output regarding generated interruption
|
Wed, 27 May 2015 00:19:16 -0700 |
Pierre-Yves David |
bundle2: add generic debug output regarding generated parts
|
Wed, 27 May 2015 00:10:30 -0700 |
Pierre-Yves David |
bundle2: add generic debug output regarding generated bundle
|
Wed, 27 May 2015 00:52:01 -0700 |
Pierre-Yves David |
bundle2: add debug output for part generation
|
Tue, 26 May 2015 23:01:39 -0700 |
Pierre-Yves David |
bundle2: handle new line in 'indebug' function
|
Tue, 26 May 2015 20:40:21 -0700 |
Pierre-Yves David |
bundle2: prefix all unbundling debug message with 'bundle2-input:'
|
Tue, 26 May 2015 22:48:52 -0700 |
Pierre-Yves David |
bundle2: introduce a specific function for debug messages while unbundling
|
Thu, 28 May 2015 10:00:22 -0700 |
Pierre-Yves David |
bundle2: add an informative comment to the capability dict
|
Thu, 28 May 2015 16:09:42 -0500 |
Matt Mackall |
merge with stable
|
Tue, 26 May 2015 23:02:19 -0700 |
Pierre-Yves David |
bundle2: handle new line in 'outdebug' function
|
Tue, 26 May 2015 22:57:35 -0700 |
Pierre-Yves David |
bundle2: prefix all bundling debug messages with 'bundle2-ouput:'
|
Tue, 26 May 2015 22:49:03 -0700 |
Pierre-Yves David |
bundle2: introduce a specific function for bundling debug message
|
Wed, 27 May 2015 17:01:43 -0700 |
Laurent Charignon |
parsers: simplify the code computing the phases
|
Wed, 27 May 2015 17:00:28 -0700 |
Laurent Charignon |
parsers: move index_get_parents's declaration higher
|
Wed, 27 May 2015 15:49:24 -0700 |
Laurent Charignon |
record: add an operation arguments to customize recording ui
|
Sun, 26 Apr 2015 18:13:48 +0900 |
Yuya Nishihara |
revset: reduce nesting of chained 'or' operations (issue4624)
|
Sun, 24 May 2015 14:10:52 +0900 |
Yuya Nishihara |
revset: add helper to build balanced addsets from chained 'or' operations
|
Sun, 26 Apr 2015 18:27:32 +0900 |
Yuya Nishihara |
revset: comment that we can't swap 'or' operands by weight
|
Sun, 26 Apr 2015 18:05:23 +0900 |
Yuya Nishihara |
parser: add helper to reduce nesting of chained infix operations
|
Wed, 27 May 2015 14:28:29 -0500 |
Matt Mackall |
convert: properly pass null ids through .hgtags (issue4678)
stable
|
Wed, 27 May 2015 17:28:55 -0500 |
Matt Mackall |
commit: improve --close-branch documentation
|
Fri, 22 May 2015 13:06:45 -0700 |
Laurent Charignon |
patch: add 'extra' argument to makememctx
|
Wed, 27 May 2015 17:41:42 -0500 |
Matt Mackall |
merge with stable
|
Wed, 27 May 2015 13:28:16 -0400 |
Matt Harbison |
match: normpath the ignore source when expanding the 'subinclude' kind
|
Sat, 23 May 2015 21:18:47 -0700 |
Pierre-Yves David |
repair: forbid strip from inside a transaction
|
Wed, 27 May 2015 12:14:10 -0400 |
Matt Harbison |
test-treemanifest: add globs for Windows
|
Wed, 27 May 2015 12:11:13 -0400 |
Matt Harbison |
test-revert-interactive: don't escape the $ for $TESTTMP
|
Tue, 26 May 2015 12:09:04 -0700 |
Laurent Charignon |
changelog: fix bug in heads computation
|
Tue, 26 May 2015 12:08:50 -0700 |
Laurent Charignon |
changelog: change input type of index_get_parents
|
Fri, 22 May 2015 17:08:59 -0500 |
Matt Mackall |
branch: don't warn about branches if repository has multiple branches already
|
Tue, 26 May 2015 13:02:28 -0700 |
Pierre-Yves David |
transaction: really fix _addbackupentry key usage (issue4684)
stable
|
Tue, 19 May 2015 13:08:21 -0700 |
Martin von Zweigbergk |
largefiles: avoid match.files() in conditions
|
Tue, 26 May 2015 11:06:43 -0700 |
Martin von Zweigbergk |
largefiles: pass in whole matcher to getstandinmatcher()
|
Tue, 26 May 2015 09:46:48 -0700 |
Martin von Zweigbergk |
largefiles: drop unused 'pats' parameter from getstandinmatcher()
|
Tue, 26 May 2015 14:14:36 -0700 |
Pierre-Yves David |
devel: rename 'all' to 'all-warnings' (BC)
|
Tue, 26 May 2015 14:52:47 -0500 |
Matt Mackall |
merge with stable
|
Fri, 22 May 2015 14:02:04 -0700 |
Martin von Zweigbergk |
copies: document hack for adding '' to set of dirs
|
Tue, 26 May 2015 23:14:50 +0900 |
Yuya Nishihara |
test-revset: update test that isn't broken on default branch
|
Tue, 26 May 2015 14:41:00 -0400 |
Augie Fackler |
pathutil: demote two local functions to just be forwards
|
Tue, 26 May 2015 14:30:48 -0400 |
Augie Fackler |
pathutil: restate dirname and join as forwards to posixpath
|
Wed, 20 May 2015 14:54:09 -0700 |
Durham Goode |
help: add documentation on include: and subinclude:
|
Sat, 16 May 2015 16:25:05 -0700 |
Durham Goode |
match: enable 'subinclude:' syntax
|
Fri, 22 May 2015 12:58:27 -0700 |
Durham Goode |
copies: switch to using pathutil.dirname
|
Fri, 22 May 2015 12:47:18 -0700 |
Durham Goode |
pathutil: add dirname and join functions
|
Thu, 21 May 2015 15:44:38 -0700 |
Laurent Charignon |
changelog: move index_get_parents function up
|
Tue, 26 May 2015 06:45:18 -0500 |
Matt Mackall |
mergecopies: avoid slowdown from linkrev adjustment (issue4680)
stable
|
Tue, 26 May 2015 22:58:30 +0800 |
Anton Shestakov |
hgweb: remove an extra call to nodebranchnodefault() in changesetentry()
|
Fri, 22 May 2015 12:14:23 -0500 |
Matt Mackall |
profile: disable nested report in lsprof by default
|
Tue, 19 May 2015 11:16:20 -0700 |
Martin von Zweigbergk |
manifest: use match.prefix() instead of 'not match.anypats()'
|
Tue, 19 May 2015 10:40:40 -0700 |
Martin von Zweigbergk |
dirstate: use match.prefix() instead of 'not match.anypats()'
|
Tue, 19 May 2015 11:36:05 -0700 |
Martin von Zweigbergk |
commit: avoid match.files() in conditions
|
Tue, 19 May 2015 11:35:43 -0700 |
Martin von Zweigbergk |
_makelogrevset: avoid match.files() in conditions
|
Tue, 19 May 2015 11:34:50 -0700 |
Martin von Zweigbergk |
walkchangerevs: avoid match.files() in conditions
|
Thu, 21 May 2015 14:20:24 -0700 |
Martin von Zweigbergk |
walkchangerevs: simplify with an 'elif'
|
Tue, 26 May 2015 07:44:37 -0500 |
Matt Mackall |
merge with stable
|
Mon, 25 May 2015 11:06:49 -0700 |
Gregory Szorc |
test-module-imports: drop check for Python >= 2.6
|
Mon, 25 May 2015 01:26:23 +0900 |
FUJIWARA Katsunori |
localrepo: pass hook argument txnid to pretxnopen hooks
stable
|
Mon, 25 May 2015 01:26:19 +0900 |
FUJIWARA Katsunori |
transaction: separate calculating TXNID from creating transaction object
stable
|
Sat, 23 May 2015 11:14:00 +0900 |
Yuya Nishihara |
revbranchcache: return uncached branchinfo for nullrev (issue4683)
stable
|
Sun, 24 May 2015 10:29:33 +0900 |
Yuya Nishihara |
revset: drop magic of fullreposet membership test (issue4682)
stable
|
Sat, 23 May 2015 15:55:04 -0500 |
Matt Mackall |
merge with stable
|
Fri, 22 May 2015 12:13:18 -0500 |
Pierre-Yves David |
transaction: use the proper variable in '_addbackupentry' (issue4684)
stable
|
Fri, 22 May 2015 21:19:08 -0400 |
Augie Fackler |
run-tests: python3.5 now supports mkdtemp using bytes for paths
|
Fri, 22 May 2015 21:15:52 -0400 |
Augie Fackler |
run-tests: use items() instead of iteritems()
|
Thu, 21 May 2015 14:57:30 -0700 |
Laurent Charignon |
selve: make 'shelve --interactive' not experimental
|
Thu, 21 May 2015 14:34:24 -0700 |
Laurent Charignon |
revert: fix edition of newly added file during --interactive
|
Thu, 21 May 2015 14:25:57 -0700 |
Laurent Charignon |
revert: make revert --interactive use git style diff
|
Thu, 21 May 2015 14:32:14 -0700 |
Laurent Charignon |
record: extract code to compute newly added and modified files
|
Thu, 21 May 2015 14:28:02 -0700 |
Laurent Charignon |
record: extract ishunk to a function
|
Sun, 26 Apr 2015 22:26:44 +0900 |
Yuya Nishihara |
fileset: pretty print syntax tree in debug output
|
Wed, 06 May 2015 10:17:41 +0900 |
Yuya Nishihara |
parser: extract closure of prettyformat() to a top-level function
|
Sun, 26 Apr 2015 22:20:03 +0900 |
Yuya Nishihara |
parser: move prettyformat() function from revset module
|
Sun, 26 Apr 2015 19:50:42 +0900 |
Yuya Nishihara |
fileset: move validation of incomplete parsing to parse() function
|
Sun, 26 Apr 2015 19:42:47 +0900 |
Yuya Nishihara |
revset: move validation of incomplete parsing to parse() function
|
Fri, 22 May 2015 14:39:34 -0700 |
Drew Gottlieb |
match: fix bug in match.visitdir()
|
Thu, 21 May 2015 16:20:34 -0400 |
Jordi Gutiérrez Hermoso |
error: derive RevlogError from HintException instead of Exception
|
Thu, 21 May 2015 16:28:06 -0400 |
Jordi Gutiérrez Hermoso |
error: refactor common hint-pattern into a common base class
|
Fri, 22 May 2015 11:50:57 -0500 |
Matt Mackall |
merge with stable
|
Fri, 22 May 2015 11:54:43 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with 2664f536a97e
stable
|
Wed, 20 May 2015 11:29:45 -0500 |
Pierre-Yves David |
util: allow to specify buffer size in popen4
|
Mon, 18 May 2015 23:19:11 -0500 |
Pierre-Yves David |
sshpeer: extract the forward output logic
|
Wed, 20 May 2015 12:33:12 -0500 |
Pierre-Yves David |
sshpeer: break "OutOfBandError" feature for ssh (BC)
|
Wed, 20 May 2015 18:17:40 -0500 |
Pierre-Yves David |
error: allow a 'hint' to OutOfBandError
|
Thu, 21 May 2015 14:30:22 -0500 |
Matt Mackall |
tests: fix test-clone on vfat
|
Thu, 21 May 2015 11:34:40 -0700 |
Martin von Zweigbergk |
wireproto: remove unused 'store' import
|
Sat, 16 May 2015 16:16:18 -0700 |
Durham Goode |
match: allow unioning arbitrary match functions
|
Sat, 16 May 2015 16:12:00 -0700 |
Durham Goode |
match: add root to _buildmatch
|
Thu, 21 May 2015 10:41:06 -0700 |
Gregory Szorc |
localrepo: extract stream clone application into reusable function
|
Thu, 21 May 2015 10:27:45 -0700 |
Gregory Szorc |
exchange: move code for consuming streaming clone into exchange
|
Thu, 21 May 2015 10:27:22 -0700 |
Gregory Szorc |
exchange: move code for generating a streaming clone into exchange
|
Tue, 19 May 2015 10:13:43 -0700 |
Martin von Zweigbergk |
dirstate: avoid match.files() in walk()
|
Tue, 28 Oct 2014 22:47:22 -0700 |
Martin von Zweigbergk |
match: introduce boolean prefix() method
|
Thu, 21 May 2015 19:52:36 +0800 |
Anton Shestakov |
hgweb: descend empty directories in monoblue
|
Mon, 18 May 2015 14:29:20 -0700 |
Drew Gottlieb |
match: have visitdir() consider includes and excludes
|
Thu, 21 May 2015 00:27:12 +0800 |
Anton Shestakov |
hgweb: remove artificial width constraint from header in monoblue
|
Wed, 20 May 2015 15:29:32 -0500 |
Matt Mackall |
merge with stable
|
Sun, 17 May 2015 22:42:47 -0400 |
Matt Harbison |
files: recurse into subrepos automatically with an explicit path
|
Wed, 20 May 2015 01:06:09 +0900 |
FUJIWARA Katsunori |
dirstate: use open/read of vfs(opener) explicitly instead of read
|
Wed, 20 May 2015 01:06:09 +0900 |
FUJIWARA Katsunori |
dirstate: use self._filename instead of immediate string `dirstate`
|
Tue, 19 May 2015 23:29:20 +0900 |
Yuya Nishihara |
revset: drop translation marker from error message of _notpublic()
|
Tue, 19 May 2015 23:26:25 +0900 |
Yuya Nishihara |
revset: drop docstring from internal _notpublic() function
|