Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
Make context __eq__ handle arbitrary RHS values
2006-11-27, by Brendan Cully
Add transplant extension
2006-11-27, by Brendan Cully
don't create the .hg/data at init time
2006-11-27, by Benoit Boissinot
context: None is not a valid filenode (revert from 23ede9e7ad4d)
2006-11-27, by Benoit Boissinot
update rewrite-log for tip ; chmod it
2006-11-26, by Benoit Boissinot
merge: Don't search for copies across unrelated manifests
2006-11-23, by Brendan Cully
Expand test-commit to cover one of the recent bugs.
2006-11-22, by Giorgos Keramidas
Make mq use changegroup.writebundle for writing strip backups.
2006-11-22, by Thomas Arendsen Hein
Removed unused ui parameter from revpair/revrange and fix its users.
2006-11-22, by Thomas Arendsen Hein
Use 'bundletype' instead of 'type' to not shadow built-in function.
2006-11-22, by Thomas Arendsen Hein
BZ2Compressor already defaults to compresslevel=9.
2006-11-22, by Thomas Arendsen Hein
fix writebundle for bz2 bundles
2006-11-22, by Benoit Boissinot
fix push over HTTP to older servers
2006-11-21, by Alexis S. L. Carvalho
Don't generate git patches that rename a file to multiple destinations
2006-11-20, by Alexis S. L. Carvalho
handle git patches that rename a file to more than one destination
2006-11-20, by Alexis S. L. Carvalho
qrefresh: fix handling of copies in the fast path
2006-11-20, by Alexis S. L. Carvalho
qrefresh: fix handling of added files (including copies) in the slow path
2006-11-20, by Alexis S. L. Carvalho
qrefresh: respect --git even in the slow path
2006-11-20, by Alexis S. L. Carvalho
add --git option to qdiff
2006-11-20, by Alexis S. L. Carvalho
diff: better detection of renames when comparing with the working dir.
2006-11-20, by Alexis S. L. Carvalho
fix typo in mercurial/patch.py
2006-11-20, by Alexis S. L. Carvalho
renamedbetween: only return (file, node) pairs that exist in the original rev
2006-11-20, by Alexis S. L. Carvalho
diff: improve detection of renames when diffing across many revisions
2006-11-20, by Alexis S. L. Carvalho
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
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip