Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+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.
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
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip