Tue, 09 Sep 2014 17:16:24 -0400 |
Augie Fackler |
clone: provide sample username = config entry in .hg/hgrc (issue4359)
|
Tue, 09 Sep 2014 16:51:21 -0400 |
Augie Fackler |
test-acl: alter sed construct to avoid changes in .hg/hgrc formatting
|
Tue, 09 Sep 2014 13:47:50 -0400 |
Augie Fackler |
merge with stable
|
Wed, 10 Sep 2014 00:41:44 +0900 |
FUJIWARA Katsunori |
dispatch: check shell alias again after loading extensions (issue4355)
stable
|
Wed, 10 Sep 2014 00:41:44 +0900 |
FUJIWARA Katsunori |
dispatch: make "_checkshellalias" reusable regardless of adding aliases
stable
|
Tue, 02 Sep 2014 11:28:44 +0200 |
J. Lewis Muir |
build: don't clean __version__.py on 'make clean' in release tarballs
|
Sat, 30 Aug 2014 01:51:02 +0200 |
Pierre-Yves David |
revert: drop now useless conditional in the backup check
|
Sat, 30 Aug 2014 01:49:28 +0200 |
Pierre-Yves David |
revert: no backup for `dsadded` set
|
Sat, 30 Aug 2014 16:06:09 +0200 |
Pierre-Yves David |
revert: add more padding in the dispatch list
|
Sat, 30 Aug 2014 01:48:58 +0200 |
Pierre-Yves David |
revert: add documentation in the dispatch table
|
Sat, 30 Aug 2014 02:47:59 +0200 |
Pierre-Yves David |
revert: add a way for external extensions to prefetch file data
|
Sun, 07 Sep 2014 11:46:11 -0500 |
Kevin Bullock |
merge with stable
|
Wed, 03 Sep 2014 20:42:51 +0200 |
Siddharth Agarwal |
histedit: abort gracefully on --continue/--abort with no state
stable
|
Thu, 04 Sep 2014 09:59:23 -0400 |
Augie Fackler |
merge with stable
|
Tue, 02 Sep 2014 03:41:01 +0200 |
Matt Mackall |
Added signature for changeset 5dc91146f353
stable
|
Tue, 02 Sep 2014 03:40:55 +0200 |
Matt Mackall |
Added tag 3.1.1 for changeset 5dc91146f353
stable
|
Tue, 26 Aug 2014 04:58:41 -0700 |
Durham Goode |
bookmarks: allow pushkey if new equals current
|
Fri, 29 Aug 2014 12:17:53 +0200 |
Mads Kiilerich |
tests: improve test coverage of branch command and existing branches
|
Thu, 28 Aug 2014 17:23:05 +0200 |
Angel Ezquerra |
localrepo: make it possible to pass multiple path elements to join and wjoin
|
Sun, 31 Aug 2014 12:22:44 +0200 |
Gregory Szorc |
run-tests: make --interactive work with --view
|
Sun, 31 Aug 2014 11:11:42 +0200 |
Mads Kiilerich |
convert: don't use multi-argument set.update
|
Sat, 30 Aug 2014 12:22:20 +0200 |
Mike Edgar |
error: use docstrings, not bare strings, for error classes
|
Sun, 31 Aug 2014 10:24:25 +0200 |
Mads Kiilerich |
osx: create dmg with installer instead of zip
|
Sat, 30 Aug 2014 12:33:12 +0200 |
Pierre-Yves David |
branchmap: pre-filter topological heads before ancestors based filtering
|
Sat, 30 Aug 2014 12:20:50 +0200 |
Pierre-Yves David |
branchmap: issue a single call to `ancestors` for all heads
|
Sat, 30 Aug 2014 11:39:15 +0200 |
Pierre-Yves David |
test-ancestor: add a test for `ancestor` with ancestry within the initset
|
Tue, 26 Aug 2014 12:47:41 +0200 |
Pierre-Yves David |
bundle2: pull obsmarkers relevant to the pulled set through bundle2
|
Fri, 29 Aug 2014 12:36:17 +0200 |
Pierre-Yves David |
getbundle: add `obsmarkers` argument to getbundle
|
Fri, 29 Aug 2014 12:28:58 +0200 |
Pierre-Yves David |
pull: use the "cg" argument when pulling a bundle2
|
Fri, 29 Aug 2014 12:51:00 +0200 |
Pierre-Yves David |
wireprotocol: fix 'boolean' handling
|
Wed, 20 Aug 2014 01:15:09 -0700 |
Pierre-Yves David |
push: only push obsmarkers relevant to the "pushed subset"
|
Wed, 20 Aug 2014 19:47:35 -0700 |
Pierre-Yves David |
test-obsolete: sort the output of debugobsolete
|
Wed, 20 Aug 2014 19:42:33 -0700 |
Pierre-Yves David |
test-obsolete: change a marker so it is relevant to the exchanged set
|
Mon, 25 Aug 2014 19:44:27 +0200 |
Pierre-Yves David |
push: use bundle2 to push obsmarkers when possible
|
Mon, 25 Aug 2014 19:32:51 +0200 |
Pierre-Yves David |
exchange: add a `buildobsmarkerpart` function
|
Tue, 26 Aug 2014 11:36:23 +0200 |
Pierre-Yves David |
obsolete: add a `commonversion` function
|
Tue, 26 Aug 2014 11:48:26 +0200 |
Pierre-Yves David |
bundle2: add a `obsmarkersversion` function to extract supported version
|
Thu, 21 Aug 2014 18:18:38 -0700 |
Pierre-Yves David |
bundle2: advertise the obsmarker part in bundle2 capabilities
|
Mon, 25 Aug 2014 19:21:47 +0200 |
Pierre-Yves David |
bundle2: introduce a `getrepocaps` to retrieve the bundle2 caps of a repo
|
Mon, 25 Aug 2014 19:17:06 +0200 |
Pierre-Yves David |
obsmarker: move bundle2caps from the localrepo class to the bundle2 module
|
Mon, 25 Aug 2014 18:35:39 +0200 |
Pierre-Yves David |
obsmarker: produce a reply part for markers received through bundle2
|
Mon, 25 Aug 2014 18:26:56 +0200 |
Pierre-Yves David |
obsmarker: record the number of new markers in the transaction
|
Mon, 25 Aug 2014 18:10:08 +0200 |
Pierre-Yves David |
obssmarker: add a bundle2 record with the number of markers added
|
Mon, 25 Aug 2014 18:09:54 +0200 |
Pierre-Yves David |
obsmarker: write a message with the number of markers added through bundle2
|
Mon, 25 Aug 2014 18:08:22 +0200 |
Pierre-Yves David |
bundle2: add an obsmarkers part handler
|
Mon, 25 Aug 2014 16:24:40 +0200 |
Pierre-Yves David |
obsolete: make encodemarkers a public function
|
Mon, 25 Aug 2014 16:21:33 +0200 |
Pierre-Yves David |
obsolete: move _encodemarkers next to _readmarkers
|
Mon, 25 Aug 2014 16:18:44 +0200 |
Pierre-Yves David |
obsstore: store and preserve ondisk version
|
Mon, 25 Aug 2014 16:51:51 +0200 |
Pierre-Yves David |
obsolete: have _readmarkers return the format version
|
Mon, 25 Aug 2014 16:16:01 +0200 |
Pierre-Yves David |
obsolete: support for any known obsstore format when reading or writing
|
Mon, 25 Aug 2014 16:09:18 +0200 |
Pierre-Yves David |
obsolete: move _fm0encodeonemarker next to _fm0readmarkers
|
Mon, 25 Aug 2014 16:43:23 +0200 |
Pierre-Yves David |
obsolete: rename _encodeonemarker to _fm0encodeonemarkers
|
Mon, 25 Aug 2014 14:58:11 +0200 |
Pierre-Yves David |
obsolete: extract the part of _readmarkers specific to format version 0
|
Mon, 25 Aug 2014 14:56:15 +0200 |
Pierre-Yves David |
obsolete: rename all _fm to _fm0
|
Mon, 25 Aug 2014 14:52:51 +0200 |
Pierre-Yves David |
obsolete: rename _fnodesize to _fmfnodesize
|
Thu, 21 Aug 2014 17:42:50 -0700 |
Pierre-Yves David |
obsstore: have the `mergemarkers` method return the number of new markers
|
Mon, 01 Sep 2014 23:43:33 +0200 |
Matt Mackall |
merge with i18n
stable 3.1.1
|
Thu, 21 Aug 2014 17:36:05 -0700 |
Pierre-Yves David |
test-bundle2: add obsolescence information to be exchanged
|
Sat, 30 Aug 2014 20:06:24 +0200 |
Gregory Szorc |
help: only call doc() when it is callable
stable
|
Mon, 01 Sep 2014 10:57:27 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with 6a8b8efb0641
stable
|