Thu, 17 Apr 2014 19:58:08 +0200 |
Mads Kiilerich |
parsers: remove unnecessary gca variable in index_commonancestorsheads
|
Mon, 24 Feb 2014 22:42:14 +0100 |
Mads Kiilerich |
parsers: introduce index_commonancestorsheads
|
Thu, 17 Apr 2014 19:49:56 +0200 |
Mads Kiilerich |
ancestors: extract candidates function as commonancestorsheads
|
Thu, 17 Apr 2014 14:54:46 +0200 |
Mads Kiilerich |
filemerge: better handling of failing remove of temporary files
|
Thu, 17 Apr 2014 14:54:46 +0200 |
Mads Kiilerich |
contrib: remove mergetools.hgrc premerge=False for Beyond Compare and Araxis
|
Wed, 16 Apr 2014 03:05:00 +0900 |
FUJIWARA Katsunori |
obsolete: add '%' specifier to the format string to avoid TypeError at runtime
|
Wed, 16 Apr 2014 03:05:00 +0900 |
FUJIWARA Katsunori |
check-code: detect "% inside _()" when there are leading whitespaces
|
Wed, 16 Apr 2014 03:05:00 +0900 |
FUJIWARA Katsunori |
i18n: fix "% inside _()" problem
|
Sun, 13 Apr 2014 18:45:43 +0200 |
Mads Kiilerich |
largefiles: revert override, install matchfn outside the try/except restoring it
|
Sun, 28 Apr 2013 13:18:25 +0200 |
Mads Kiilerich |
largefiles: simplify revert - use getstandinsstate like other commands do
|
Sun, 13 Apr 2014 18:45:43 +0200 |
Mads Kiilerich |
largefiles: remove dummy assignments for creating an already existing closure
|
Sun, 13 Apr 2014 18:45:43 +0200 |
Mads Kiilerich |
largefiles: remove silent handling of incorrect invocation of restorematchfn
|
Sun, 13 Apr 2014 18:45:43 +0200 |
Mads Kiilerich |
largefiles: copy override, install matchfn outside the try/except restoring it
|
Sun, 13 Apr 2014 18:45:43 +0200 |
Mads Kiilerich |
largefiles: clarify installmatchfn documentation
|
Sat, 27 Apr 2013 23:19:52 +0200 |
Mads Kiilerich |
largefiles: use more reasonable locking for update
|
Sat, 27 Apr 2013 23:19:52 +0200 |
Mads Kiilerich |
largefiles: full debugdirstate functionality for largefiles
|
Sat, 27 Apr 2013 23:19:52 +0200 |
Mads Kiilerich |
largefiles: make cat on standins do something
|
Sun, 13 Apr 2014 18:45:43 +0200 |
Mads Kiilerich |
largefiles: remove confusing handling of .bad return value - it is void
|
Thu, 03 Oct 2013 18:01:21 +0200 |
Mads Kiilerich |
largefiles: fix profile of unused largefilesdirstate._ignore
|
Tue, 08 Apr 2014 00:48:36 +0200 |
Mads Kiilerich |
largefiles: import whole modules instead of importing parts of them
|
Thu, 18 Apr 2013 18:56:18 +0200 |
Mads Kiilerich |
largefiles: update should only create a .orig backup of a largefile once
|
Mon, 07 Apr 2014 02:12:28 +0200 |
Mads Kiilerich |
merge: let manifestmerge emit 'keep' actions when keeping wd version
|
Sun, 06 Apr 2014 13:39:51 +0200 |
Mads Kiilerich |
merge: pass merge ancestor to calculateupdates as a list
|
Sun, 06 Apr 2014 13:39:51 +0200 |
Mads Kiilerich |
merge: move ancestor selection tweaking from manifestmerge to update function
|
Thu, 03 Oct 2013 18:01:21 +0200 |
Mads Kiilerich |
match: make it more clear what _roots do and that it ends up in match()._files
|
Tue, 15 Apr 2014 23:29:19 -0400 |
Matt Harbison |
cat: explicitly document the supported formatter rules
|
Wed, 16 Apr 2014 01:10:08 +0200 |
Mads Kiilerich |
convert: backout 81cf597dafa9 and a3545c3104aa -closemap
|
Wed, 16 Apr 2014 01:09:49 +0200 |
Mads Kiilerich |
convert: backout b75a04502ced and 9616b03113ce - tagmap
|
Tue, 15 Apr 2014 11:53:10 -0400 |
Pierre-Yves David |
bundle2: support for push over the wire
|
Tue, 15 Apr 2014 17:53:52 -0400 |
Pierre-Yves David |
httppeer: support for _calltwowaystream
|
Tue, 15 Apr 2014 17:18:35 -0400 |
Pierre-Yves David |
sshpeer: add implementation of _calltwowaystream
|
Tue, 15 Apr 2014 17:19:46 -0400 |
Pierre-Yves David |
wireproto: add a _calltwowaystream method on wirepeer
|
Tue, 15 Apr 2014 16:49:30 -0400 |
Pierre-Yves David |
bundle2: return a bundle20 object from exchanges.unbundle
|
Tue, 15 Apr 2014 16:42:52 -0400 |
Pierre-Yves David |
bundle2: feed a binary stream to `peer.unbundle`
|
Tue, 15 Apr 2014 15:20:33 -0400 |
Pierre-Yves David |
bundle2: allow bundle2 for pulling over the wire
|
Tue, 15 Apr 2014 11:27:55 -0400 |
Pierre-Yves David |
bundle2: return a stream from exchange.getbundle
|
Tue, 15 Apr 2014 13:57:15 -0400 |
Pierre-Yves David |
bundle2: let readbundle return unbundle20
|
Tue, 15 Apr 2014 13:54:54 -0400 |
Pierre-Yves David |
bundle2: make header reading optional
|
Tue, 15 Apr 2014 13:42:45 -0400 |
Pierre-Yves David |
bundle2: prepare readbundle to return more that one type of bundle
|
Mon, 14 Apr 2014 15:45:30 -0400 |
Pierre-Yves David |
bundle2: add a ui argument to readbundle
|
Mon, 14 Apr 2014 15:33:50 -0400 |
Pierre-Yves David |
bundle2: move `readbundle` into the `exchange` module
|
Mon, 14 Apr 2014 14:46:32 -0400 |
Pierre-Yves David |
bundle2: use headerless HG10UN stream in changegroup
|
Thu, 10 Apr 2014 10:53:43 -0700 |
Pierre-Yves David |
bundle2: allow using bundle2 for push
|
Fri, 11 Apr 2014 06:43:01 -0700 |
Pierre-Yves David |
bundle2: add a "check:heads" handler
|
Sun, 13 Apr 2014 16:36:51 -0400 |
Pierre-Yves David |
repoview: make the conversion from node to rev explicit while computing hidden
|
Sun, 13 Apr 2014 16:39:31 -0400 |
Pierre-Yves David |
repoview: drop duplicated lookup
|
Wed, 16 Apr 2014 09:32:04 -0700 |
Aaron Jensen |
hgweb: adding branch, tags, bookmarks, user, and file list to rss feed entries
|
Wed, 16 Apr 2014 09:31:37 -0700 |
Aaron Jensen |
hgweb: adding branch, tags, bookmarks, user, and file list to atom feed entries
|
Mon, 07 Apr 2014 23:10:20 +0200 |
Mads Kiilerich |
patchbomb: warn when emailing a dirty working directory parent
|
Wed, 19 Mar 2014 00:19:54 +0100 |
Mads Kiilerich |
tests: coverage of convert and filemap include and the default of include all
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
largefiles: remove no more referred "getoutgoinglfiles()"
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
largefiles: use "outgoinghooks" to avoid redundant outgoing check
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
outgoing: introduce "outgoinghooks" to avoid redundant outgoing check
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
hg: make "_outgoing()" return peer object for remote repository
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
hg: make "_outgoing()" return empty list instead of "None"
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
largefiles: use "summaryremotehooks" to avoid redundant outgoing check
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
summary: introduce "summaryremotehooks" to avoid redundant incoming/outgoing check
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
util: enable "hooks" to return list of the values returned from each hooks
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
summary: separate checking incoming/outgoing and showing remote summary
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
largefiles: reuse "findcommonoutgoing()" result at "hg push"
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
localrepo: introduce "prepushoutgoinghooks" to extend outgoing check easily
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
largefiles: centralize the logic to get outgoing largefiles
|
Fri, 14 Mar 2014 21:32:05 -0400 |
Matt Harbison |
cat: support cat with explicit paths in subrepos
|
Thu, 13 Mar 2014 23:45:18 -0400 |
Matt Harbison |
cat: move most of the implementation into cmdutils.cat()
|
Tue, 15 Apr 2014 17:51:27 -0400 |
Kent Frazier |
tests: mark test in tests/test-help.t as contingent on gettext being available
|
Tue, 15 Apr 2014 16:27:12 -0400 |
Kent Frazier |
setup.py: fix C extension compilation issue with OS X 10.9 and Xcode 5.1
|
Mon, 14 Apr 2014 18:21:26 -0500 |
Sean Farley |
color: add effect to the template symbol table
|
Wed, 16 Apr 2014 02:38:11 +0900 |
FUJIWARA Katsunori |
amend: invoke editor forcibly when "--edit" option is specified
|
Wed, 16 Apr 2014 02:04:41 +0900 |
FUJIWARA Katsunori |
commit: abolish useless "--force-editor" internal option for "hg commit"
|
Tue, 15 Apr 2014 14:15:35 -0400 |
Matt Mackall |
subrepo: return non-zero exit code when a subrepo push doesn't succeed
|
Mon, 14 Apr 2014 23:27:31 -0400 |
Matt Mackall |
debugrevlog: use unfiltered view for changelog
|
Wed, 19 Mar 2014 00:13:38 +0100 |
Mads Kiilerich |
debugrevlog: format columns (more) nicely when dumping index data
|
Sat, 22 Mar 2014 17:14:37 -0700 |
Gregory Szorc |
branchmap: log events related to branch cache
|
Mon, 14 Apr 2014 11:50:05 -0700 |
Gregory Szorc |
tags: log events related to tags cache
|
Mon, 14 Apr 2014 15:14:02 -0400 |
Matt Mackall |
merge with stable
|
Tue, 15 Apr 2014 03:21:59 +0900 |
FUJIWARA Katsunori |
histedit: save manually edited commit message into ".hg/last-message.txt"
stable
|
Tue, 26 Nov 2013 03:18:56 +0100 |
Mads Kiilerich |
rebase: tell when reopening a closed branch head
|
Sat, 27 Apr 2013 23:19:52 +0200 |
Mads Kiilerich |
dirstate: inline local finish function
|
Tue, 08 Apr 2014 01:35:13 +0200 |
Mads Kiilerich |
demandimport: make it possible to disable by setting HGDEMANDIMPORT=disable
|
Sun, 13 Apr 2014 19:01:00 +0200 |
Mads Kiilerich |
spelling: fixes from spell checker
|
Sun, 13 Apr 2014 19:01:00 +0200 |
Mads Kiilerich |
tests: warn on invalid #if directive
|
Mon, 25 Nov 2013 22:00:46 +0100 |
Simon Heimberg |
run-tests: test result shows when a failed test could not start a server
|
Sun, 08 Sep 2013 19:02:08 -0400 |
Bradley M. Kuhn |
commit: --edit/-e to force edit of otherwise-supplied commit message
|
Sat, 12 Apr 2014 00:38:15 -0400 |
Pierre-Yves David |
bundle2: directly feed part to readbundle
|
Fri, 11 Apr 2014 16:05:22 -0400 |
Pierre-Yves David |
bundle2: lazy unbundle of part payload
|
Thu, 10 Apr 2014 22:10:26 -0700 |
Pierre-Yves David |
util: support None size in chunkbuffer.read()
|
Fri, 11 Apr 2014 15:02:26 -0400 |
Pierre-Yves David |
bundle2: lazily iterate over bundle parts in the test
|
Fri, 11 Apr 2014 15:47:38 -0400 |
Pierre-Yves David |
bundle2: move unpackheader closure into the class
|
Fri, 11 Apr 2014 15:46:09 -0400 |
Pierre-Yves David |
bundle2: move the fromheader closure into the class itself
|
Fri, 11 Apr 2014 15:43:16 -0400 |
Pierre-Yves David |
bundle2: add an unbundle part responsible from unbundling part
|
Fri, 11 Apr 2014 15:19:54 -0400 |
Pierre-Yves David |
bundle2: extract stream/unpack logic in an unpackermixin
|
Sun, 13 Apr 2014 12:21:09 -0400 |
Pierre-Yves David |
exchange: restore truncated comment
|
Mon, 31 Mar 2014 01:00:05 +0900 |
Takumi IINO |
grep: highlight all matched words
|
Thu, 23 Jan 2014 14:09:53 -0800 |
Pierre-Yves David |
phase: add a passing test for (issue3575)
|
Mon, 24 Mar 2014 22:12:37 -0700 |
Gregory Szorc |
run-tests: allow test paths in other directories
|
Mon, 24 Mar 2014 21:52:28 -0700 |
Gregory Szorc |
run-tests: allow option parser to be extended
|
Mon, 24 Mar 2014 21:41:56 -0700 |
Gregory Szorc |
run-tests: use return values instead of sys.exit
|
Mon, 24 Mar 2014 21:37:33 -0700 |
Gregory Szorc |
run-tests: Pass arguments into argument parser
|
Fri, 11 Apr 2014 07:36:14 -0700 |
Pierre-Yves David |
bundle2: rename part to bundlepart
|
Fri, 11 Apr 2014 16:43:01 -0400 |
Pierre-Yves David |
bundle2: comment to clarify why the handler call is where it is
|
Sat, 12 Apr 2014 00:53:15 -0400 |
Pierre-Yves David |
bundle2: use chunkbuffer for exchange.getbundle
|
Sat, 12 Apr 2014 14:56:55 -0400 |
Pierre-Yves David |
bundle2: lazily generate the changegroup part in exchange.getbundle
|
Fri, 11 Apr 2014 08:04:16 -0700 |
Pierre-Yves David |
bundle2: support chunk iterator as part data
|
Thu, 10 Apr 2014 12:33:20 -0700 |
Pierre-Yves David |
bundle2: extract a _payloadchunks method for part
|
Thu, 10 Apr 2014 13:19:00 -0700 |
Pierre-Yves David |
changegroup: move chunk extraction into a getchunks method of unbundle10
|
Tue, 25 Mar 2014 15:05:11 -0700 |
Pierre-Yves David |
bundle2: use reply part to return result of addchangegroup
|
Fri, 04 Apr 2014 14:24:11 -0700 |
Pierre-Yves David |
bundle2: produce a bundle2 reply
|
Fri, 11 Apr 2014 08:24:59 -0700 |
Pierre-Yves David |
bundle2: add reply awareness to unbundlerecords
|
Tue, 01 Apr 2014 00:07:17 -0700 |
Pierre-Yves David |
bundle2: add an integer id to part
|
Mon, 07 Apr 2014 23:10:20 +0200 |
Mads Kiilerich |
largefiles: don't prompt when one side of merge was changed but didn't change
|
Mon, 07 Apr 2014 15:37:27 -0500 |
Sean Farley |
color: fallback and test label as an effect
|
Mon, 07 Apr 2014 15:33:46 -0500 |
Sean Farley |
color: extract method for determining a valid effect
|
Mon, 07 Apr 2014 23:17:51 +0200 |
Mads Kiilerich |
revlog: use context ancestor instead of changelog ancestor
|
Tue, 25 Feb 2014 20:31:53 +0100 |
Mads Kiilerich |
copies: guard debug section with ui.debugflag
|
Tue, 25 Feb 2014 20:31:51 +0100 |
Mads Kiilerich |
copies: remove _checkcopies wrapper - it does no good
|
Mon, 07 Apr 2014 23:17:51 +0200 |
Mads Kiilerich |
transplant: use context ancestor instead of changelog ancestor
|
Mon, 07 Apr 2014 23:17:51 +0200 |
Mads Kiilerich |
commit: use revlog.commonancestors instead of .ancestor
|
Mon, 07 Apr 2014 23:17:51 +0200 |
Mads Kiilerich |
backout: don't limit heritage check to a single ancestor
|
Thu, 20 Mar 2014 01:35:07 +0100 |
Mads Kiilerich |
ancestor: remove unused genericancestor
|
Mon, 07 Apr 2014 23:17:48 +0200 |
Mads Kiilerich |
context: remove unused filectx.ancestor
|