Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+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.
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
revset: added basic operations to lazyset
2014-02-06, by Lucas Moscovicz
revset: added lazyset class with basic operations
2014-02-06, by Lucas Moscovicz
tests: test that the pid returned by `hg serve` looks reasonable
2014-02-09, by Simon Heimberg
win32: spawndetached returns pid of detached process and not of cmd.exe
2014-02-08, by Simon Heimberg
revset: minor changes adding baseset to revsets
2014-02-06, by Lucas Moscovicz
tests: rewrite path in test-shelve.t for not being mangled on msys
2014-02-10, by Simon Heimberg
hooks: only disable/re-enable demandimport when it's already enabled
stable
2014-02-10, by Brodie Rao
merge with stable
2014-02-09, by Matt Mackall
convert: secret config option for disabling debugsvnlog
2014-02-07, by Mads Kiilerich
convert: make subversion revsplit more stable when meeting revisions without @
2014-02-07, by Mads Kiilerich
revset: minor changes adding baseset to revsets
2014-02-06, by Lucas Moscovicz
revset: added __add__ method to baseset class
2014-02-06, by Lucas Moscovicz
revset: added docstring to baseset class
2014-02-06, by Lucas Moscovicz
merge: don't overwrite file untracked after remove, abort with 'untracked files'
stable
2014-02-10, by Mads Kiilerich
shelve: better (and slightly redundant) test coverage for unshelve conflicts
2014-02-10, by Mads Kiilerich
shelve: status messages from unshelve
2014-02-10, by Mads Kiilerich
shelve: be quiet when unshelve pulls from the shelve bundle
2014-02-10, by Mads Kiilerich
shelve: add 'changes to' prefix to default shelve message
2014-02-10, by Mads Kiilerich
shelve: mention FILE options in help
2014-02-10, by Mads Kiilerich
shelve: mention walk options in help
2014-02-10, by Mads Kiilerich
shelve: really pass publicancestors to changegroupsubset - not the parents
2014-02-10, by Mads Kiilerich
shelve: publicancestors do not have to visit nullrev
2014-02-10, by Mads Kiilerich
localrepo: make it clear that changegroupsubset doesn't take bases but roots
2014-02-10, by Mads Kiilerich
repoview: use repo.revs() instead of a private revset method
2014-02-04, by Augie Fackler
commands: use ctx.getfileset instead of fileset.getfileset
2014-02-04, by Augie Fackler
push: backout 2bc520bd0ce0 due to test failures
2014-02-09, by Matt Mackall
mq: fix qimport url check
2014-02-09, by Matt Mackall
match: use ctx.getfileset() instead of fileset.getfileset()
2014-02-04, by Augie Fackler
context: add a getfileset() method so fewer things need fileset directly
2014-02-04, by Augie Fackler
fix_bytesmod: fix defects in fix_bytesmod so it produces working code
2014-02-04, by Augie Fackler
discovery: improve "note: unsynced remote changes!" warning
2014-02-06, by Mads Kiilerich
convert: drop unused getheads from sinks
2014-02-07, by Mads Kiilerich
tests: on windows, run command explicitly in sh for working command substitution
2014-02-08, by Simon Heimberg
tests: test-module-imports.t works on windows (with backslash path sep)
2014-01-28, by Simon Heimberg
qimport: allow importing URLs
2014-02-07, by Matt Mackall
revset: fixed bug where revset returning order was being changed
2014-02-07, by Lucas Moscovicz
itersubrepos: move to scmutil to break a direct import cycle
2014-02-03, by Augie Fackler
import-checker: handle standard modules with arch in the filename
2014-02-07, by Mads Kiilerich
tests: use ls instead of find, all files are in the same directory
2014-02-03, by Simon Heimberg
commands: hg debuginstall checks missing templates (issue4151)
2014-01-27, by Simon Heimberg
contrib/Makefile.python: build local Python from source
2013-02-10, by Mads Kiilerich
tests: use small conditional section for tic requirement in test-status-color.t
2014-02-05, by Mads Kiilerich
import-checker: show stdlib and relative imports separately
2014-02-05, by Mads Kiilerich
tests: improved test coverage for HTTP authentication and 401 responses
2014-02-05, by Mads Kiilerich
tests: ignore http tests that are known wontfix failures on python 2.4
2014-02-05, by Mads Kiilerich
import-checker: fix names of dynamically loaded modules
2014-02-05, by Mads Kiilerich
tests: for consistent output flush between writing sterr and stdout
2014-01-28, by Simon Heimberg
discovery: cleanup of variable names and comments
2014-02-06, by Mads Kiilerich
localrepo: give a sigh of relief when getting lock after waiting for it
2014-02-06, by Mads Kiilerich
convert: add tagmap option
2014-01-22, by Sean Farley
convert: add tagmap logic
2014-01-22, by Sean Farley
convert: avoid updating tags when there is nothing new
2014-01-22, by Sean Farley
convert: compare tags from all heads instead of just one
2014-01-22, by Sean Farley
convert: add closemap option
2014-01-21, by Sean Farley
convert: add parseclosemap method
2014-01-21, by Sean Farley
convert: add mapname parameter to checkrevformat
2014-01-21, by Sean Farley
convert: replace old sha1s in the description
2013-04-18, by Sean Farley
template: fix shortest(node) function in pure mercurial
2014-02-05, by Durham Goode
template: add pad function for padding output
2014-01-17, by Durham Goode
template: add shortest(node) template function
2014-01-17, by Durham Goode
merge with stable
2014-02-05, by Matt Mackall
revset: added intersection to baseset class
2014-01-24, by Lucas Moscovicz
revset: added substraction to baseset class
2014-01-23, by Lucas Moscovicz
revset: implemented set caching for revset evaluation
2014-01-22, by Lucas Moscovicz
revset: added baseset class (still empty) to improve revset performance
2014-01-21, by Lucas Moscovicz
i18n: leave out entries which contain only rst syntax
2014-02-03, by Simon Heimberg
i18n: leave out entries which contain only a rst directive
2014-02-03, by Simon Heimberg
i18n: posplit removes the entry "::" from the pot file
2013-11-17, by Simon Heimberg
i18n-de: update po file for showing the effect of changed posplit
2014-01-29, by Simon Heimberg
i18n: posplit writes a warning for translators before rst directives
2014-02-03, by Simon Heimberg
Makefile: hg.pot depends on the scripts generating it
2013-11-17, by Simon Heimberg
hgweb: hack around mimetypes encoding thinko (issue4160)
stable
2014-02-05, by Matt Mackall
merge with stable
2014-02-03, by Matt Mackall
hg: note that islocal only accepts paths pointing to repos
stable
2014-02-03, by Siddharth Agarwal
hg.openpath: use url.islocal to tell if the path is local (issue3624)
stable
2014-02-03, by Siddharth Agarwal
util.url: add an 'islocal' method
stable
2014-02-03, by Siddharth Agarwal
push: move bookmarks exchange in the exchange module
2014-01-30, by Pierre-Yves David
push: move `newbranch` argument into the push object
2014-01-30, by Pierre-Yves David
push: move `revs` argument into the push object
2014-01-30, by Pierre-Yves David
push: move `force` argument into the push object
2014-01-30, by Pierre-Yves David
push: move `remote` argument in the push object
2014-01-30, by Pierre-Yves David
push: ease access to current ui object
2014-01-30, by Pierre-Yves David
push: introduce a pushoperation object
2014-01-30, by Pierre-Yves David
exchange: extract push function from localrepo
2014-01-30, by Pierre-Yves David
merge with stable
2014-02-03, by Matt Mackall
Added signature for changeset 3cec5134e9c4
stable
2014-02-01, by Matt Mackall
Added tag 2.9 for changeset 3cec5134e9c4
stable
2014-02-01, by Matt Mackall
merge with i18n
stable
2.9
2014-02-01, by Matt Mackall
i18n-pt_BR: synchronized with a29f3a15bd8b
stable
2014-01-31, by Wagner Bruna
i18n-ja: change translation to fix test-gendoc.t failure with old docutils
stable
2014-01-31, by FUJIWARA Katsunori
i18n-de: update many fuzzy entries and translate some simple ones
stable
2014-01-30, by Simon Heimberg
i18n-de: updated po file with 427d672c0e4e
stable
2014-01-22, by Simon Heimberg
i18n-de: remove locations
stable
2014-01-22, by Simon Heimberg
rebase: do not crash in panic when cwd disapear in the process (issue4121)
stable
2014-01-31, by Pierre-Yves David
record: use absolute path instead of os.chdir
stable
2014-01-31, by Pierre-Yves David
help: improve description of phases.checksubrepos setting
stable
2014-01-29, by Angel Ezquerra
clone: do not turn hidden changeset public on publishing clone (issue3935)
stable
2014-01-30, by Pierre-Yves David
convert: use branchmap to change default branch in destination (issue3469)
stable
2014-01-28, by lstewart
dispatch: take --hidden from individual commands into account
stable
2014-01-27, by Julien Cristau
doc: fix mistake about matching against directories in "pattern.txt"
stable
2014-01-30, by FUJIWARA Katsunori
dispatch: make "_checkshellalias()" invoke "findcmd()" with "strict=True"
stable
2014-01-29, by FUJIWARA Katsunori
rebase: abort cleanly when we encounter a damaged rebasestate (issue4155)
stable
2014-01-30, by Matt Mackall
i18n-ja: change phrasing for "or"
stable
2014-01-30, by FUJIWARA Katsunori
i18n-ja: fix some quoting problems for space character usage
stable
2014-01-29, by FUJIWARA Katsunori
i18n-ja: synchronized with f493c2f67430
stable
2014-01-29, by FUJIWARA Katsunori
i18n: fix non-matching 1st line indentations
stable
2014-01-22, by Simon Heimberg
i18n: fix some non matching quotation marks in translations
stable
2014-01-22, by Simon Heimberg
i18n: do not translate rst syntax .. note::
stable
2014-01-22, by Simon Heimberg
i18n-pt_BR: synchronized with 268a5ab5c27b
stable
2014-01-27, by Leonardo Bueno Postacchini
subrepo: make it possible to update to hidden subrepo revisions
stable
2013-11-24, by Angel Ezquerra
subrepo: remove unnecessary else clause in hgsubrepo._get
stable
2013-11-24, by Angel Ezquerra
subrepo: do not try to get hidden revisions
stable
2013-11-24, by Angel Ezquerra
parsers: fix 'unsigned expression is always true' warning (issue4142)
stable
2014-01-23, by David Soria Parra
wix: pull in new templates
stable
2014-01-23, by Steve Borho
phase: properly compute ancestors of --rev on push (issue3786)
stable
2013-01-28, by Pierre-Yves David
hgext: fix one typo in rebase
stable
2014-01-23, by Simon Heimberg
templater: selecting a style with no templates does not crash (issue4140)
stable
2014-01-23, by Simon Heimberg
makefile: add $ to environment variables in help message
stable
2014-01-23, by Matt Mackall
Added signature for changeset 8862469e16f9
stable
2014-01-21, by Matt Mackall
Added tag 2.9-rc for changeset 8862469e16f9
stable
2014-01-21, by Matt Mackall
merge with i18n
stable
2.9-rc
2014-01-21, by Matt Mackall
i18n: fix trailing '::' on translated messages
stable
2014-01-20, by Wagner Bruna
merge default into stable for 2.9 code freeze
stable
2014-01-21, by Matt Mackall
tests: stop tracking tests/gpg/random_seed
2014-01-20, by Mads Kiilerich
tests: 'hghave tic' also requires curses support in Python
2014-01-20, by Mads Kiilerich
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip