Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-112
+112
+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.
alphabetize help_ in commands
2006-11-15, by Matt Mackall
remove relpath
2006-11-15, by Matt Mackall
refactor rawcommit
2006-11-15, by Matt Mackall
refactor debugrenamed
2006-11-15, by Matt Mackall
move show_version to version_
2006-11-15, by Matt Mackall
move walkchangerevs to cmdutils
2006-11-15, by Matt Mackall
Consolidate brinfo handling
2006-11-15, by Matt Mackall
changeset templater: convert some unnecessary yields to returns
2006-11-15, by Matt Mackall
further simplify stringify
2006-11-15, by Matt Mackall
ui: remove last vestiges of header buffering
2006-11-15, by Matt Mackall
Refactor log ui buffering and patch display
2006-11-13, by Matt Mackall
refactor header handling for changelog formatting
2006-11-13, by Matt Mackall
templates: move changeset templating bits to cmdutils
2006-11-13, by Matt Mackall
templater: changeset templater reorganization and optimizations
2006-11-13, by Matt Mackall
templater: speed up changeset writes and stringify
2006-11-13, by Matt Mackall
changeset_templater: remove changes arg
2006-11-13, by Matt Mackall
templater: simplify parsestring
2006-11-13, by Matt Mackall
template: fold template() into __call__, minor optimizations
2006-11-13, by Matt Mackall
templater: simplify cache and remove filter argument in __call__
2006-11-13, by Matt Mackall
templater: simplify template function
2006-11-13, by Matt Mackall
templater: take cStringIO out of indent
2006-11-13, by Matt Mackall
templater: remove cStringIO from stringify
2006-11-13, by Matt Mackall
templater: remove cStringIO for fill
2006-11-13, by Matt Mackall
templater: use str.decode in parse_string
2006-11-13, by Matt Mackall
bundle: don't use sets.Set
2006-11-13, by Matt Mackall
revlog: reachable actually takes a node
2006-11-13, by Matt Mackall
util: add copyfile function
2006-11-13, by Matt Mackall
hgweb: internalize some socket details
2006-11-13, by Matt Mackall
remove unused imports
2006-11-13, by Matt Mackall
tests: add -i switch
2006-11-08, by Matt Mackall
tests: add -R switch
2006-11-08, by Matt Mackall
tests: sort test list if running all tests
2006-11-08, by Matt Mackall
Fix accessing a repository via -R/--repository through a symlink.
2006-11-07, by Thomas Arendsen Hein
Merge with upstream
2006-11-07, by Thomas Arendsen Hein
localrepo: factor commit and rawcommit
2006-11-07, by Benoit Boissinot
localrepo.commit: little cleanups
2006-11-07, by Benoit Boissinot
Fix up parent display in logging
2006-11-07, by Matt Mackall
Clarify untracked file merge message
2006-11-01, by Matt Mackall
Remove references to documentation that was removed in da9506fe2710
2006-11-06, by Lee Cantey
Corrected documentation for return value of python hooks.
2006-11-05, by Thomas Arendsen Hein
Fixed directory name having an extra dot on "hg archive -t tbz2 foo.tbz2".
2006-11-02, by Thomas Arendsen Hein
Try hgweb unbundle methods in the order presented by the server.
2006-11-02, by Thomas Arendsen Hein
Client support for hgweb unbundle with versions.
2006-11-02, by Thomas Arendsen Hein
Add allowed bundle types as argument to hgweb unbundle capability.
2006-11-02, by Thomas Arendsen Hein
hgweb: remove debugging print
2006-11-01, by Alexis S. L. Carvalho
hgweb: introduce a new capability for sending a compressed bundle
2006-11-01, by Benoit Boissinot
hgweb: if the server supports it, send a compressed bundle
2006-11-01, by Benoit Boissinot
Use httpconnection even with proxies.
2006-11-01, by Alexis S. L. Carvalho
issue352: disallow '\n' and '\r' in filenames (dirstate and manifest)
2006-11-01, by Benoit Boissinot
hgweb: split URLs containing spaces or other escaped characters correctly
2006-10-31, by Brendan Cully
zsh: perform ~ expansion on _hg_root
2006-10-31, by Brendan Cully
mq: handle qpush -a with empty series
2006-10-31, by Brendan Cully
zsh: compute repository root instead of forking hg
2006-10-31, by Brendan Cully
zsh: complete users in ssh URLS
2006-10-31, by Brendan Cully
zsh: support remote cloning
2006-10-31, by Brendan Cully
zsh: add optional remote directory cache
2006-10-31, by Brendan Cully
sshrepo: fix the parsing of the ssh url
2006-10-31, by Benoit Boissinot
zsh: complete SSH directories
2006-10-31, by Brendan Cully
zsh: complete unknown commands normally
2006-10-31, by Brendan Cully
merge with crew
2006-10-31, by Benoit Boissinot
hgweb: fix handling of path for old style template
2006-10-31, by Benoit Boissinot
merge with crew
2006-10-31, by Benoit Boissinot
merge with backout
2006-10-31, by Benoit Boissinot
Backed out changeset 41989e55fa375de4376e7e64b17e38312e8ec140
2006-10-31, by Benoit Boissinot
Backed out changeset 66a17364c30ef0804153093cfaccf830e563928a
2006-10-31, by Benoit Boissinot
Check for at least having a final release of python 2.3.0 in setup.py
2006-10-31, by Thomas Arendsen Hein
test for git empty new files
2006-10-30, by Brendan Cully
git patch: create empty added files
2006-10-30, by Brendan Cully
zsh: tab-complete status results by directory
2006-10-30, by Brendan Cully
filelog: rename filelog.size() to filelog.len()
2006-10-29, by Benoit Boissinot
revlog: more nullrev fixes
2006-10-29, by Benoit Boissinot
revlog: return 0 as offset for nullid
2006-10-29, by Benoit Boissinot
doc: clone doesn't create a working directory in remote repos
2006-10-29, by Benoit Boissinot
revlog.size() fix handling of rev == -1
2006-10-29, by Benoit Boissinot
use workingcontext.files() to detect if the repo is unclean
2006-10-29, by Benoit Boissinot
allow update to switch to a different branch if the repo is clean
2006-10-29, by Benoit Boissinot
Explicitly use REVLOGV0 instead of 0 in bundlerepo.
2006-10-29, by Thomas Arendsen Hein
Define and use nullrev (revision of nullid) instead of -1.
2006-10-29, by Thomas Arendsen Hein
Correct optimization from 3464f5e77f34; add a test.
2006-10-28, by Alexis S. L. Carvalho
log speedup: don't call revlog.node if we don't have to
2006-10-28, by Alexis S. L. Carvalho
log speedup: use list.extend to avoid an explicit loop
2006-10-28, by Alexis S. L. Carvalho
log speedup: use parentrevs in log and changeset_printer.show
2006-10-28, by Alexis S. L. Carvalho
log speedup: set quiet/verbose/debugflag in the fake ui object
2006-10-28, by Alexis S. L. Carvalho
log speedup: use only ui.write in changeset_printer.show
2006-10-28, by Alexis S. L. Carvalho
log speedup: walkchangerevs: filter the files only if we need them
2006-10-28, by Alexis S. L. Carvalho
Inform the user about the new URL when being redirected via http.
2006-10-28, by Thomas Arendsen Hein
Stripping of query string (since 88b4755fa48f) stripped too much (issue327)
2006-10-28, by Thomas Arendsen Hein
Merge with upstream
2006-10-27, by Thomas Arendsen Hein
Turn bundle file into a string for http push, for urllib2 over proxies.
2006-10-27, by Thomas Arendsen Hein
Force the content-length header to be a string in httprepo.unbundle.
2006-10-27, by Thomas Arendsen Hein
Use the new UnexpectedOutput exception in httprepo, too.
2006-10-27, by Thomas Arendsen Hein
New UnexpectedOutput exception to catch server errors in localrepo.stream_in
2006-10-27, by Thomas Arendsen Hein
Some clarifications for pull/push protocols:
2006-10-27, by Thomas Arendsen Hein
httprepo: record the url after a request, makes pull + redirect works
2006-10-27, by Benoit Boissinot
add AIX to the list of compilers that don't have inline keyword
2006-10-27, by Benoit Boissinot
zsh: support remote URLs
2006-10-26, by Brendan Cully
zsh: suppress mq completion error messages outside of repository
2006-10-26, by Brendan Cully
zsh: suppress error message for status completion outside of repository
2006-10-26, by Brendan Cully
Turn of "Not trusting file" logging when running hgweb and hgwebdir
2006-10-26, by Thomas Arendsen Hein
use untrusted settings in hgwebdir
2006-10-26, by Alexis S. L. Carvalho
use untrusted settings in hgweb
2006-10-26, by Alexis S. L. Carvalho
add untrusted argument to patch.diffopts
2006-10-26, by Alexis S. L. Carvalho
add --untrusted to showconfig
2006-10-26, by Alexis S. L. Carvalho
save settings from untrusted config files in a separate configparser
2006-10-26, by Alexis S. L. Carvalho
Only read .hg/hgrc files from trusted users/groups
2006-10-26, by Alexis S. L. Carvalho
zsh: add revrange completion
2006-10-26, by Brendan Cully
zsh: add qbase and qtip to qapplied completions
2006-10-26, by Brendan Cully
zsh: use standard tags where possible
2006-10-26, by Brendan Cully
mq: support qimport -
2006-10-26, by Brendan Cully
hgcommand.vim: doc install delete into "black hole", g: prefix global vars.
2006-10-25, by Christian Ebert
merge with crew
2006-10-26, by Thomas Arendsen Hein
Corrected hg synopsis.
2006-10-26, by Thomas Arendsen Hein
less
more
|
(0)
-3000
-1000
-112
+112
+1000
+3000
+10000
+30000
tip