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.
factor opts: walk options
2006-09-29, by Benoit Boissinot
factor opts: move globalopts to a more logical place
2006-09-29, by Benoit Boissinot
mq: raise util.Abort instead of using sys.exit(1)
2006-09-28, by Brendan Cully
mq: don't write applied patches into series twice in restore
2006-09-27, by Brendan Cully
mq: bail out if a patch appears more than once in the series file.
2006-09-27, by Brendan Cully
mq: add --summary to qapplied, qunapplied, qtop, qnext and qprev
2006-09-27, by Brendan Cully
Merge with crew
2006-09-27, by Thomas Arendsen Hein
Documentation fixes for addremove.
2006-09-27, by Thomas Arendsen Hein
hgk: fix mixup of --limit and REVRANGE in hgk call
2006-09-27, by TK Soh
gitweb: cosmetic fixes.
2006-09-27, by Brendan Cully
hgweb: yield filenode as well as node in annotate, use filenode in annotateline
2006-09-27, by Brendan Cully
hgweb: fix changeset link in annotate view.
2006-09-27, by Brendan Cully
shortuser should stop before the first space character.
2006-09-27, by Thomas Arendsen Hein
hgweb: make annotate line revisions point to annotation for that rev
2006-09-27, by Brendan Cully
hgweb: fix annotate bugs
2006-09-27, by Brendan Cully
hgweb: use filectx.annotate instead of filelog
2006-09-27, by Brendan Cully
Refactor annotate copy support.
2006-09-27, by Brendan Cully
merge with mainline
2006-09-27, by Benoit Boissinot
do not disclose proxy user and password in debug messages
2006-09-26, by TK Soh
merge: minor nullid cleanup
2006-09-29, by Matt Mackall
context: add __nonzero__ methods
2006-09-29, by Matt Mackall
merge: use repo.parents and parent contexts in update
2006-09-29, by Matt Mackall
Add str methods to contexts
2006-09-29, by Matt Mackall
Add equality operators to changectx and filectx
2006-09-29, by Matt Mackall
localrepo.parents: return null context for no parents
2006-09-29, by Matt Mackall
Add localrepo.parents to get parent changectxs.
2006-09-29, by Matt Mackall
merge: move partial filtering out of manifest merge
2006-09-26, by Matt Mackall
merge: move findcopies after workingmanifest
2006-09-26, by Matt Mackall
findcopies: shortcut for empty working dir
2006-09-26, by Matt Mackall
fix users of dirstate.copies broken by b1f10d3223c1
2006-09-26, by Benoit Boissinot
Merge with crew
2006-09-25, by Matt Mackall
optimize revlog.lookup when passed hex(node)[:...]
2006-09-24, by Benoit Boissinot
cleanups in revlog.lookup
2006-09-24, by Benoit Boissinot
findcopies: use dirstate rename information
2006-09-25, by Matt Mackall
dirstate: add copies function
2006-09-25, by Matt Mackall
Add core copy detection algorithm
2006-09-25, by Matt Mackall
context: change filectx repr to use @
2006-09-25, by Matt Mackall
context: add __repr__ methods
2006-09-22, by Matt Mackall
filectx: lazy linkrev usage
2006-09-22, by Matt Mackall
restore filectx.changectx() method
2006-09-22, by Matt Mackall
fix newline in error message
2006-09-22, by Benoit Boissinot
add comments in cachefunc
2006-09-22, by Benoit Boissinot
filectx.annotate: return filectx for each line instead of rev
2006-09-22, by Brendan Cully
Add cachefunc to abstract function call cache
2006-09-22, by Brendan Cully
Make filectx lazier - some users never use filenode
2006-09-22, by Brendan Cully
context: handle fileid or changeid == 0
2006-09-22, by Brendan Cully
merge with crew
2006-09-22, by Benoit Boissinot
mq: Add --rev argument to qimport, to adopt existing changesets.
2006-09-19, by Brendan Cully
manifest.py: remove unnecessary method
2006-09-20, by Benoit Boissinot
Switch revlog.ancestor to use revisions rather than nodeids
2006-09-21, by Matt Mackall
mpatch: Fix for malloc corner case on AIX
2006-09-21, by Matt Mackall
Merge with crew
2006-09-21, by Matt Mackall
tests: add new test; test-mq-qrefresh
2006-09-20, by Giorgos Keramidas
Abstract ancestor algorithm into generic function
2006-09-20, by Matt Mackall
Merge with crew
2006-09-19, by Matt Mackall
qimport: rename patch to patchname to avoid shadowing module
2006-09-19, by Brendan Cully
Move defaultrev into changectx
2006-09-15, by Brendan Cully
fix warnings spotted by pychecker
2006-09-18, by Benoit Boissinot
hgweb: fix errors spotted by pychecker
2006-09-18, by Benoit Boissinot
extdiff: use the default option only if the default program is used
2006-09-18, by TK Soh
Merge with mainline
2006-09-18, by Benoit Boissinot
Update [extdiff] configuration sample for vimdiff,
2006-09-15, by Mathieu Clabaut
filectx: add rename-aware ancestor algorithm
2006-09-19, by Matt Mackall
changectx: add ancestor function
2006-09-17, by Matt Mackall
filectx: allow passing filelog in init to avoid opening new filelogs
2006-09-17, by Matt Mackall
filelog: make metadata method private
2006-09-17, by Matt Mackall
filectx: add rename traversal for parents()
2006-09-17, by Matt Mackall
merge: simplify actions with helper function
2006-09-17, by Matt Mackall
merge: simplify local created logic
2006-09-17, by Matt Mackall
merge: simplify prompt code
2006-09-17, by Matt Mackall
merge: simplify exec flag handling
2006-09-17, by Matt Mackall
merge: simplify tests for local changed/remote deleted
2006-09-17, by Matt Mackall
merge: more simplification of m2 manifest scanning
2006-09-17, by Matt Mackall
merge: reorder tests on m2 items in manifestmerge
2006-09-17, by Matt Mackall
merge: eliminate redundant security check
2006-09-17, by Matt Mackall
merge: eliminate confusing queued variable
2006-09-17, by Matt Mackall
merge: remove no longer possible clause
2006-09-17, by Matt Mackall
merge: move apply and dirstate code into separate functions
2006-09-17, by Matt Mackall
merge: remove linear variable
2006-09-17, by Matt Mackall
merge: simplify hook code
2006-09-17, by Matt Mackall
merge: linear_path -> linear
2006-09-17, by Matt Mackall
merge: pull manifest checks and updates into separate functions
2006-09-17, by Matt Mackall
merge: remove now unused umap dict
2006-09-17, by Matt Mackall
merge: pull manifest comparison out into separate function
2006-09-17, by Matt Mackall
Merge with mainline
2006-09-17, by Matt Mackall
merge: move set_exec to actions
2006-09-17, by Matt Mackall
merge: add forget to action list
2006-09-17, by Matt Mackall
merge: add codes to action list, eliminate None elements
2006-09-17, by Matt Mackall
merge: convert actions to list
2006-09-17, by Matt Mackall
Merge with backout
2006-09-15, by Matt Mackall
Back out trusted hgrc change for now
2006-09-15, by Matt Mackall
Merge with crew
2006-09-15, by Matt Mackall
Add support for diffstat in commit emails, and move diffstat from
2006-09-13, by Matt Doar
cat: default to working dir parent instead of tip
2006-09-14, by Brendan Cully
merge with brendan
2006-09-15, by Benoit Boissinot
hgk: add --limit, and revranges
2006-09-13, by Brendan Cully
hgk: add revision numbers
2006-09-13, by Brendan Cully
mq: handle patch names containing ":"
2006-09-14, by Brendan Cully
Move revision parsing into cmdutil.
2006-09-14, by Brendan Cully
Avoid negative block sizes in lazyparser.
2006-09-13, by Alexis S. L. Carvalho
mq: add qdelete --forget option
2006-09-14, by Brendan Cully
mq: do not update an empty working directory after strip.
2006-09-13, by Brendan Cully
mq: Add --git option to qrefresh
2006-09-12, by Brendan Cully
Add the -s option to `hg help qseries`.
2006-09-13, by john levon
sshrepo: don't try to validate when creating the repo
2006-09-13, by Benoit Boissinot
Make qrename handle directory targets; closes #333.
2006-09-13, by Brendan Cully
Fixed python2.3 incompatibility (rsplit) in qpush/qpop with index.
2006-09-12, by Thomas Arendsen Hein
Added tests for qpush/qpop with index.
2006-09-12, by Thomas Arendsen Hein
Fixed OSError "No such file or directory: None" and make IOError consistent.
2006-09-11, by Thomas Arendsen Hein
If local repository is missing, make error message clearer.
2006-09-11, by Thomas Arendsen Hein
don't let lazyparser read more data than it can handle
2006-09-10, by Alexis S. L. Carvalho
document changelog format
2006-09-09, by Benoit Boissinot
merge with brendan
2006-09-09, by Benoit Boissinot
strip: strip changelog before manifest
2006-08-30, by Brendan Cully
extdiff: do not shell-quote options to new commands
2006-08-28, by TK Soh
Include section name and parameter name (if available) in config errors.
2006-09-08, by Thomas Arendsen Hein
Never apply string formatting to generated errors with util.Abort.
2006-09-08, by Thomas Arendsen Hein
hg merge: fix lookup of branch
2006-09-08, by Benoit Boissinot
merge with crew
2006-09-08, by Benoit Boissinot
hgk.py: fix for a bug introduced in 32fd512ca7c0
2006-09-08, by Benoit Boissinot
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip