Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-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.
Merge with crew
2006-11-20, by Brendan Cully
mq: add --git option to qimport -r
2006-11-20, by Brendan Cully
Make qrefresh help more explanatory for options -m, -l and -s
2006-11-19, by Mathieu Clabaut
Improved examples for network support in README.
2006-11-20, by Thomas Arendsen Hein
Corrected "waiting for lock on repository FOO held by BAR" message.
2006-11-20, by Thomas Arendsen Hein
Handle locking exceptions if streaming clone can't lock the repo. (Issue324)
2006-11-20, by Thomas Arendsen Hein
Don't step into an endless loop when lock file is empty.
2006-11-20, by Thomas Arendsen Hein
Issue424: mq patch loses guard when qrenamed
2006-11-19, by Mathieu Clabaut
correct remote heads test in prepush
2006-11-19, by Matt Mackall
add docstring to reachable
2006-11-19, by Matt Mackall
reorder tests in prepush
2006-11-19, by Matt Mackall
fix qseries -v when there are unapplied patches
2006-11-19, by Alexis S. L. Carvalho
Indentation cleanups for 2956948b81f3.
2006-11-19, by Thomas Arendsen Hein
fix warnings generated by pygettext.py.
2006-11-18, by Marcos Chaves
Update trusted_users only after we've seen a file not owned by the user
2006-11-18, by Alexis S. L. Carvalho
Avoid looking up usernames if the current user owns the .hgrc file
2006-11-18, by Alexis S. L. Carvalho
Use a variable to explicitly trust global config files
2006-11-18, by Alexis S. L. Carvalho
Revert almost all of 5be434785317; add a test
2006-11-18, by Alexis S. L. Carvalho
avoid unnecessary copy merges
2006-11-18, by Matt Mackall
white space and line break cleanups
2006-11-17, by Thomas Arendsen Hein
Merge with crew.
2006-11-16, by Thomas Arendsen Hein
Use nullrev+count instead of count-1 in a newly introduced expression.
2006-11-16, by Thomas Arendsen Hein
commands.docopy: pay attention on whether paths use "/" or os.sep
2006-11-15, by Alexis S. L. Carvalho
fix util.pathto
2006-11-15, by Alexis S. L. Carvalho
don't use readline() to read branches.cache
2006-11-15, by Alexis S. L. Carvalho
merge with upstream
2006-11-13, by Benoit Boissinot
zsh: typo in commit completion
2006-11-09, by Brendan Cully
issue228: Fix repositories at the filesystem root (/ or C:\)
2006-11-09, by Thomas Arendsen Hein
Export changelog dict in localrepo.commit
2006-11-08, by Brendan Cully
abort if explicitly committed files are not found or not tracked
2006-11-15, by Matt Mackall
unduplicate bundle writing code from httprepo
2006-11-15, by Matt Mackall
remove duplicate zgenerator in httprepo
2006-11-15, by Matt Mackall
create a readbundle function
2006-11-15, by Matt Mackall
move write_bundle to changegroup.py
2006-11-15, by Matt Mackall
remove legacy hg parents REV syntax
2006-11-15, by Matt Mackall
add log --removed
2006-11-15, by Matt Mackall
rename and copy are no longer experimental
2006-11-15, by Matt Mackall
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
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip