Wed, 07 Oct 2015 00:24:44 -0700 |
Siddharth Agarwal |
filemerge: print correct name of tool for symlink checks
|
Wed, 07 Oct 2015 00:01:16 -0700 |
Siddharth Agarwal |
filemerge: normalize 'internal:foo' names to ':foo'
|
Tue, 06 Oct 2015 22:57:21 -0700 |
Siddharth Agarwal |
filemerge: use symlinkcheck for :merge and :union
|
Tue, 06 Oct 2015 22:56:33 -0700 |
Siddharth Agarwal |
filemerge: add a precheck for symlinks
|
Tue, 06 Oct 2015 22:55:21 -0700 |
Siddharth Agarwal |
filemerge: call precheck if available
|
Tue, 06 Oct 2015 22:54:14 -0700 |
Siddharth Agarwal |
filemerge: add a before-merge callback to internal merge tools
|
Tue, 06 Oct 2015 17:39:13 -0700 |
Siddharth Agarwal |
filemerge: indent filemerge.filemerge
|
Thu, 01 Oct 2015 20:15:00 -0700 |
Pierre-Yves David |
test-bundle-type: replace unbundle with debugbundle
|
Thu, 01 Oct 2015 18:01:24 -0700 |
Pierre-Yves David |
bundle: extract the parsing of the bundle type in a function
|
Thu, 01 Oct 2015 19:14:47 -0700 |
Pierre-Yves David |
changegroup: add version argument to getchangegroup
|
Thu, 01 Oct 2015 19:14:33 -0700 |
Pierre-Yves David |
changegroup: add version argument to getlocalchangegroup
|
Thu, 01 Oct 2015 15:08:00 -0700 |
Pierre-Yves David |
shelve: bundle using bundle2 if repository is general delta (issue4862)
|
Thu, 01 Oct 2015 15:09:32 -0700 |
Pierre-Yves David |
shelve: move changegroup generation inside writebundle
|
Tue, 29 Sep 2015 17:14:30 -0700 |
Pierre-Yves David |
shelve: compress on-disk bundle
|
Wed, 07 Oct 2015 13:44:48 -0500 |
Matt Mackall |
merge with stable
|
Mon, 05 Oct 2015 10:43:16 -0600 |
Bruce Cran |
notify: fix fromauthor setting for 'incoming' hook type (issue4194)
stable
|
Mon, 05 Oct 2015 12:37:26 -0400 |
Matt Harbison |
templater: protect word() from crashing on out of range negative value
stable
|
Fri, 02 Oct 2015 13:00:47 -0700 |
Siddharth Agarwal |
commands: add a new debug command to print merge state
|
Wed, 30 Sep 2015 21:22:31 -0700 |
Siddharth Agarwal |
merge.mergestate: factor out code to validate v1/v2 records
|
Tue, 06 Oct 2015 13:19:05 -0700 |
Siddharth Agarwal |
localrepo: prevent wlock from being inherited when a transaction is running
|
Tue, 06 Oct 2015 13:13:31 -0700 |
Siddharth Agarwal |
lock: add a way to prevent locks from being inherited
|
Tue, 06 Oct 2015 15:55:50 -0700 |
Siddharth Agarwal |
test-fncache: use args/kwargs for lock wrapper
|
Tue, 06 Oct 2015 15:07:00 -0400 |
timeless |
rebase: enable histedit for useful help with it
|
Tue, 06 Oct 2015 15:01:25 -0400 |
timeless |
rebase: suggest help -e histedit
|
Tue, 06 Oct 2015 15:05:40 -0400 |
timeless |
rebase: factor out histedit help command
|
Sun, 04 Oct 2015 22:35:36 +0900 |
Yuya Nishihara |
util: use tuple accessor to get accurate st_mtime value (issue4836)
|
Sun, 04 Oct 2015 22:25:29 +0900 |
Yuya Nishihara |
util: extract stub function to get mtime with second accuracy
|
Mon, 05 Oct 2015 14:37:59 -0700 |
Siddharth Agarwal |
scmutil: add a way for a repo's wlock to be inherited by a subprocess
|
Mon, 05 Oct 2015 14:34:52 -0700 |
Siddharth Agarwal |
scmutil: add a way for a subprocess to be run with an inheritable lock
|
Mon, 05 Oct 2015 14:27:37 -0700 |
Siddharth Agarwal |
localrepo: add a way to get the current wlock if it's held
|
Mon, 05 Oct 2015 14:26:53 -0700 |
Siddharth Agarwal |
localrepo: add a way to get the current lock if it's held
|
Thu, 24 Sep 2015 13:58:18 -0400 |
timeless |
test-help: verify that extension keywords appear in help templates
|
Mon, 24 Aug 2015 23:30:17 -0400 |
Matt Harbison |
templatekw: add {changes}, {distance} and {tag} to the {latesttag} keyword
|
Sun, 23 Aug 2015 23:44:58 -0400 |
Matt Harbison |
templater: introduce {latesttag()} function to match a pattern (issue4184)
|
Mon, 24 Aug 2015 23:07:00 -0400 |
Matt Harbison |
templatekw: introduce showlatesttags() to handle {latesttag} keywords
|
Mon, 05 Oct 2015 21:11:50 -0400 |
Matt Harbison |
templatekw: factor out the changessincetag calculation to a private method
|
Sun, 23 Aug 2015 23:22:55 -0400 |
Matt Harbison |
templatekw: allow getlatesttags() to match a specific tag pattern
|
Sat, 22 Aug 2015 22:52:18 -0400 |
Matt Harbison |
util: extract stringmatcher() from revset
|
Mon, 05 Oct 2015 17:36:32 -0700 |
Gregory Szorc |
util.chunkbuffer: avoid extra mutations when reading partial chunks
|
Mon, 05 Oct 2015 16:34:47 -0700 |
Gregory Szorc |
util.chunkbuffer: refactor chunk handling logic
|
Mon, 05 Oct 2015 16:28:12 -0700 |
Gregory Szorc |
util.chunkbuffer: special case reading everything
|
Mon, 05 Oct 2015 07:13:35 +0200 |
Mathias De Maré |
revert: add reference to backout
|
Mon, 05 Oct 2015 07:11:48 +0200 |
Mathias De Maré |
backout: add reference to revert
|
Fri, 25 Sep 2015 12:39:23 -0700 |
Siddharth Agarwal |
localrepo: allow wlock to be inherited
|
Sun, 04 Oct 2015 20:04:44 -0700 |
Siddharth Agarwal |
lock.release: don't call postrelease functions for inherited locks
|
Sun, 04 Oct 2015 20:02:50 -0700 |
Siddharth Agarwal |
lock: turn prepinherit/reacquire into a single context manager
|
Sun, 04 Oct 2015 19:28:43 -0700 |
Siddharth Agarwal |
localrepo: add a note about parentenvvar
|
Sun, 04 Oct 2015 12:11:44 -0700 |
Gregory Szorc |
exchange: add "streaming all changes" to bundle2 pulling
|
Sun, 04 Oct 2015 12:07:01 -0700 |
Gregory Szorc |
streamclone: move "streaming all changes" message location
|
Sun, 04 Oct 2015 19:06:06 -0700 |
Gregory Szorc |
streamclone: move payload header generation into own function
|
Sun, 04 Oct 2015 18:44:46 -0700 |
Gregory Szorc |
streamclone: move payload header line consumption
|
Sun, 04 Oct 2015 18:35:19 -0700 |
Gregory Szorc |
streamclone: teach canperformstreamclone to be bundle2 aware
|
Sun, 04 Oct 2015 11:50:42 -0700 |
Gregory Szorc |
streamclone: refactor canperformstreamclone to accept a pullop
|
Sun, 04 Oct 2015 12:03:30 -0700 |
Gregory Szorc |
exchange: expose bundle2 availability on pulloperation
|
Sun, 04 Oct 2015 18:31:53 -0700 |
Gregory Szorc |
exchange: expose bundle2 capabilities on pulloperation
|
Sun, 04 Oct 2015 21:33:29 +0900 |
FUJIWARA Katsunori |
keyword: make restrict mode False while updating files for rollback
|
Sun, 04 Oct 2015 11:34:28 -0700 |
Gregory Szorc |
streamclone: rename and document maybeperformstreamclone()
|
Sun, 04 Oct 2015 11:27:10 -0700 |
Gregory Szorc |
streamclone: move applyremotedata() into maybeperformstreamclone()
|
Sat, 03 Oct 2015 09:53:56 -0700 |
Gregory Szorc |
branchmap: move branch cache code out of streamclone.py
|
Fri, 02 Oct 2015 23:08:15 -0700 |
Gregory Szorc |
streamclone: move streamin() into maybeperformstreamclone()
|
Sun, 04 Oct 2015 11:20:52 -0700 |
Gregory Szorc |
streamclone: refactor maybeperformstreamclone to take a pullop
|
Sun, 04 Oct 2015 11:17:43 -0700 |
Gregory Szorc |
demandimport: replace more references to _demandmod instances
|
Sun, 04 Oct 2015 10:36:54 -0700 |
Gregory Szorc |
demandimport: refactor processfromitem
|
Sat, 03 Oct 2015 15:30:17 -0700 |
Gregory Szorc |
demandimport: consolidate code for processing items in fromlist
|
Sat, 03 Oct 2015 15:16:33 +0900 |
Yuya Nishihara |
pager: recreate stdout to make it line-buffered
|
Sat, 03 Oct 2015 18:48:21 +0900 |
Yuya Nishihara |
pager: rename variables of backup fds
|
Sat, 03 Oct 2015 15:02:52 +0900 |
Yuya Nishihara |
pager: inline _pagersubprocess() into _runpager()
|
Sat, 03 Oct 2015 23:10:40 +0900 |
Yuya Nishihara |
ui: send traceback of devel warning to appropriate output stream
|
Sat, 03 Oct 2015 14:57:24 +0900 |
Yuya Nishihara |
util.system: compare fileno to see if it needs stdout redirection
|
Fri, 02 Oct 2015 23:04:52 -0700 |
Gregory Szorc |
exchange: move stream clone logic into pull code path
|
Fri, 02 Oct 2015 22:16:34 -0700 |
Gregory Szorc |
exchange: teach pull about requested stream clones
|
Fri, 02 Oct 2015 21:53:25 -0700 |
Gregory Szorc |
streamclone: add explicit check for empty local repo
|
Fri, 02 Oct 2015 22:22:11 -0700 |
Gregory Szorc |
streamclone: refactor code for deciding to stream clone
|
Fri, 02 Oct 2015 21:39:04 -0700 |
Gregory Szorc |
streamclone: move streaming clone logic from localrepo
|
Fri, 02 Oct 2015 16:24:56 -0700 |
Gregory Szorc |
streamclone: move _allowstream() from wireproto
|
Fri, 02 Oct 2015 16:05:52 -0700 |
Gregory Szorc |
streamclone: move code out of exchange.py
|
Fri, 02 Oct 2015 15:58:24 -0700 |
Gregory Szorc |
streamclone: move stream_in() from localrepo
|
Fri, 02 Oct 2015 15:51:32 -0700 |
Gregory Szorc |
streamclone: move applystreamclone() from localrepo.py
|
Fri, 02 Oct 2015 15:36:00 -0700 |
Gregory Szorc |
exchange: add docstring to pull()
|
Fri, 25 Sep 2015 12:28:12 -0700 |
Siddharth Agarwal |
localrepo: allow creating inherited locks
|
Fri, 25 Sep 2015 12:56:05 -0700 |
Siddharth Agarwal |
error: make lock inheritance contract violations a subclass of RuntimeError
|
Sat, 26 Sep 2015 12:19:39 +0900 |
Yuya Nishihara |
templatekw: hide help of "branches" by DEPRECATED marker
|
Sat, 26 Sep 2015 12:39:13 +0900 |
Yuya Nishihara |
templatekw: remove dockeywords hack
|
Sat, 26 Sep 2015 12:38:02 +0900 |
Yuya Nishihara |
templatekw: port implementation of showparents() from changeset_templater
|
Sat, 26 Sep 2015 12:32:03 +0900 |
Yuya Nishihara |
templatekw: reorder stub of showparents() function
|
Sat, 26 Sep 2015 12:29:09 +0900 |
Yuya Nishihara |
changeset_printer: move _meaningful_parentrevs() to scmutil
|
Thu, 01 Oct 2015 22:14:11 -0400 |
Matt Harbison |
test-run-tests: add globs for Windows
|
Thu, 01 Oct 2015 21:49:50 -0400 |
Matt Harbison |
test-commandserver: generate files with a fixed EOL for test stability
|
Thu, 01 Oct 2015 21:24:10 -0400 |
Matt Harbison |
test-debugextensions: sanitize JSON output for Windows
|
Thu, 01 Oct 2015 21:10:38 -0400 |
Matt Harbison |
test-strip: add glob for Windows
|
Thu, 01 Oct 2015 10:48:14 -0700 |
Ryan McElroy |
bundle2: generate check:heads in a independent function
|
Thu, 01 Oct 2015 12:17:46 -0500 |
Matt Mackall |
merge with stable
|
Wed, 30 Sep 2015 12:36:30 -0400 |
timeless |
cmdutil: handle multiline translations of HG: messages safely
|
Tue, 29 Sep 2015 14:42:03 -0700 |
Pierre-Yves David |
strip: compress bundle2 backup using BZ
|
Tue, 29 Sep 2015 14:41:40 -0700 |
Pierre-Yves David |
writebundle: add a compression argument for the bundle2 case
|
Tue, 29 Sep 2015 13:16:51 -0700 |
Pierre-Yves David |
strip: use bundle2 + cg2 by default when repository use general delta
|
Wed, 30 Sep 2015 16:01:19 -0400 |
timeless |
run-tests: report paths saved by --keep-tmpdir
|
Wed, 30 Sep 2015 15:43:49 -0500 |
Matt Mackall |
urls: bulk-change primary website URLs
|
Wed, 30 Sep 2015 15:31:07 -0500 |
Matt Mackall |
urls: bulk-change BTS urls to new location
|
Thu, 01 Oct 2015 12:07:20 -0500 |
Matt Mackall |
Added signature for changeset 9a466b9f9792
stable
|
Thu, 01 Oct 2015 12:06:56 -0500 |
Matt Mackall |
Added tag 3.5.2 for changeset 9a466b9f9792
stable
|
Tue, 29 Sep 2015 23:29:44 -0400 |
Matt Harbison |
largefiles: restore archiving largefiles with hgweb (issue4859)
stable 3.5.2
|
Thu, 01 Oct 2015 11:09:36 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with f31ddc9bfa5f
stable
|
Sat, 26 Sep 2015 12:17:44 +0900 |
Yuya Nishihara |
help: hide deprecated filesets, revsets and template items if not verbose
|
Sat, 26 Sep 2015 12:11:46 +0900 |
Yuya Nishihara |
help: pass around ui to rewriter hooks (API)
|
Sat, 26 Sep 2015 12:06:30 +0900 |
Yuya Nishihara |
help: pass around ui to doc loader (API)
|
Sun, 27 Sep 2015 23:34:37 +0900 |
Yuya Nishihara |
gendoc: use real ui in place of stdout
|
Sun, 27 Sep 2015 22:29:07 +0900 |
Yuya Nishihara |
check-seclevel: use ui to show status and error messages
|
Thu, 24 Sep 2015 17:52:21 -0700 |
Pierre-Yves David |
unbundle: test and fix for clean abort on unknown bundle2 feature
|
Tue, 29 Sep 2015 14:33:31 -0500 |
Matt Mackall |
merge with stable
|
Tue, 29 Sep 2015 21:57:08 +0900 |
Yuya Nishihara |
localrepo: recreate phasecache if changelog was modified (issue4855)
|
Sat, 26 Sep 2015 00:10:48 -0400 |
Augie Fackler |
progress: force a repaint of a printed progress bar after a clear()
|
Tue, 29 Sep 2015 14:08:37 -0500 |
Matt Mackall |
tests: fix test-bundle2-format output
|
Tue, 29 Sep 2015 21:57:08 +0900 |
Yuya Nishihara |
localrepo: recreate phasecache if changelog was modified (issue4855)
stable
|
Wed, 23 Sep 2015 12:56:12 -0700 |
Pierre-Yves David |
bundle2: allow compressed bundle
|
Mon, 28 Sep 2015 15:01:20 -0700 |
Pierre-Yves David |
test-bundle2: dump bundle content using f --hexdump
|
Fri, 25 Sep 2015 22:54:46 -0400 |
Augie Fackler |
treemanifest: rework lazy-copying code (issue4840)
|
Fri, 25 Sep 2015 17:18:28 -0400 |
Augie Fackler |
manifest: rename treemanifest load functions to ease debugging
|
Fri, 25 Sep 2015 17:17:36 -0400 |
Augie Fackler |
manifest: add id(self) to treemanifest __repr__
|
Mon, 28 Sep 2015 10:27:36 -0700 |
Durham Goode |
bundlerepo: let bundle repo look in the _mancache
|