Tue, 18 Mar 2014 14:25:28 -0500 |
Matt Mackall |
merge with stable
|
Mon, 17 Mar 2014 14:57:13 -0400 |
Jordi GutiƩrrez Hermoso |
commit: propagate --secret option to subrepos (issue4182)
stable
|
Wed, 19 Mar 2014 01:07:41 +0900 |
FUJIWARA Katsunori |
amend: save commit message into ".hg/last-message.txt"
stable
|
Wed, 19 Mar 2014 01:07:41 +0900 |
FUJIWARA Katsunori |
histedit: save manually edited commit message into ".hg/last-message.txt"
stable
|
Wed, 19 Mar 2014 01:07:41 +0900 |
FUJIWARA Katsunori |
qfold: save manually edited commit message into ".hg/last-message.txt"
stable
|
Wed, 19 Mar 2014 01:07:41 +0900 |
FUJIWARA Katsunori |
qnew: save manually edited commit message into ".hg/last-message.txt"
stable
|
Wed, 19 Mar 2014 01:07:41 +0900 |
FUJIWARA Katsunori |
tag: save manually edited commit message into ".hg/last-message.txt"
stable
|
Wed, 19 Mar 2014 01:07:41 +0900 |
FUJIWARA Katsunori |
rebase: use "commitforceeditor" instead of "ui.edit()" for "--collapse"
stable
|
Wed, 19 Mar 2014 01:07:41 +0900 |
FUJIWARA Katsunori |
localrepo: save manually edited commit message as soon as possible
stable
|
Sat, 15 Mar 2014 15:44:51 +0100 |
Andrew Shadura |
hgk: enable selected patch text on Windows
|
Sat, 15 Mar 2014 15:33:50 +0100 |
Andrew Shadura |
hgk: ignore ctrl-z as EOF on windows
|
Fri, 14 Mar 2014 08:46:46 -0700 |
Lucas Moscovicz |
graphmod: changed code in dagwalker to use lazy implementations
|
Fri, 14 Mar 2014 08:47:57 -0700 |
Lucas Moscovicz |
webcommands: changed code to use lazy classes when calling dagwalker
|
Fri, 14 Mar 2014 13:27:12 -0700 |
Lucas Moscovicz |
cmdutil: changed max method for lazy call
|
Fri, 14 Mar 2014 13:26:40 -0700 |
Lucas Moscovicz |
getgraphlogrevs: return an empty baseset instead of a empty list
|
Fri, 14 Mar 2014 16:26:50 -0700 |
Pierre-Yves David |
getgraphlogrevs: do not convert smartset to baseset
|
Fri, 14 Mar 2014 08:44:52 -0700 |
Lucas Moscovicz |
cmdutil: changed revset for spanset
|
Fri, 14 Mar 2014 11:35:17 -0700 |
Lucas Moscovicz |
cmdutil: changed code in _makegraphlogrevset not to use getitem
|
Fri, 14 Mar 2014 08:43:52 -0700 |
Lucas Moscovicz |
cmdutil: changed code in getgraphlogrevs not to use getitem
|
Tue, 18 Feb 2014 11:35:03 -0800 |
Lucas Moscovicz |
revset: changed minrev and maxrev implementations to use ordered sets
|
Fri, 14 Mar 2014 14:43:44 -0700 |
Lucas Moscovicz |
revset: changed addset to extend _orderedsetmixin
|
Fri, 14 Mar 2014 11:41:26 -0700 |
Pierre-Yves David |
revset: add a default argument for baseset.__init__
|
Thu, 13 Mar 2014 11:36:45 -0700 |
Lucas Moscovicz |
revset: changed orderedlazyset to also extend _orderedsetmixin
|
Thu, 13 Mar 2014 11:36:11 -0700 |
Lucas Moscovicz |
revset: changed spanset to extend _orderedsetmixin
|
Wed, 12 Mar 2014 16:40:18 -0700 |
Lucas Moscovicz |
revset: added _orderedsetmixin class
|
Wed, 19 Feb 2014 09:28:17 -0800 |
Lucas Moscovicz |
revset: added min and max methods to baseset and lazyset
|
Fri, 14 Mar 2014 15:47:29 -0700 |
Pierre-Yves David |
contrib: make revset benchmark script able to read from stdin
|
Fri, 14 Mar 2014 15:43:55 -0700 |
Pierre-Yves David |
contrib: have the revset benchmark test script take a revset
|
Fri, 14 Mar 2014 11:24:59 -0700 |
Lucas Moscovicz |
contrib: added revset performance benchmarking script
|
Fri, 14 Mar 2014 15:00:15 -0700 |
Lucas Moscovicz |
contrib: added revset examples for benchmarking performance
|
Mon, 17 Feb 2014 07:39:53 +0100 |
Simon Heimberg |
help: filter out deprecated options with untranslated descriptions
|
Wed, 04 Dec 2013 20:38:27 -0800 |
Chris Jerdonek |
parsers: fail fast if Python has wrong minor version (issue4110)
|
Fri, 14 Mar 2014 16:00:11 -0500 |
Matt Mackall |
debuginstall: change showing to checking for consistency and future checking
|
Tue, 31 Dec 2013 00:37:16 -0800 |
Chris Jerdonek |
debuginstall: add Python information to debuginstall output (issue4128)
|
Fri, 14 Mar 2014 10:57:04 -0700 |
Pierre-Yves David |
revset: add documentation and comment for _generatorset
|
Fri, 14 Mar 2014 10:55:03 -0700 |
Pierre-Yves David |
revset: add some documentation for lazyset
|
Fri, 14 Mar 2014 10:59:51 -0700 |
Lucas Moscovicz |
revset: added documentation and comment for spanset class
|
Tue, 11 Mar 2014 17:25:53 -0700 |
Lucas Moscovicz |
revset: extend sorting tests
|
Fri, 14 Mar 2014 13:12:45 -0500 |
Matt Mackall |
merge with crew
|
Tue, 11 Mar 2014 17:25:53 -0700 |
Lucas Moscovicz |
revset: changed smartset methods to return ordered addsets
|
Fri, 14 Mar 2014 10:24:09 -0700 |
Lucas Moscovicz |
revset: added isascending and isdescending methods to _addset
|
Fri, 14 Mar 2014 10:23:54 -0700 |
Lucas Moscovicz |
revset: added __add__ method to _addset
|
Fri, 14 Mar 2014 10:22:51 -0700 |
Lucas Moscovicz |
revset: added __sub__ mehtod to _addset
|
Fri, 14 Mar 2014 10:22:29 -0700 |
Lucas Moscovicz |
revset: added __and__ method to _addset
|
Fri, 14 Mar 2014 10:21:56 -0700 |
Lucas Moscovicz |
revset: added ascending and descending methods to _addset
|
Thu, 13 Mar 2014 19:12:36 -0700 |
Lucas Moscovicz |
revset: added filter method to _addset
|
Fri, 14 Mar 2014 09:18:14 -0700 |
Lucas Moscovicz |
revset: added comments to all methods needed to duck-type from baseset
|
Fri, 14 Mar 2014 10:10:18 -0700 |
Lucas Moscovicz |
revset: use more explicit argument names for baseset methods
|
Tue, 11 Mar 2014 17:09:23 -0700 |
Lucas Moscovicz |
revset: added isascending and isdescending methods to smartset classes
|
Tue, 11 Mar 2014 17:03:43 -0700 |
Lucas Moscovicz |
revset: added sort method in addset
|
Thu, 13 Mar 2014 18:57:30 -0700 |
Lucas Moscovicz |
revset: added reverse method to addset
|
Thu, 13 Mar 2014 13:29:04 -0700 |
Lucas Moscovicz |
revset: changed _iterator() method on addset to work with a given order
|
Thu, 13 Mar 2014 14:51:04 -0700 |
Lucas Moscovicz |
revset: changed _iterator() in addset to use the generated list when available
|
Tue, 11 Mar 2014 16:59:42 -0700 |
Lucas Moscovicz |
revset: added cached generated list to addset
|
Thu, 13 Mar 2014 17:15:21 -0700 |
Lucas Moscovicz |
revset: changed sort method to use native sort implementation of smartsets
|
Thu, 13 Mar 2014 17:16:58 -0700 |
Lucas Moscovicz |
revset: fixed sorting issue with spanset
|
Thu, 13 Mar 2014 17:20:03 -0700 |
Lucas Moscovicz |
tests: added tests to test sort revset
|
Fri, 14 Mar 2014 09:07:59 -0700 |
Lucas Moscovicz |
revset: added __nonzero__ method to spanset class
|
Sat, 25 Jun 2011 02:46:23 +0200 |
Pierre-Yves David |
require: provide a link to a wiki page in addition of suggesting upgrade
|
Thu, 06 Mar 2014 09:41:47 -0800 |
Lucas Moscovicz |
revset: optimized sort method in lazyset class
|
Thu, 13 Mar 2014 13:47:21 -0700 |
Durham Goode |
revset: improve head revset performance
|
Tue, 11 Mar 2014 16:52:15 -0700 |
Lucas Moscovicz |
revset: added ascending attribute to addset class
|
Mon, 10 Mar 2014 10:49:04 -0700 |
Lucas Moscovicz |
revset: added set method to addset to duck type generatorset
|
Thu, 13 Mar 2014 15:00:34 -0500 |
Matt Mackall |
merge with default
|
Thu, 13 Mar 2014 14:34:32 -0500 |
Matt Mackall |
revsets: backout d04aac468bf4 due to performance regressions
|
Wed, 12 Mar 2014 17:20:26 -0700 |
Lucas Moscovicz |
revset: made addset a private class
|
Wed, 12 Mar 2014 17:19:46 -0700 |
Lucas Moscovicz |
revset: made descgeneratorset a private class
|
Wed, 12 Mar 2014 17:18:54 -0700 |
Lucas Moscovicz |
revset: made ascgeneratorset a private class
|
Wed, 12 Mar 2014 17:07:38 -0700 |
Lucas Moscovicz |
revset: made generatorset a private class
|
Wed, 05 Mar 2014 18:49:47 -0800 |
Lucas Moscovicz |
cmdutil: changed walkchangerevs to use spanset instead of baseset
|
Mon, 24 Feb 2014 16:36:17 -0800 |
Lucas Moscovicz |
revset: added sort methods to generatorsets
|
Thu, 13 Mar 2014 12:05:08 -0500 |
Matt Mackall |
merge with stable
|
Tue, 04 Feb 2014 18:33:25 -0500 |
Augie Fackler |
fix_bytesmod: use the "from mercurial" form of the import to avoid breaking httpclient
|
Thu, 13 Mar 2014 19:48:41 +0900 |
FUJIWARA Katsunori |
commit: create new amend changeset as secret correctly for "--secret" option
stable
|
Wed, 12 Mar 2014 10:26:48 +0200 |
Cristian Zamfir |
hg log: solves bug regarding hg log -r 0:null (issue4039)
stable
|
Mon, 10 Mar 2014 17:52:42 -0400 |
Augie Fackler |
killdaemons: drop superfluous L suffix from constant
|
Wed, 12 Mar 2014 18:28:57 -0400 |
Augie Fackler |
setup.py: fix 2.4 breakage in 77ab0abb
|
Thu, 19 Sep 2013 15:38:42 -0400 |
Augie Fackler |
setup: handle more invalid python3 syntax
|
Fri, 07 Mar 2014 14:06:49 -0800 |
Lucas Moscovicz |
revset: changed __add__ methods on lazy sets to return addsets (issue4191)
|
Fri, 07 Mar 2014 13:48:31 -0800 |
Lucas Moscovicz |
revset: added addset class with its basic methods
|
Tue, 11 Feb 2014 14:03:43 -0800 |
Lucas Moscovicz |
revset: changed _children method to use lazy structures
|
Mon, 10 Feb 2014 12:26:45 -0800 |
Lucas Moscovicz |
revset: changed descendants revset to use lazy generators
|
Fri, 07 Feb 2014 13:44:57 -0800 |
Lucas Moscovicz |
revset: optimized _revancestors method based on order of revisions
|
Fri, 07 Feb 2014 10:32:02 -0800 |
Lucas Moscovicz |
revset: changed ancestors revset to return lazy generators
|
Tue, 11 Mar 2014 14:36:40 +0900 |
FUJIWARA Katsunori |
doc: show short description of each commands in generated documents
|
Wed, 12 Mar 2014 13:31:27 -0400 |
Augie Fackler |
check-code: disallow use of dict(key=value) construction
|
Wed, 12 Mar 2014 13:29:29 -0400 |
Augie Fackler |
setup.py: move from dict() construction to {} literals
|
Wed, 12 Mar 2014 13:21:30 -0400 |
Augie Fackler |
test-wireproto: move from dict() construction to {} literals
|
Wed, 12 Mar 2014 13:21:17 -0400 |
Augie Fackler |
test-url: move from dict() construction to {} literals
|
Wed, 12 Mar 2014 13:21:02 -0400 |
Augie Fackler |
test-filelog: move from dict() construction to {} literals
|
Wed, 12 Mar 2014 13:20:42 -0400 |
Augie Fackler |
templatekw: move from dict() construction to {} literals
|
Wed, 12 Mar 2014 13:20:24 -0400 |
Augie Fackler |
minirst: move from dict() construction to {} literals
|
Wed, 12 Mar 2014 13:20:04 -0400 |
Augie Fackler |
webutil: move from dict() construction to {} literals
|
Wed, 12 Mar 2014 13:19:43 -0400 |
Augie Fackler |
run-tests: move from dict() construction to {} literals
|
Wed, 12 Mar 2014 13:19:20 -0400 |
Augie Fackler |
util: move from dict() construction to {} literals
|
Wed, 12 Mar 2014 13:29:07 -0400 |
Augie Fackler |
webcommands: move from dict() construction to {} literals
|
Wed, 12 Mar 2014 13:15:37 -0400 |
Augie Fackler |
hgwebdir_mod: move from dict() construction to {} literals
|
Wed, 12 Mar 2014 13:15:09 -0400 |
Augie Fackler |
filemerge: move from dict() construction to {} literals
|
Wed, 12 Mar 2014 13:14:31 -0400 |
Augie Fackler |
changegroup: move from dict() construction to {} literals
|
Wed, 12 Mar 2014 13:13:42 -0400 |
Augie Fackler |
extdiff: move from dict() construction to {} literals
|
Wed, 12 Mar 2014 13:13:10 -0400 |
Augie Fackler |
bugzilla: move from dict() construction to {} literals
|
Wed, 12 Mar 2014 13:12:26 -0400 |
Augie Fackler |
synthrepo: move from dict() construction to {} literals
|
Wed, 12 Mar 2014 13:00:51 -0400 |
Augie Fackler |
wireproto: remove todict() and use {} literals instead
|
Tue, 11 Mar 2014 16:19:08 -0500 |
Matt Mackall |
merge with stable
|
Mon, 10 Mar 2014 15:00:41 -0500 |
Matt Mackall |
templater: deprecate --style now that -T exists
|
Sat, 08 Mar 2014 17:38:50 -0600 |
Matt Mackall |
templating: make -T much more flexible
|
Sat, 08 Mar 2014 16:14:08 -0600 |
Matt Mackall |
changeset_templater: remove use_template method
|
Sat, 08 Mar 2014 16:01:58 -0600 |
Matt Mackall |
cmdutil: make helper function to process template args
|
Sat, 08 Mar 2014 15:27:25 -0600 |
Matt Mackall |
commands: add -T alternative to --template
|
Fri, 07 Mar 2014 14:29:26 -0500 |
Jordi GutiƩrrez Hermoso |
config: clarify and exemplify the user name in the sample config file
|
Mon, 10 Mar 2014 01:01:43 +0900 |
FUJIWARA Katsunori |
templater: make strings in template expressions be "string-escape"-ed correctly
stable
|
Mon, 10 Mar 2014 01:01:43 +0900 |
FUJIWARA Katsunori |
templater: apply "stringify()" on sub expression to get string correctly
stable
|
Mon, 10 Mar 2014 01:01:42 +0900 |
FUJIWARA Katsunori |
templater: avoid recursive evaluation of string literals completely
stable
|
Thu, 06 Mar 2014 17:26:49 -0600 |
Matt Mackall |
status: improve explanation of ' ' status
|
Tue, 18 Feb 2014 13:07:08 -0800 |
Lucas Moscovicz |
revset: changed methods in spanset to return ordered sets
|
Tue, 25 Feb 2014 10:36:23 -0800 |
Lucas Moscovicz |
revset: added sort method to orderedlazyset
|
Fri, 07 Feb 2014 08:44:18 -0800 |
Lucas Moscovicz |
revset: added order methods to lazyset classes
|
Thu, 06 Mar 2014 12:37:28 +0100 |
Olle Lundberg |
setdiscovery: document algorithms used
|
Thu, 20 Feb 2014 09:17:22 +0100 |
Simon Heimberg |
doc: gendoc.py creates valid output for option descriptions with newlines
|
Wed, 19 Feb 2014 17:32:21 +0100 |
Simon Heimberg |
minirst: create valid output when table data contains a newline
|
Wed, 05 Mar 2014 14:03:08 +0100 |
Simon Heimberg |
tests: match time by a glob to fix intermittent failures of test-lock-badness.t
|
Wed, 05 Mar 2014 10:49:43 -0800 |
Pierre-Yves David |
merge: adds documentation to the mergestate class
|
Wed, 05 Mar 2014 10:22:43 -0800 |
Pierre-Yves David |
merge: add blank line between mergestate's method
|
Mon, 03 Mar 2014 23:21:24 +0900 |
Yuya Nishihara |
cmdserver: allow to start server without repository
|
Mon, 03 Mar 2014 23:11:17 +0900 |
Yuya Nishihara |
cmdserver: prepare test for starting server without repository
|
Thu, 06 Mar 2014 01:24:03 +0100 |
Olle Lundberg |
histedit: move logic for finding child nodes to new function
|
Wed, 05 Mar 2014 22:02:45 +0100 |
Olle Lundberg |
histedit: clean up lock imports
|
Wed, 05 Mar 2014 17:42:05 -0800 |
Lucas Moscovicz |
localrepo: changed revs to use spanset instead of baseset
|
Wed, 05 Mar 2014 09:31:05 +0000 |
Ed Morley |
extensions: use normpath to allow trailing '\' on Windows (issue4187)
|
Tue, 04 Mar 2014 09:56:59 -0600 |
Matt Mackall |
tests: fix unused imports from inotify removal caught by pyflakes
|
Thu, 27 Feb 2014 17:27:03 -0800 |
Lucas Moscovicz |
revset: added ordered generatorset classes with __contains__ method
|
Tue, 25 Feb 2014 20:29:46 +0100 |
Mads Kiilerich |
merge: use the right ancestor when both sides copied the same file
|
Tue, 25 Feb 2014 20:29:14 +0100 |
Mads Kiilerich |
copies: when both sides made the same copy, report it as a copy
|
Sun, 02 Mar 2014 18:36:02 +0100 |
Mads Kiilerich |
merge: handle create+delete prompts in calculateupdates
|
Fri, 28 Feb 2014 02:26:03 +0100 |
Mads Kiilerich |
merge: handle acceptremove of create+delete early in manifest merge
|
Sun, 02 Mar 2014 18:30:41 +0100 |
Mads Kiilerich |
largefiles: override calculateupdates instead of manifestmerge
|
Tue, 25 Feb 2014 20:28:40 +0100 |
Mads Kiilerich |
tests: add systematic test of merge ancestor calculation
|
Sun, 02 Mar 2014 18:25:19 +0100 |
Mads Kiilerich |
tests: add test case for criss cross merge
|
Mon, 03 Mar 2014 15:34:09 -0600 |
Matt Mackall |
merge with stable
|
Mon, 03 Mar 2014 12:54:46 -0800 |
Lucas Moscovicz |
revset: changed generatorset code to remove unnecesary function call
|
Mon, 03 Mar 2014 15:50:45 +0900 |
Yuya Nishihara |
phase: say "Returns 0" instead of "Return 0" like other command help
stable
|
Mon, 03 Mar 2014 15:50:41 +0900 |
Yuya Nishihara |
dirstate: remove double imports of errno
|
Mon, 03 Mar 2014 15:50:51 +0900 |
Yuya Nishihara |
cmdserver: mask return code of runcommand in the same way as dispatch.run
|
Mon, 03 Mar 2014 15:50:48 +0900 |
Yuya Nishihara |
cmdserver: include non-zero return code of runcommand in test output
|
Mon, 03 Mar 2014 19:41:30 +0900 |
Yuya Nishihara |
cmdserver: recreate mq object on runcommand in case queue path was changed
|
Mon, 03 Mar 2014 19:41:26 +0900 |
Yuya Nishihara |
cmdserver: reload mq on each runcommand request to avoid corruption
|
Mon, 03 Mar 2014 19:41:23 +0900 |
Yuya Nishihara |
localrepo: add hook point to invalidate everything on each command-server run
|
Mon, 03 Mar 2014 23:37:59 +0530 |
anuraggoel |
paper: overlapping of section title on help pages (issue4051)
stable
|
Sat, 01 Mar 2014 20:08:41 -0600 |
Matt Mackall |
contrib: drop tmplrewrite
|
Sat, 01 Mar 2014 19:51:22 -0600 |
Matt Mackall |
extensions: mark win32text deprecated
|
Sat, 01 Mar 2014 19:44:14 -0600 |
Matt Mackall |
extensions: remove interhg
|
Sat, 01 Mar 2014 16:20:15 -0600 |
Matt Mackall |
extensions: remove the inotify extension (BC)
|
Sat, 01 Mar 2014 21:08:43 -0500 |
Augie Fackler |
merge main and crew
|
Sat, 01 Mar 2014 21:08:28 -0500 |
Augie Fackler |
merge with stable
|
Sat, 01 Mar 2014 09:30:23 -0500 |
Augie Fackler |
merge with mpm
|
Sat, 01 Mar 2014 09:21:45 -0500 |
Augie Fackler |
test-help.t: fix for non-Linux platforms
|
Sat, 01 Mar 2014 15:22:49 -0600 |
Matt Mackall |
Added signature for changeset b96cb15ec9e0
stable
|
Sat, 01 Mar 2014 15:22:30 -0600 |
Matt Mackall |
Added tag 2.9.1 for changeset b96cb15ec9e0
stable
|
Sat, 01 Mar 2014 18:09:39 +0100 |
Mads Kiilerich |
merge: audit the right destination file when merging with dir rename
stable 2.9.1
|
Mon, 03 Feb 2014 02:09:46 -0500 |
Augie Fackler |
setup: specify --prefix="" for install-home-bin to avoid badness with defaults
|
Sat, 16 Nov 2013 08:57:08 -0800 |
Durham Goode |
revset: add 'only' revset
|
Thu, 06 Feb 2014 17:42:08 -0800 |
Lucas Moscovicz |
revset: added basic operators to orderedlazyset
|
Thu, 06 Feb 2014 09:28:41 -0800 |
Lucas Moscovicz |
revset: changed revset code to use filter method
|
Thu, 06 Feb 2014 17:18:11 -0800 |
Lucas Moscovicz |
revset: added filter method to revset classes
|
Wed, 05 Feb 2014 15:24:08 -0800 |
Lucas Moscovicz |
revset: added orderedlazyset class
|
Thu, 27 Feb 2014 23:17:37 -0600 |
Matt Mackall |
config: make repo optional again
|
Fri, 28 Feb 2014 02:28:12 +0100 |
Olle Lundberg |
merge: fix spelling of length
|
Mon, 10 Feb 2014 07:13:10 +0400 |
Alexander Drozdov |
ui: edit(): transplant: set HGREVISION environment variable for an editor
|
Thu, 06 Feb 2014 12:21:20 +0400 |
Alexander Drozdov |
ui: edit(): rebase, graft: set HGREVISION environment variable for an editor
|
Thu, 06 Feb 2014 10:15:20 +0400 |
Alexander Drozdov |
cmdutil: make commitforceeditor() to pass revision extras to ui.edit()
|
Thu, 06 Feb 2014 11:38:28 +0400 |
Alexander Drozdov |
ui: allow edit() to work with revision extras
|
Fri, 14 Feb 2014 00:36:44 +0100 |
Simon Heimberg |
tests: glob match has a glob character for not getting a warning on windows
|
Sun, 16 Feb 2014 23:41:24 +0100 |
Simon Heimberg |
run-tests: fixed warn detection on failures with too many output
|
Sun, 16 Feb 2014 23:36:02 +0100 |
Simon Heimberg |
run-tests: fixed warn detection on detecting warn only for lines
|
Thu, 27 Feb 2014 20:01:28 -0800 |
Pierre-Yves David |
obsolete: extract encoding of marker for pushkey from the list key function
|
Wed, 19 Feb 2014 13:46:49 -0800 |
Danek Duvall |
solaris: diff -u emits "No differences encountered"
|
Fri, 14 Feb 2014 00:34:20 +0100 |
Simon Heimberg |
rebase: do not raise an UnboundLocalError when called wrong (issue4106)
|
Thu, 27 Feb 2014 19:56:36 -0800 |
Siddharth Agarwal |
exchange: fix docs for pulloperation
|
Thu, 27 Feb 2014 18:57:03 -0600 |
Matt Mackall |
merge with stable
|
Tue, 25 Feb 2014 18:45:01 -0800 |
Pierre-Yves David |
resolve: use "other" changeset from merge state (issue4163)
stable
|
Tue, 25 Feb 2014 18:54:47 -0800 |
Pierre-Yves David |
merge: add "other" file node in the merge state file
stable
|
Thu, 27 Feb 2014 14:14:57 -0800 |
Pierre-Yves David |
merge: infer the "other" changeset when falling back to v1 format
stable
|
Tue, 25 Feb 2014 18:42:11 -0800 |
Pierre-Yves David |
merge: record the "other" node in merge state
stable
|
Tue, 25 Feb 2014 18:37:06 -0800 |
Pierre-Yves David |
merge: introduce new format for the state file
stable
|
Thu, 27 Feb 2014 12:59:41 -0800 |
Pierre-Yves David |
merge: change the merge state serialisation to use a record based logic
stable
|
Tue, 25 Feb 2014 17:14:49 -0800 |
Pierre-Yves David |
merge: move merge state file path into a constant
stable
|
Thu, 13 Feb 2014 09:18:16 -0800 |
Lucas Moscovicz |
revset: changed spanset __add__ implementation to work lazily
|
Thu, 13 Feb 2014 09:00:25 -0800 |
Lucas Moscovicz |
revset: changed lazyset __add__ implementation to work lazily
|
Tue, 25 Feb 2014 10:32:54 -0800 |
Pierre-Yves David |
obsstore: add a __len__ method
|
Tue, 25 Feb 2014 10:21:54 -0800 |
Pierre-Yves David |
obsstore: `create` method return True if a marker is actually added
|
Thu, 27 Feb 2014 15:31:44 -0600 |
Matt Mackall |
merge with crew
|
Thu, 27 Feb 2014 15:39:07 -0500 |
Augie Fackler |
help: exclude deprecated extensions in the disabled part of 'help extensions'
|
Thu, 27 Feb 2014 15:37:04 -0500 |
Augie Fackler |
test-help.t: add test for 'hg help extensions'
|
Thu, 27 Feb 2014 15:14:37 -0600 |
Matt Mackall |
ui: fix extra space in username abort
|
Thu, 27 Feb 2014 14:58:44 -0600 |
Matt Mackall |
tests: fix up config --edit breakage
|
Thu, 27 Feb 2014 14:48:36 -0600 |
Matt Mackall |
merge with stable
|
Thu, 27 Feb 2014 22:56:42 +0530 |
anuraggoel |
coal: hgweb style adds extra blank line in file view (issue4136)
stable
|
Tue, 25 Feb 2014 21:26:25 +0100 |
Piotr Klecha |
pull: close peer repo on completion (issue2491) (issue2797)
stable
|
Thu, 27 Feb 2014 00:24:06 +0100 |
Paul Boddie |
hgweb: ensure isdirectory is None for repositories, replacing any True value
stable
|
Thu, 27 Feb 2014 14:46:29 -0600 |
Matt Mackall |
ui: suggest config --edit when no username is set
|
Thu, 27 Feb 2014 14:01:52 -0600 |
Matt Mackall |
config: add example config file when -e called with no config
|
Thu, 27 Feb 2014 13:46:32 -0600 |
Matt Mackall |
config: add initial implementation of --edit
|
Wed, 26 Feb 2014 18:56:27 -0800 |
Pierre-Yves David |
revert: extract actual revert in its own function
|
Thu, 27 Feb 2014 12:42:09 -0600 |
Matt Mackall |
config: move showconfig code and add config as primary alias
|
Wed, 26 Feb 2014 17:15:55 -0800 |
Lucas Moscovicz |
revset: added _hexlist method to replace _list for %ln
|
Wed, 26 Feb 2014 17:57:23 -0600 |
Matt Mackall |
merge with stable
|
Thu, 27 Feb 2014 00:23:21 +0100 |
Olle Lundberg |
localrepo: language and spelling fixes in comment
|
Wed, 26 Feb 2014 12:36:36 -0800 |
Lucas Moscovicz |
revset: added _intlist method to replace _list for %ld
|
Tue, 25 Feb 2014 06:30:21 +0530 |
anuraggoel |
purge: avoid duplicate output for --print (issue4092)
stable
|
Mon, 24 Feb 2014 18:50:29 -0600 |
Matt Mackall |
merge with stable
|
Mon, 24 Feb 2014 18:49:09 -0600 |
Matt Mackall |
merge with stable
|
Mon, 24 Feb 2014 18:48:48 -0600 |
Matt Mackall |
merge with i18n
stable
|
Sun, 23 Feb 2014 18:03:47 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with 7b9d66c0e4fa
stable
|
Sun, 16 Feb 2014 09:04:49 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with 4e41b2fe46cc
stable
|
Mon, 24 Feb 2014 09:27:32 -0800 |
Lucas Moscovicz |
scmutil: changed revrange code not to use append
|
Tue, 25 Feb 2014 04:11:11 +0530 |
anuraggoel |
push: provide a hint when no paths in configured (issue3692)
|
Mon, 24 Feb 2014 22:42:14 +0100 |
Mads Kiilerich |
revlog: introduce commonancestors method for getting all common ancestor heads
|
Mon, 24 Feb 2014 22:42:14 +0100 |
Mads Kiilerich |
localrepo: commit: avoid calling expensive ancestor function when p1 is nullrev
|
Mon, 24 Feb 2014 22:42:13 +0100 |
Mads Kiilerich |
ancestors: remove unnecessary handling of 'left'
|
Mon, 24 Feb 2014 22:42:13 +0100 |
Mads Kiilerich |
parsers: remove unreachable and invalid code in index_ancestors
|
Thu, 13 Feb 2014 14:27:12 -0800 |
Lucas Moscovicz |
cmdutil: implemented new lazy increasingwindows
|
Thu, 20 Feb 2014 10:15:38 -0800 |
Lucas Moscovicz |
revset: added __nonzero__ method to lazyset
|
Wed, 12 Feb 2014 15:30:27 -0800 |
Lucas Moscovicz |
scmutil: changed revrange to return lazysets for new style revsets
|
Thu, 20 Feb 2014 02:43:17 +0100 |
Mads Kiilerich |
phases: make order of debug output 'removing unknown node' deterministic
|
Thu, 20 Feb 2014 02:39:01 +0100 |
Mads Kiilerich |
comments: fix minor spelling issues found with spell checker
|
Sat, 15 Feb 2014 01:23:12 +0100 |
Mads Kiilerich |
hooks: for python hooks, consistently use __name__ etc as name, not the repr
|
Sat, 15 Feb 2014 01:23:12 +0100 |
Mads Kiilerich |
hooks: move logging of hook name to after we have found the hook
|
Thu, 20 Feb 2014 02:39:01 +0100 |
Mads Kiilerich |
rebase: show nice list instead of set repr for 'computed skipped revs' debug
|
Sat, 15 Feb 2014 01:23:12 +0100 |
Mads Kiilerich |
rebase: fix 'rebase onto %d starting from %s' - show root instead of list repr
|
Wed, 12 Feb 2014 23:44:30 +0100 |
Mads Kiilerich |
log: describe graph symbols in the help
|
Thu, 20 Feb 2014 02:38:41 +0100 |
Mads Kiilerich |
tests: backout a82de9dc4f77, debugstacktrace is now stable, drop workaround
|
Thu, 20 Feb 2014 02:38:36 +0100 |
Mads Kiilerich |
util: debugstacktrace, flush before and after writing
|
Wed, 19 Feb 2014 21:32:14 -0800 |
Siddharth Agarwal |
run-tests.py: work when --with-hg is set to system hg
|
Wed, 12 Feb 2014 18:45:49 -0800 |
Lucas Moscovicz |
revset: added cached generated list on generatorset
|
Thu, 20 Feb 2014 00:46:13 -0600 |
Sean Farley |
templater: shorten pure integers
|
Fri, 21 Feb 2014 13:16:17 -0800 |
Lucas Moscovicz |
revset: fixed bug where log -f was taking too long to return
|
Thu, 20 Feb 2014 16:12:27 -0600 |
Matt Mackall |
merge with stable
|
Wed, 05 Feb 2014 15:23:11 -0800 |
Lucas Moscovicz |
revset: added generatorset class with cached __contains__ method
|
Wed, 19 Feb 2014 13:11:24 -0800 |
Danek Duvall |
pathencode: eliminate signed integer warnings
stable
|
Wed, 19 Feb 2014 12:56:41 -0800 |
Lucas Moscovicz |
revset: changed last implementation to use lazy classes
|