Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-384
+384
+1000
+3000
+10000
+30000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
bundle2: urlunquote stream parameter name and value during unbundling
2014-03-18, by Pierre-Yves David
bundle2: urlquote stream parameter name and value
2014-03-18, by Pierre-Yves David
bundle2: support for unbundling parameter value
2014-03-18, by Pierre-Yves David
bundle2: support for bundling parameter value
2014-03-18, by Pierre-Yves David
bundle2: clarify stream parameter design in the documentation
2014-03-20, by Pierre-Yves David
repoview: add non-global tags to candidate list for blocking hidden changesets
2014-03-18, by Sean Farley
histedit: select the lowest rev when looking for a root in a revset (bc)
2014-03-13, by David Soria Parra
bundle2: support for unbundling simple parameter
2014-03-18, by Pierre-Yves David
bundle2: support bundling simple parameter
2014-03-19, by Pierre-Yves David
bundle2: make sure the unbundler refuse non bundle2 stream
2014-03-18, by Pierre-Yves David
bundle2: a very first version of bundle2 unbundler
2014-03-18, by Pierre-Yves David
bundle2: very first version of a bundle2 bundler
2014-03-18, by Pierre-Yves David
clone: abort if default destination has no meaningful name (BC)
2014-03-22, by Yuya Nishihara
clone: add doctest for default destination
2014-03-22, by Yuya Nishihara
scmutil: fix revrange when multiple revs are specified
2014-03-20, by Durham Goode
parsers: fix compiler errors on MSVC 2008
2014-03-20, by Matt Harbison
check-code: check for argument passing py2.6ism
2014-03-19, by Matt Mackall
merge with stable
2014-03-19, by Matt Mackall
sshpeer: only print out 'running ssh' messages in debug mode (BC)
2014-03-18, by Siddharth Agarwal
tests: small refactoring of run-tests' handling of tests list
2014-03-19, by Mads Kiilerich
merge: mark mergestate as dirty when resolve changes _state
2014-02-28, by Mads Kiilerich
backout: improve confusing 'cannot backout change on a different branch' abort
2014-02-24, by Mads Kiilerich
config: set a 'source' in most cases where config don't come from file but code
2014-03-19, by Mads Kiilerich
config: don't set source when no source is specified - don't overwrite with ''
2014-03-19, by Mads Kiilerich
config: give a useful hint of source for the most common command line settings
2014-03-19, by Mads Kiilerich
config: backout 77f1f206e135 - 743daa601445 removed the only use of overlay
2014-03-19, by Mads Kiilerich
mq: omit ".hgsubstate" from qnew/qrefresh target list for consistent node hash
2014-03-20, by FUJIWARA Katsunori
qnew: omit meaningless and harmful putting subrepositories into target list
2014-03-20, by FUJIWARA Katsunori
convert: more clear documentation of the 'include' default of a 'include .'
stable
2014-03-19, by Mads Kiilerich
config: mention edit options and config topic in help
2014-03-18, by Matt Mackall
config: add --global and --local flags
2014-03-18, by Matt Mackall
revrange: pass repo to revset parser
2014-03-18, by Matt Mackall
revset: try to handle hyphenated symbols if lookup callback is available
2014-03-18, by Matt Mackall
revset: pass a lookup function to the tokenizer
2014-03-18, by Matt Mackall
parser: allow passing a lookup function to a tokenizer
2014-03-18, by Matt Mackall
benchmark-revset: add full version of benchmarked revset
2014-03-15, by Pierre-Yves David
localrepo: rename capability set to lower case.
2014-03-14, by Pierre-Yves David
wireproto: move wireproto capabilities computation in a subfunction
2014-03-12, by Pierre-Yves David
wireproto: extract capabilities list in outside the wireproto function
2014-03-11, by Pierre-Yves David
merge with stable
2014-03-18, by Matt Mackall
commit: propagate --secret option to subrepos (issue4182)
stable
2014-03-17, by Jordi GutiƩrrez Hermoso
amend: save commit message into ".hg/last-message.txt"
stable
2014-03-19, by FUJIWARA Katsunori
histedit: save manually edited commit message into ".hg/last-message.txt"
stable
2014-03-19, by FUJIWARA Katsunori
qfold: save manually edited commit message into ".hg/last-message.txt"
stable
2014-03-19, by FUJIWARA Katsunori
qnew: save manually edited commit message into ".hg/last-message.txt"
stable
2014-03-19, by FUJIWARA Katsunori
tag: save manually edited commit message into ".hg/last-message.txt"
stable
2014-03-19, by FUJIWARA Katsunori
rebase: use "commitforceeditor" instead of "ui.edit()" for "--collapse"
stable
2014-03-19, by FUJIWARA Katsunori
localrepo: save manually edited commit message as soon as possible
stable
2014-03-19, by FUJIWARA Katsunori
hgk: enable selected patch text on Windows
2014-03-15, by Andrew Shadura
hgk: ignore ctrl-z as EOF on windows
2014-03-15, by Andrew Shadura
graphmod: changed code in dagwalker to use lazy implementations
2014-03-14, by Lucas Moscovicz
webcommands: changed code to use lazy classes when calling dagwalker
2014-03-14, by Lucas Moscovicz
cmdutil: changed max method for lazy call
2014-03-14, by Lucas Moscovicz
getgraphlogrevs: return an empty baseset instead of a empty list
2014-03-14, by Lucas Moscovicz
getgraphlogrevs: do not convert smartset to baseset
2014-03-14, by Pierre-Yves David
cmdutil: changed revset for spanset
2014-03-14, by Lucas Moscovicz
cmdutil: changed code in _makegraphlogrevset not to use getitem
2014-03-14, by Lucas Moscovicz
cmdutil: changed code in getgraphlogrevs not to use getitem
2014-03-14, by Lucas Moscovicz
revset: changed minrev and maxrev implementations to use ordered sets
2014-02-18, by Lucas Moscovicz
revset: changed addset to extend _orderedsetmixin
2014-03-14, by Lucas Moscovicz
revset: add a default argument for baseset.__init__
2014-03-14, by Pierre-Yves David
revset: changed orderedlazyset to also extend _orderedsetmixin
2014-03-13, by Lucas Moscovicz
revset: changed spanset to extend _orderedsetmixin
2014-03-13, by Lucas Moscovicz
revset: added _orderedsetmixin class
2014-03-12, by Lucas Moscovicz
revset: added min and max methods to baseset and lazyset
2014-02-19, by Lucas Moscovicz
contrib: make revset benchmark script able to read from stdin
2014-03-14, by Pierre-Yves David
contrib: have the revset benchmark test script take a revset
2014-03-14, by Pierre-Yves David
contrib: added revset performance benchmarking script
2014-03-14, by Lucas Moscovicz
contrib: added revset examples for benchmarking performance
2014-03-14, by Lucas Moscovicz
help: filter out deprecated options with untranslated descriptions
2014-02-17, by Simon Heimberg
parsers: fail fast if Python has wrong minor version (issue4110)
2013-12-04, by Chris Jerdonek
debuginstall: change showing to checking for consistency and future checking
2014-03-14, by Matt Mackall
debuginstall: add Python information to debuginstall output (issue4128)
2013-12-31, by Chris Jerdonek
revset: add documentation and comment for _generatorset
2014-03-14, by Pierre-Yves David
revset: add some documentation for lazyset
2014-03-14, by Pierre-Yves David
revset: added documentation and comment for spanset class
2014-03-14, by Lucas Moscovicz
revset: extend sorting tests
2014-03-11, by Lucas Moscovicz
merge with crew
2014-03-14, by Matt Mackall
revset: changed smartset methods to return ordered addsets
2014-03-11, by Lucas Moscovicz
revset: added isascending and isdescending methods to _addset
2014-03-14, by Lucas Moscovicz
revset: added __add__ method to _addset
2014-03-14, by Lucas Moscovicz
revset: added __sub__ mehtod to _addset
2014-03-14, by Lucas Moscovicz
revset: added __and__ method to _addset
2014-03-14, by Lucas Moscovicz
revset: added ascending and descending methods to _addset
2014-03-14, by Lucas Moscovicz
revset: added filter method to _addset
2014-03-13, by Lucas Moscovicz
revset: added comments to all methods needed to duck-type from baseset
2014-03-14, by Lucas Moscovicz
revset: use more explicit argument names for baseset methods
2014-03-14, by Lucas Moscovicz
revset: added isascending and isdescending methods to smartset classes
2014-03-11, by Lucas Moscovicz
revset: added sort method in addset
2014-03-11, by Lucas Moscovicz
revset: added reverse method to addset
2014-03-13, by Lucas Moscovicz
revset: changed _iterator() method on addset to work with a given order
2014-03-13, by Lucas Moscovicz
revset: changed _iterator() in addset to use the generated list when available
2014-03-13, by Lucas Moscovicz
revset: added cached generated list to addset
2014-03-11, by Lucas Moscovicz
revset: changed sort method to use native sort implementation of smartsets
2014-03-13, by Lucas Moscovicz
revset: fixed sorting issue with spanset
2014-03-13, by Lucas Moscovicz
tests: added tests to test sort revset
2014-03-13, by Lucas Moscovicz
revset: added __nonzero__ method to spanset class
2014-03-14, by Lucas Moscovicz
require: provide a link to a wiki page in addition of suggesting upgrade
2011-06-25, by Pierre-Yves David
revset: optimized sort method in lazyset class
2014-03-06, by Lucas Moscovicz
revset: improve head revset performance
2014-03-13, by Durham Goode
revset: added ascending attribute to addset class
2014-03-11, by Lucas Moscovicz
revset: added set method to addset to duck type generatorset
2014-03-10, by Lucas Moscovicz
merge with default
2014-03-13, by Matt Mackall
revsets: backout d04aac468bf4 due to performance regressions
2014-03-13, by Matt Mackall
revset: made addset a private class
2014-03-12, by Lucas Moscovicz
revset: made descgeneratorset a private class
2014-03-12, by Lucas Moscovicz
revset: made ascgeneratorset a private class
2014-03-12, by Lucas Moscovicz
revset: made generatorset a private class
2014-03-12, by Lucas Moscovicz
cmdutil: changed walkchangerevs to use spanset instead of baseset
2014-03-05, by Lucas Moscovicz
revset: added sort methods to generatorsets
2014-02-24, by Lucas Moscovicz
merge with stable
2014-03-13, by Matt Mackall
fix_bytesmod: use the "from mercurial" form of the import to avoid breaking httpclient
2014-02-04, by Augie Fackler
commit: create new amend changeset as secret correctly for "--secret" option
stable
2014-03-13, by FUJIWARA Katsunori
hg log: solves bug regarding hg log -r 0:null (issue4039)
stable
2014-03-12, by Cristian Zamfir
killdaemons: drop superfluous L suffix from constant
2014-03-10, by Augie Fackler
setup.py: fix 2.4 breakage in 77ab0abb
2014-03-12, by Augie Fackler
setup: handle more invalid python3 syntax
2013-09-19, by Augie Fackler
revset: changed __add__ methods on lazy sets to return addsets (issue4191)
2014-03-07, by Lucas Moscovicz
revset: added addset class with its basic methods
2014-03-07, by Lucas Moscovicz
revset: changed _children method to use lazy structures
2014-02-11, by Lucas Moscovicz
revset: changed descendants revset to use lazy generators
2014-02-10, by Lucas Moscovicz
revset: optimized _revancestors method based on order of revisions
2014-02-07, by Lucas Moscovicz
revset: changed ancestors revset to return lazy generators
2014-02-07, by Lucas Moscovicz
doc: show short description of each commands in generated documents
2014-03-11, by FUJIWARA Katsunori
check-code: disallow use of dict(key=value) construction
2014-03-12, by Augie Fackler
setup.py: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
test-wireproto: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
test-url: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
test-filelog: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
templatekw: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
minirst: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
webutil: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
run-tests: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
util: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
webcommands: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
hgwebdir_mod: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
filemerge: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
changegroup: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
extdiff: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
bugzilla: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
synthrepo: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
wireproto: remove todict() and use {} literals instead
2014-03-12, by Augie Fackler
merge with stable
2014-03-11, by Matt Mackall
templater: deprecate --style now that -T exists
2014-03-10, by Matt Mackall
templating: make -T much more flexible
2014-03-08, by Matt Mackall
changeset_templater: remove use_template method
2014-03-08, by Matt Mackall
cmdutil: make helper function to process template args
2014-03-08, by Matt Mackall
commands: add -T alternative to --template
2014-03-08, by Matt Mackall
config: clarify and exemplify the user name in the sample config file
2014-03-07, by Jordi GutiƩrrez Hermoso
templater: make strings in template expressions be "string-escape"-ed correctly
stable
2014-03-10, by FUJIWARA Katsunori
templater: apply "stringify()" on sub expression to get string correctly
stable
2014-03-10, by FUJIWARA Katsunori
templater: avoid recursive evaluation of string literals completely
stable
2014-03-10, by FUJIWARA Katsunori
status: improve explanation of ' ' status
2014-03-06, by Matt Mackall
revset: changed methods in spanset to return ordered sets
2014-02-18, by Lucas Moscovicz
revset: added sort method to orderedlazyset
2014-02-25, by Lucas Moscovicz
revset: added order methods to lazyset classes
2014-02-07, by Lucas Moscovicz
setdiscovery: document algorithms used
2014-03-06, by Olle Lundberg
doc: gendoc.py creates valid output for option descriptions with newlines
2014-02-20, by Simon Heimberg
minirst: create valid output when table data contains a newline
2014-02-19, by Simon Heimberg
tests: match time by a glob to fix intermittent failures of test-lock-badness.t
2014-03-05, by Simon Heimberg
merge: adds documentation to the mergestate class
2014-03-05, by Pierre-Yves David
merge: add blank line between mergestate's method
2014-03-05, by Pierre-Yves David
cmdserver: allow to start server without repository
2014-03-03, by Yuya Nishihara
cmdserver: prepare test for starting server without repository
2014-03-03, by Yuya Nishihara
histedit: move logic for finding child nodes to new function
2014-03-06, by Olle Lundberg
histedit: clean up lock imports
2014-03-05, by Olle Lundberg
localrepo: changed revs to use spanset instead of baseset
2014-03-05, by Lucas Moscovicz
extensions: use normpath to allow trailing '\' on Windows (issue4187)
2014-03-05, by Ed Morley
tests: fix unused imports from inotify removal caught by pyflakes
2014-03-04, by Matt Mackall
revset: added ordered generatorset classes with __contains__ method
2014-02-27, by Lucas Moscovicz
merge: use the right ancestor when both sides copied the same file
2014-02-25, by Mads Kiilerich
copies: when both sides made the same copy, report it as a copy
2014-02-25, by Mads Kiilerich
merge: handle create+delete prompts in calculateupdates
2014-03-02, by Mads Kiilerich
merge: handle acceptremove of create+delete early in manifest merge
2014-02-28, by Mads Kiilerich
largefiles: override calculateupdates instead of manifestmerge
2014-03-02, by Mads Kiilerich
tests: add systematic test of merge ancestor calculation
2014-02-25, by Mads Kiilerich
tests: add test case for criss cross merge
2014-03-02, by Mads Kiilerich
merge with stable
2014-03-03, by Matt Mackall
revset: changed generatorset code to remove unnecesary function call
2014-03-03, by Lucas Moscovicz
phase: say "Returns 0" instead of "Return 0" like other command help
stable
2014-03-03, by Yuya Nishihara
dirstate: remove double imports of errno
2014-03-03, by Yuya Nishihara
cmdserver: mask return code of runcommand in the same way as dispatch.run
2014-03-03, by Yuya Nishihara
cmdserver: include non-zero return code of runcommand in test output
2014-03-03, by Yuya Nishihara
cmdserver: recreate mq object on runcommand in case queue path was changed
2014-03-03, by Yuya Nishihara
cmdserver: reload mq on each runcommand request to avoid corruption
2014-03-03, by Yuya Nishihara
localrepo: add hook point to invalidate everything on each command-server run
2014-03-03, by Yuya Nishihara
paper: overlapping of section title on help pages (issue4051)
stable
2014-03-03, by anuraggoel
contrib: drop tmplrewrite
2014-03-01, by Matt Mackall
extensions: mark win32text deprecated
2014-03-01, by Matt Mackall
extensions: remove interhg
2014-03-01, by Matt Mackall
extensions: remove the inotify extension (BC)
2014-03-01, by Matt Mackall
merge main and crew
2014-03-01, by Augie Fackler
merge with stable
2014-03-01, by Augie Fackler
merge with mpm
2014-03-01, by Augie Fackler
test-help.t: fix for non-Linux platforms
2014-03-01, by Augie Fackler
Added signature for changeset b96cb15ec9e0
stable
2014-03-01, by Matt Mackall
Added tag 2.9.1 for changeset b96cb15ec9e0
stable
2014-03-01, by Matt Mackall
merge: audit the right destination file when merging with dir rename
stable
2.9.1
2014-03-01, by Mads Kiilerich
setup: specify --prefix="" for install-home-bin to avoid badness with defaults
2014-02-03, by Augie Fackler
revset: add 'only' revset
2013-11-16, by Durham Goode
revset: added basic operators to orderedlazyset
2014-02-06, by Lucas Moscovicz
revset: changed revset code to use filter method
2014-02-06, by Lucas Moscovicz
revset: added filter method to revset classes
2014-02-06, by Lucas Moscovicz
revset: added orderedlazyset class
2014-02-05, by Lucas Moscovicz
config: make repo optional again
2014-02-27, by Matt Mackall
merge: fix spelling of length
2014-02-28, by Olle Lundberg
ui: edit(): transplant: set HGREVISION environment variable for an editor
2014-02-10, by Alexander Drozdov
ui: edit(): rebase, graft: set HGREVISION environment variable for an editor
2014-02-06, by Alexander Drozdov
cmdutil: make commitforceeditor() to pass revision extras to ui.edit()
2014-02-06, by Alexander Drozdov
ui: allow edit() to work with revision extras
2014-02-06, by Alexander Drozdov
tests: glob match has a glob character for not getting a warning on windows
2014-02-14, by Simon Heimberg
run-tests: fixed warn detection on failures with too many output
2014-02-16, by Simon Heimberg
run-tests: fixed warn detection on detecting warn only for lines
2014-02-16, by Simon Heimberg
obsolete: extract encoding of marker for pushkey from the list key function
2014-02-27, by Pierre-Yves David
solaris: diff -u emits "No differences encountered"
2014-02-19, by Danek Duvall
rebase: do not raise an UnboundLocalError when called wrong (issue4106)
2014-02-14, by Simon Heimberg
exchange: fix docs for pulloperation
2014-02-27, by Siddharth Agarwal
merge with stable
2014-02-27, by Matt Mackall
resolve: use "other" changeset from merge state (issue4163)
stable
2014-02-25, by Pierre-Yves David
merge: add "other" file node in the merge state file
stable
2014-02-25, by Pierre-Yves David
merge: infer the "other" changeset when falling back to v1 format
stable
2014-02-27, by Pierre-Yves David
merge: record the "other" node in merge state
stable
2014-02-25, by Pierre-Yves David
merge: introduce new format for the state file
stable
2014-02-25, by Pierre-Yves David
merge: change the merge state serialisation to use a record based logic
stable
2014-02-27, by Pierre-Yves David
merge: move merge state file path into a constant
stable
2014-02-25, by Pierre-Yves David
revset: changed spanset __add__ implementation to work lazily
2014-02-13, by Lucas Moscovicz
revset: changed lazyset __add__ implementation to work lazily
2014-02-13, by Lucas Moscovicz
obsstore: add a __len__ method
2014-02-25, by Pierre-Yves David
obsstore: `create` method return True if a marker is actually added
2014-02-25, by Pierre-Yves David
merge with crew
2014-02-27, by Matt Mackall
help: exclude deprecated extensions in the disabled part of 'help extensions'
2014-02-27, by Augie Fackler
test-help.t: add test for 'hg help extensions'
2014-02-27, by Augie Fackler
ui: fix extra space in username abort
2014-02-27, by Matt Mackall
tests: fix up config --edit breakage
2014-02-27, by Matt Mackall
merge with stable
2014-02-27, by Matt Mackall
coal: hgweb style adds extra blank line in file view (issue4136)
stable
2014-02-27, by anuraggoel
pull: close peer repo on completion (issue2491) (issue2797)
stable
2014-02-25, by Piotr Klecha
hgweb: ensure isdirectory is None for repositories, replacing any True value
stable
2014-02-27, by Paul Boddie
ui: suggest config --edit when no username is set
2014-02-27, by Matt Mackall
config: add example config file when -e called with no config
2014-02-27, by Matt Mackall
config: add initial implementation of --edit
2014-02-27, by Matt Mackall
revert: extract actual revert in its own function
2014-02-26, by Pierre-Yves David
config: move showconfig code and add config as primary alias
2014-02-27, by Matt Mackall
revset: added _hexlist method to replace _list for %ln
2014-02-26, by Lucas Moscovicz
merge with stable
2014-02-26, by Matt Mackall
localrepo: language and spelling fixes in comment
2014-02-27, by Olle Lundberg
revset: added _intlist method to replace _list for %ld
2014-02-26, by Lucas Moscovicz
purge: avoid duplicate output for --print (issue4092)
stable
2014-02-25, by anuraggoel
merge with stable
2014-02-24, by Matt Mackall
merge with stable
2014-02-24, by Matt Mackall
merge with i18n
stable
2014-02-24, by Matt Mackall
i18n-ja: synchronized with 7b9d66c0e4fa
stable
2014-02-23, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with 4e41b2fe46cc
stable
2014-02-16, by Wagner Bruna
scmutil: changed revrange code not to use append
2014-02-24, by Lucas Moscovicz
push: provide a hint when no paths in configured (issue3692)
2014-02-25, by anuraggoel
revlog: introduce commonancestors method for getting all common ancestor heads
2014-02-24, by Mads Kiilerich
localrepo: commit: avoid calling expensive ancestor function when p1 is nullrev
2014-02-24, by Mads Kiilerich
ancestors: remove unnecessary handling of 'left'
2014-02-24, by Mads Kiilerich
parsers: remove unreachable and invalid code in index_ancestors
2014-02-24, by Mads Kiilerich
cmdutil: implemented new lazy increasingwindows
2014-02-13, by Lucas Moscovicz
revset: added __nonzero__ method to lazyset
2014-02-20, by Lucas Moscovicz
scmutil: changed revrange to return lazysets for new style revsets
2014-02-12, by Lucas Moscovicz
phases: make order of debug output 'removing unknown node' deterministic
2014-02-20, by Mads Kiilerich
comments: fix minor spelling issues found with spell checker
2014-02-20, by Mads Kiilerich
hooks: for python hooks, consistently use __name__ etc as name, not the repr
2014-02-15, by Mads Kiilerich
hooks: move logging of hook name to after we have found the hook
2014-02-15, by Mads Kiilerich
rebase: show nice list instead of set repr for 'computed skipped revs' debug
2014-02-20, by Mads Kiilerich
rebase: fix 'rebase onto %d starting from %s' - show root instead of list repr
2014-02-15, by Mads Kiilerich
log: describe graph symbols in the help
2014-02-12, by Mads Kiilerich
tests: backout a82de9dc4f77, debugstacktrace is now stable, drop workaround
2014-02-20, by Mads Kiilerich
util: debugstacktrace, flush before and after writing
2014-02-20, by Mads Kiilerich
run-tests.py: work when --with-hg is set to system hg
2014-02-19, by Siddharth Agarwal
revset: added cached generated list on generatorset
2014-02-12, by Lucas Moscovicz
templater: shorten pure integers
2014-02-20, by Sean Farley
revset: fixed bug where log -f was taking too long to return
2014-02-21, by Lucas Moscovicz
merge with stable
2014-02-20, by Matt Mackall
revset: added generatorset class with cached __contains__ method
2014-02-05, by Lucas Moscovicz
pathencode: eliminate signed integer warnings
stable
2014-02-19, by Danek Duvall
revset: changed last implementation to use lazy classes
2014-02-19, by Lucas Moscovicz
merge with stable
2014-02-19, by Matt Mackall
help: remove last occurrences of ".. note::" without two newlines
2014-02-19, by Simon Heimberg
help: add ifcontains, revset, and shortest to template help
2014-02-18, by Durham Goode
verify: do not prevent verify repository containing hidden changesets
stable
2014-02-19, by Yuya Nishihara
hgweb: make sure sys module is loaded prior to reload hack
stable
2014-02-19, by Yuya Nishihara
win32: improve the performance of win32.unlink() over CIFS
2013-10-17, by Kaz Nishimura
revset: changed mfunc and getset to work with old style revset methods
2014-02-18, by Lucas Moscovicz
revset: changed revsets to use spanset
2014-02-03, by Lucas Moscovicz
revset: changed spanset to take a repo argument
2014-02-18, by Lucas Moscovicz
journal: report parsing errors on recover/rollback (issue4172)
2014-02-17, by Matt Mackall
rebase: do not try to reactivate deleted divergent bookmark
stable
2014-02-15, by Yuya Nishihara
tests: backout 00f2d29308db pid check
2014-02-15, by Matt Mackall
revset: changed spanset implementation to take hidden revisions into account
2014-02-10, by Lucas Moscovicz
template: add 'current' to scope during {bookmarks % ...}
2014-02-11, by Durham Goode
template: add revset() template function
2014-02-11, by Durham Goode
template: add ifcontains template function
2014-02-11, by Durham Goode
createmarkers: allow to pass metadata for a marker only
2014-02-13, by Pierre-Yves David
obsstore: update create docstring to point to the coder friendly function
2014-02-13, by Pierre-Yves David
i18n: check equality of initial indentation between msgid and msgstr
2014-02-15, by FUJIWARA Katsunori
i18n: check equality of tail '::'-ness between msgid and msgstr
2014-02-15, by FUJIWARA Katsunori
run-tests: fix heredoctest for out-of-tree extensions
2014-02-15, by Patrick Mezard
revset: added cache to lazysets
2014-02-04, by Lucas Moscovicz
histedit: shorten new fold message
2014-02-15, by Matt Mackall
run-tests: unnecessary globs also count as warnings
2014-02-13, by Simon Heimberg
run-tests: report a test as warned when only missing globs
2014-02-13, by Simon Heimberg
run-tests: add possibility for test-runners to report a "warned" test result
2014-02-13, by Simon Heimberg
run-tests: separate exit code when no failed tests but warned ones
2014-02-13, by Simon Heimberg
run-tests: introduce 'warned' as test result
2014-02-13, by Simon Heimberg
run-tests: handle sys.exit in main function
2014-02-13, by Simon Heimberg
run-tests: remove unnecessary variable initialisation
2014-02-13, by Simon Heimberg
histedit: clarify description of fold command
2014-02-13, by Adrian ZgorzaÅek
discovery: make "note: unsynced remote changes!" less serious than a warning
2014-02-07, by Mads Kiilerich
discovery: improve "note: unsynced remote changes!" warning
2014-02-06, by Mads Kiilerich
import: move tryone closure in cmdutil
2014-02-11, by Pierre-Yves David
revset: optimize missing ancestor expressions
2014-02-13, by Siddharth Agarwal
revset: add an undocumented _missingancestors function
2014-02-13, by Siddharth Agarwal
commands.debugrevspec: add an option to print the optimized expression tree
2014-02-13, by Siddharth Agarwal
tests: killdaemons.py for windows distinguishes access violation and terminated
2014-02-12, by Simon Heimberg
tests: killdaemons.py for checks reason when getting no process handle
2014-02-12, by Simon Heimberg
tests: killdaemons.py for windows waits for killed process to terminate
2014-01-17, by Simon Heimberg
tests: kill for windows in killdaemons.py checks return values
2014-01-17, by Simon Heimberg
merge with crew
2014-02-13, by Matt Mackall
merge with stable
2014-02-13, by Thomas Arendsen Hein
help: new SHA-1 fingerprint of hg.intevation.org in hostfingerprints example
stable
2014-02-13, by Thomas Arendsen Hein
pull: move changeset pulling in its own function
2014-01-31, by Pierre-Yves David
pull: move `fetch` subset into the object
2014-02-11, by Pierre-Yves David
pull: make pulled subset a propertycache of the pull object
2014-01-31, by Pierre-Yves David
pull: move phases synchronisation in its own function
2014-01-31, by Pierre-Yves David
pull: move pulled subset into the object
2014-01-31, by Pierre-Yves David
revset: added operations to spanset to duck type baseset
2014-02-06, by Lucas Moscovicz
revset: added basic operations to spanset
2014-02-12, by Lucas Moscovicz
revset: added spanset class to represent revision ranges
2014-02-12, by Lucas Moscovicz
revset: added lazyset implementation to extra revset
2014-02-06, by Lucas Moscovicz
revset: added lazyset implementation to converted revset
2014-02-06, by Lucas Moscovicz
revset: added lazyset implementation to closed revset
2014-02-06, by Lucas Moscovicz
push: feed pulloperation object to _pullobsolete function
2014-01-31, by Pierre-Yves David
pull: move transaction logic into the pull object
2014-01-31, by Pierre-Yves David
pull: move obsolescence marker exchange in the exchange module
2014-01-30, by Pierre-Yves David
pull: move `force` argument into pull object
2014-02-01, by Pierre-Yves David
pull: move `heads` argument into pull object
2014-01-30, by Pierre-Yves David
pull: move `remote` argument into pull object
2014-01-30, by Pierre-Yves David
pull: introduce a pulloperation object
2014-01-30, by Pierre-Yves David
tests: lines with largefile .* file://$TESTTMP also match on windows
2014-01-27, by Simon Heimberg
debugobsolete: extract marker display in a dedicated function
2014-02-11, by Pierre-Yves David
exchange: extract pull function from localrepo
2014-01-30, by Pierre-Yves David
push: extract new common set computation from phase synchronisation
2014-01-30, by Pierre-Yves David
push: move `commonheads` into the push object
2014-01-30, by Pierre-Yves David
push: move discovery in its own function
2014-01-30, by Pierre-Yves David
push: move outgoing check logic in its own function
2014-01-30, by Pierre-Yves David
push: move `incoming` into the push object
2014-01-30, by Pierre-Yves David
push: move changeset push logic in its own function
2014-01-30, by Pierre-Yves David
push: move `remoteheads` into the push object
2014-01-30, by Pierre-Yves David
revset: added lazyset implementation to contains revset
2014-02-04, by Lucas Moscovicz
revset: added lazyset implementation to secret revset
2014-02-04, by Lucas Moscovicz
revset: added lazyset implementation to matching revset
2014-02-04, by Lucas Moscovicz
revset: added lazyset implementation to _matchfiles
2014-02-04, by Lucas Moscovicz
revset: added lazyset implementation to checkstatus
2014-01-31, by Lucas Moscovicz
revset: added lazyset implementation to public revset
2014-01-30, by Lucas Moscovicz
color: add debugcolor command (issue4094)
2014-02-12, by Olle Lundberg
revset: added lazyset implementation to merge revset
2014-01-30, by Lucas Moscovicz
revset: added lazyset implementation to grep revset
2014-01-30, by Lucas Moscovicz
revset: added lazyset implementation to desc revset
2014-01-30, by Lucas Moscovicz
revset: added lazyset implementation to draft revset
2014-02-03, by Lucas Moscovicz
revset: added lazyset implementation bookmark revset
2014-01-29, by Lucas Moscovicz
revset: added lazyset implementation to date revset
2014-02-03, by Lucas Moscovicz
revset: added lazyset implementation to author revset
2014-01-29, by Lucas Moscovicz
revset: added lazyset implementation to keyword revset
2014-01-29, by Lucas Moscovicz
revset: changed limit revset implementation to work with lazy revsets
2014-01-28, by Lucas Moscovicz
revset: added lazyset implementation to branch revset
2014-02-05, by Lucas Moscovicz
run-tests: fix typo and print out failing line
2014-02-11, by Simon Heimberg
revset: changed getset so that it can return a lazyset
2014-01-28, by Lucas Moscovicz
hgext: updated extensions to return a baseset when adding symbols
2014-02-11, by Lucas Moscovicz
push: move phases synchronisation function in its own function
2014-01-30, by Pierre-Yves David
push: move outgoing object in the push object
2014-01-30, by Pierre-Yves David
push: move push return value in the push object
2014-01-30, by Pierre-Yves David
push: move local phase move in a normal function
2014-01-30, by Pierre-Yves David
push: explicitly feed pushop to localphasemove
2014-01-30, by Pierre-Yves David
push: move local lock logic in pushoperation
2014-01-30, by Pierre-Yves David
push: move obsolescence related message into _pushobsolescence function
2014-01-30, by Pierre-Yves David
push: drop now outdated comment
2014-01-30, by Pierre-Yves David
push: feed pushoperation object to _pushobsolete function
2014-01-30, by Pierre-Yves David
push: move obsolescence marker exchange in the exchange module
2014-01-30, by Pierre-Yves David
push: feed pushoperation object to _pushbookmark function
2014-01-30, by Pierre-Yves David
merge with stable
2014-02-10, by Matt Mackall
revset: added operations to duck type baseset
2014-02-06, by Lucas Moscovicz
less
more
|
(0)
-10000
-3000
-1000
-384
+384
+1000
+3000
+10000
+30000
tip