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.
hgignore: ignore more bytecode
2011-02-03, by Simon Heimberg
doc: Capitalize the "options" header of mercurial commands
2011-02-05, by Javi Merino
doc: Add back quotes around filenames
2011-02-05, by Javi Merino
merge with stable
2011-02-04, by Martin Geisler
opener: use posixfile to hold file open when calling nlinks()
2011-02-02, by Adrian Buehlmann
remove pointless os.path.join calls when opening files in .hg/cache
2011-01-17, by Adrian Buehlmann
backout: make help more explicit about what backout does
stable
2011-02-03, by Jonathan Nieder
subrepo: fix pruning of subrepo filenames in dirstate (issue2619)
stable
2011-02-04, by trbs
merge with self
2011-02-01, by Matt Mackall
merge with stable
2011-02-01, by Matt Mackall
Added signature for changeset 2b2155623ee2
stable
2011-02-01, by Matt Mackall
Added tag 1.7.5 for changeset 2b2155623ee2
stable
2011-02-01, by Matt Mackall
merge with crew
stable
1.7.5
2011-02-01, by Matt Mackall
Merge with stable
2011-02-01, by Patrick Mezard
subrepo: fix update -C with svn subrepos when cwd != repo.root
stable
2011-02-01, by Patrick Mezard
test-subrepo-git.t: make compatible with old git
2011-01-31, by Eric Eisner
win32mbcs: Fix typo in documentation
stable
2011-02-01, by Javi Merino
merge with stable
2011-02-01, by Mads Kiilerich
url: add --insecure option to bypass verification of ssl certificates
stable
2011-01-29, by Yuya Nishihara
mq: factor out push conditions checks
2011-01-31, by Patrick Mezard
test-subrepo-mq-svn.t: correct comment
2011-01-27, by Kevin Bullock
subrepo: clarify comments in dirty() methods
2011-01-04, by Kevin Bullock
subrepo: make update -C clean the working directory for git subrepos
2011-01-31, by Erik Zielke
merge with stable
2011-01-31, by Martin Geisler
subrepo: make update -C clean the working directory for svn subrepos
stable
2011-01-31, by Erik Zielke
Added signature for changeset a6c855c32ea0
stable
2011-02-01, by Matt Mackall
Added tag 1.7.4 for changeset a6c855c32ea0
stable
2011-02-01, by Matt Mackall
i18n-pt_BR: messages from crew a939f08fae9c
stable
1.7.4
2011-02-01, by Wagner Bruna
merge with i18n stable
stable
2011-01-28, by Wagner Bruna
i18n-pt_BR: messages from crew 8dc488dfcdb4, some small fixes
stable
2011-01-28, by Wagner Bruna
util: delay loading of textwrap
2011-01-28, by Matt Mackall
merge with stable
2011-01-28, by Mads Kiilerich
url: 'ssh known host'-like checking of fingerprints of HTTPS certificates
stable
2011-01-28, by Mads Kiilerich
merge with stable
2011-01-27, by Matt Mackall
merge with i18n
stable
2011-01-27, by Matt Mackall
i18n-merge stable heads
stable
2011-01-24, by Martin Geisler
i18n-de: translated some rebase strings.
stable
2010-12-24, by Arne Babenhauserheide
i18n-de: translated missing strings for progress extension.
stable
2010-12-23, by Arne Babenhauserheide
i18n-pt_BR: synchronized with 75d0c38a0bca
stable
2011-01-19, by Wagner Bruna
bookmarks: respect rollbacks dryrun parameter
stable
2011-01-27, by David Soria Parra
bookmarks: always write undo file
stable
2011-01-27, by David Soria Parra
opener: force copy on 'a'ppend if nlinks() returns 0 (issue1922)
stable
2011-01-26, by Adrian Buehlmann
help: ssh urls don't allow passwords
2011-01-27, by Matt Mackall
commit: use the term SCM instead of RCS
2011-01-18, by Adrian Buehlmann
backout of 613b8bd2284e
2011-01-27, by Martin Geisler
check-code: do not complain about 'ls x | foo -v'
2011-01-26, by Martin Geisler
subrepo: separate out mq+svn subrepo tests
2011-01-10, by Kevin Bullock
keyword: move repo.__class__ assignment out of monkeypatch context
2011-01-23, by Christian Ebert
keyword: inform user about current keywordset in kwdemo
2011-01-23, by Christian Ebert
specify C indention style using Emacs file local variables
2011-01-26, by Martin Geisler
Ignore pax_global_header that some tar versions write as a file.
2011-01-25, by Lee Cantey
record: do not include files into changes count
2011-01-24, by Patrick Mezard
record: simplify header methods with util.any
2011-01-23, by Patrick Mezard
record: refactor the prompt loop
2011-01-23, by Patrick Mezard
test-record: test peculiar changes numbering
2011-01-23, by Patrick Mezard
record: turn prompt() into a pure function
2011-01-23, by Patrick Mezard
record: turn consumefile() into a pure function
2011-01-23, by Patrick Mezard
hghave: remove unused hotshot check
2011-01-23, by Patrick Mezard
Merge with stable
2011-01-22, by Patrick Mezard
subrepo: compare svn subrepo state to last committed revision
stable
2011-01-22, by Patrick Mezard
merge with stable
2011-01-22, by Steve Borho
win32: win32console.GetStdHandle() can return None
stable
2011-01-21, by Steve Borho
revlog: remove stray test in rev()
2011-01-21, by Matt Mackall
merge with main
2011-01-20, by Benoit Boissinot
opener: use util.unlink (issue2524)
2011-01-11, by Adrian Buehlmann
lock: use util.unlink (issue2537)
2011-01-11, by Adrian Buehlmann
reintroduces util.unlink, for POSIX and Windows.
2011-01-11, by Adrian Buehlmann
opener: check exception for ENOENT
2011-01-11, by Adrian Buehlmann
windows.rename: check OSError for EEXIST
2011-01-11, by Adrian Buehlmann
perf: restore lazyindex hack
2011-01-18, by Matt Mackall
revlog: pass rev to _checkhash
2011-01-18, by Matt Mackall
revlog: incrementally build node cache with linear searches
2011-01-18, by Matt Mackall
bundlerepo: use less intrusive util.posixfile to open bundle
2011-01-07, by Adrian Buehlmann
osutil: treat open modes 'w' and 'a' as 'w+' and 'a+' in posixfile
2011-01-15, by Adrian Buehlmann
move tags.cache and branchheads.cache to a collected cache folder .hg/cache/
2011-01-04, by jfh
addchangegroup: document the current locking semantics
2011-01-16, by Benoit Boissinot
keyword: update documentation for kwshrink
2011-01-16, by Christian Ebert
tests: remove duplication of the CGI environment variables
2011-01-16, by StevenGBrown
revlog: explicit test and explicit variable names
2011-01-16, by Benoit Boissinot
revlog: if the nodemap is set, use the fast version of revlog.rev()
2011-01-16, by Benoit Boissinot
revlog/parseindex: construct the nodemap if it is empty
2011-01-15, by Benoit Boissinot
revlog: always add the magic nullid/nullrev entry in parseindex
2011-01-15, by Benoit Boissinot
revlog/parseindex: no need to pass the file around
2011-01-15, by Benoit Boissinot
parsers.c: fix comment
2011-01-15, by Benoit Boissinot
perf: there is no lazy index anymore
2011-01-15, by Benoit Boissinot
pure: update index parsing
2011-01-12, by Matt Mackall
perf: fix ordering of invalidate in perfindex
2011-01-12, by Matt Mackall
revlog: do revlog node->rev mapping by scanning
2011-01-11, by Matt Mackall
revlog: introduce a cache for partial lookups
2011-01-11, by Matt Mackall
tags: avoid a pointless usage of revlog.nodemap
2011-01-11, by Matt Mackall
mq: avoid using revlog.nodemap unnecessarily
2011-01-11, by Matt Mackall
perf: make perfindex results useful on hg with lazyparser
2011-01-11, by Matt Mackall
revlog: only build the nodemap on demand
2011-01-11, by Matt Mackall
revlog: remove lazy index
2011-01-04, by Matt Mackall
merge with i18n
2011-01-11, by Matt Mackall
i18n-da: synchronized with f3058dd05281
2011-01-04, by Martin Geisler
merge with stable
2011-01-11, by Mads Kiilerich
url: check subjectAltName when verifying ssl certificate
stable
2011-01-09, by Yuya Nishihara
url: fix UnicodeDecodeError on certificate verification error
stable
2011-01-08, by Yuya Nishihara
merge with stable
2011-01-08, by Steve Borho
win32: add cacert.pem file to Inno Setup installer
stable
2011-01-08, by Pascal Quantin
test-mq-subrepo.t: skip test if svn not installed
2011-01-07, by Adrian Buehlmann
mail: fix regression when parsing unset smtp.tls option
2011-01-07, by Patrick Mezard
bash_completion: support record command
2011-01-07, by Patrick Mezard
subrepo: fix svnsubrepo.dirty() checking of ignoreupdate (issue2499)
2011-01-04, by Kevin Bullock
test-mq-subrepo.t: correctly forward stdin to test functions
2011-01-07, by Patrick Mezard
filelog: move metadata parsing to a helper function
2011-01-06, by Matt Mackall
revlog: break hash checking into subfunction
2011-01-06, by Matt Mackall
ui: add configpath helper
2011-01-06, by Matt Mackall
tests: check visibility of pending changesets
2010-12-29, by John Coomes
progress: handle days, weeks and years
2011-01-02, by timeless
rename util.unlink to unlinkpath
2011-01-02, by Adrian Buehlmann
merge with stable
2011-01-05, by Martin Geisler
subrepo: do not report known files inside repositories as unknown
stable
2011-01-04, by Oleg Stepanov
hgrc.5: mention that web.cacerts are run through util.expandpath
stable
2011-01-05, by Martin Geisler
url: expand path for web.cacerts
stable
2011-01-02, by Eduard-Cristian Stefan
commands: clarify which aliases "hg help -v" show (issue2572)
stable
2011-01-05, by Martin Geisler
mq: record more data in patchheader class (no behavior changes)
2010-12-31, by Steve Borho
merge with stable
2011-01-01, by Matt Mackall
Added signature for changeset e3bf16703e26
stable
2011-01-01, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip