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.
fileset: drop matchfn
2011-06-18, by Matt Mackall
scmutil: match no longer accepts repo objects
2011-06-18, by Matt Mackall
scmutil: switch match users to supplying contexts
2011-06-18, by Matt Mackall
scmutil: match now accepts a context or a repo
2011-06-18, by Matt Mackall
context: add a match builder method
2011-06-18, by Matt Mackall
help/hgignore: refer to the builtin help instead of external URLs
2011-06-17, by Wagner Bruna
sslutil: make messages for Python without certificate handling more helpful
2011-06-18, by Mads Kiilerich
sslutil: fall back to commonName when no dNSName in subjectAltName (issue2798)
2011-06-18, by Nicolas Bareil
merge with i18n
2011-06-17, by Matt Mackall
svn subrepos: work around checkout obstructions (issue2752)
2011-06-17, by Augie Fackler
update: check wc.dirty() before setting overwrite=True
2011-06-17, by Augie Fackler
tags: don't allow environment errors to be raised from _writetagscache
2011-06-16, by Steve Borho
help/config: replace docutils markup
2011-06-17, by Wagner Bruna
test-i18n, i18n-pt_BR: update test message
2011-06-17, by Wagner Bruna
config: undo change of empty line definition
2011-06-17, by Matt Mackall
patch: make filestore store data in memory and fallback to fs
2011-06-17, by Patrick Mezard
i18n: merge in latest Romanian translations
2011-06-15, by Martin Geisler
i18n-ro: synchronized with 3c7907dc95ca
2011-06-08, by Daniel Dumitriu
i18n-ro: outstanding changes
2011-06-08, by Daniel Dumitriu
help/config: quote config section names consistently
2011-06-16, by Wagner Bruna
help/config: fix small typo
2011-06-16, by Wagner Bruna
help/config: do not refer to config files as hgrc files
2011-06-16, by Wagner Bruna
help/config: fix 'Mercurial' casing
2011-06-16, by Wagner Bruna
revset: add desc(string) to search in commit messages
2011-06-16, by Thomas Arendsen Hein
revset: update sorting of symbols
2011-06-16, by Thomas Arendsen Hein
http: fix variable name in unexpected response message
2011-06-16, by Matt Mackall
serve: add --cmdserver option to communicate with hg over a pipe
2011-06-03, by Idan Kamara
localrepo: don't attempt to open .hgtags twice if the error isn't ENOENT
2011-06-15, by Idan Kamara
log: do not display hidden changeset
2011-06-16, by Pierre-Yves David
hidden: Add ``hidden`` method for context
2011-06-16, by Pierre-Yves David
hidden: Add a hiddenrevs attributes to changelog.
2011-06-16, by Pierre-Yves David
config: handle comment lines in continuations (issue2854)
2011-06-16, by Matt Mackall
http: report unexpected unparsable push responses (issue2777)
2011-06-16, by Matt Mackall
dispatch: write shell alias output to ui out descriptor
2011-06-07, by Idan Kamara
commands: use ui descriptors when reading/writing from stdin/out
2011-06-08, by Idan Kamara
cmdutil: return a dummy, closable file object if it cannot be duped
2011-06-15, by Idan Kamara
cmdutil: use ui descriptors in makefileobj
2011-06-08, by Idan Kamara
mq: use ui.fin when importing patch from '-'
2011-06-08, by Idan Kamara
cmdutil, logmessage: use ui.fin when reading from '-'
2011-06-08, by Idan Kamara
dagutil: fix missing import of i18n._
2011-06-15, by Wagner Bruna
hgmanpage: adapt to Docutils 0.8 API change
2011-06-16, by Satish Balay
manifest: use "\0" instead of "\000"
2011-06-16, by Martin Geisler
commands: add pointer to bookmarks command in branch help
2011-06-15, by Martin Geisler
glossary: add entry for "Bookmark"
2011-06-15, by Martin Geisler
glossary: add entry for "Tag"
2011-06-15, by Martin Geisler
merge with i18n
2011-06-14, by Matt Mackall
i18n-ru: translated all standard commands and config-environment additional help topics
2011-06-14, by Alexander Sauta
i18n-ru: translated push-rename
2011-06-10, by Alexander Sauta
i18n-ru: translated parents-pull
2011-06-09, by Alexander Sauta
setdiscovery: batch heads and known(ownheads)
2011-06-14, by Peter Arrenbrecht
wireproto: make a number of commands batchable
2011-06-14, by Peter Arrenbrecht
wireproto: add batching support to wirerepository
2011-06-14, by Peter Arrenbrecht
wireproto: add basic command batching infrastructure
2011-06-14, by Peter Arrenbrecht
mq: make qrefresh/qfold keep wlock until saving patch status
2011-06-15, by Yuya Nishihara
bugzilla: fix typo in documentation
2011-06-14, by Wagner Bruna
dispatch: fix for-loop variable name
2011-06-14, by Idan Kamara
notify: send changesets on 'outgoing' hook, updated doc
2011-06-14, by Ingo Bressler
sslutil: Restore missing imports of socket and httplib to sslutil
2011-06-14, by Stephen Thorne
dispatch: assign I/O descriptors from the request to the ui
2011-06-08, by Idan Kamara
ui: use I/O descriptors internally
2011-06-08, by Idan Kamara
dispatch: add I/O descriptors to the request
2011-06-07, by Idan Kamara
ui: add I/O descriptors
2011-06-07, by Idan Kamara
import: add --bypass option
2011-06-14, by Patrick Mezard
import: separate parents selection from working dir update
2011-06-14, by Patrick Mezard
patch: extend filtestore to store an optional copy source
2011-06-14, by Patrick Mezard
paper/coal: use fixed width for diffstat +/- link
2011-06-14, by Martin Geisler
hg: rename opts argument to peeropts in clone
2011-06-14, by Martin Geisler
hg: move peerschemes back to schemes
2011-06-13, by Matt Mackall
hg: rearrange peer scheme lookup
2011-06-13, by Matt Mackall
forget, remove: don't note on nonexistent file twice
2011-06-13, by Idan Kamara
localrepo: local() returns self
2011-06-13, by Matt Mackall
tests: avoid instability in test-convert-cvs-synthetic
2011-06-13, by Matt Mackall
dispatch: propagate ui command options to the local ui (issue2523)
2011-06-13, by Idan Kamara
mq: catch correct exception when calling changelog.rev()
2011-06-12, by Idan Kamara
rebase: preserve mq series order after rebasing (issue2849)
2011-06-12, by Idan Kamara
run-tests: verbose log ignored test
2011-06-12, by Idan Kamara
record: add white space diff options
2011-06-10, by Ingo Proetel
mq: rename abort_if_wdir_patched to abortifwdirpatched
2011-06-13, by Adrian Buehlmann
mq: rename partial_name to partialname
2011-06-13, by Adrian Buehlmann
mq: rename write_list to writelist
2011-06-13, by Adrian Buehlmann
mq: rename series_dirty to seriesdirty
2011-06-13, by Adrian Buehlmann
mq: rename applied_dirty to applieddirty
2011-06-13, by Adrian Buehlmann
mq: rename guards_dirty to guardsdirty
2011-06-13, by Adrian Buehlmann
mq: rename active_guards to activeguards
2011-06-13, by Adrian Buehlmann
mq: rename guards_path to guardspath
2011-06-13, by Adrian Buehlmann
mq: rename status_path to statuspath
2011-06-13, by Adrian Buehlmann
mq: rename series_path to seriespath
2011-06-13, by Adrian Buehlmann
mq: rename series_end to seriesend
2011-06-13, by Adrian Buehlmann
mq: rename full_series_end to fullseriesend
2011-06-13, by Adrian Buehlmann
mq: rename check_reserved_name to checkreservedname
2011-06-13, by Adrian Buehlmann
mq: rename check_localchanges to checklocalchanges
2011-06-13, by Adrian Buehlmann
mq: rename check_substate to checksubstate
2011-06-13, by Adrian Buehlmann
mq: rename check_toppatch to checktoppatch
2011-06-13, by Adrian Buehlmann
mq: rename save_dirty to savedirty
2011-06-13, by Adrian Buehlmann
mq: rename explain_pushable to explainpushable
2011-06-13, by Adrian Buehlmann
mq: rename set_active to setactive
2011-06-13, by Adrian Buehlmann
mq: rename set_guards to setguards
2011-06-13, by Adrian Buehlmann
mq: rename check_guard to checkguard
2011-06-13, by Adrian Buehlmann
mq: rename parse_series to parseseries
2011-06-13, by Adrian Buehlmann
mq: rename find_series to findseries
2011-06-13, by Adrian Buehlmann
mq: rename series_guards to seriesguards
2011-06-13, by Adrian Buehlmann
mq: rename full_series to fullseries
2011-06-13, by Adrian Buehlmann
paper, coal: display diffstat on the changeset page
2011-06-11, by Steven Brown
web: provide diff summary to the changeset page
2011-06-11, by Steven Brown
tests: fix up date ambiguity in cvs test
2011-06-11, by Matt Mackall
hg: split peer and repo lookup tables
2011-06-11, by Matt Mackall
tests: rename test-git-import.t into test-import-git.t
2011-06-11, by Patrick Mezard
patch: generalize the use of patchmeta in applydiff()
2011-06-11, by Patrick Mezard
patch: stop updating changed files set in applydiff()
2011-06-11, by Patrick Mezard
patch: turn patch() touched files dict into a set
2011-06-11, by Patrick Mezard
paper, coal: define the diffstat templates
2011-06-09, by Steven Brown
web: provide the file number to the diffstat templates
2011-06-09, by Steven Brown
web: include all files in the diffstat
2011-06-09, by Steven Brown
hgignore: ignore MANIFEST.in (generated since 2ce7dfe17bc5)
2011-06-10, by Thomas Arendsen Hein
bookmarks: recognize the current bookmark when the local encoding isn't UTF-8
2011-06-08, by LUO Zheng
distutils: Create MANIFEST.in instead of MANIFEST in Makefile
2011-06-09, by Stephen Thorne
revert: is reverting file states, not just file contents
2011-06-09, by Adrian Buehlmann
hg: change various repository() users to use peer() where appropriate
2011-06-10, by Matt Mackall
hg: have peer() call _lookup directly
2011-06-10, by Matt Mackall
hg: add peer method
2011-06-10, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip