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.
Ensure that absolutized paths from hgrc do not contain ../ segments.
2008-01-08, by Jesse Glick
glog shows at most one file: correct synopsis
2008-01-26, by Thomas Arendsen Hein
Update usage message in test-glog.out
2008-01-25, by Thomas Arendsen Hein
Add back elipsis to [OPTION] that was stolen by 56e8a54bf71d
2008-01-25, by Thomas Arendsen Hein
graphlog: add test for filelog graph
2008-01-25, by Steve Borho
graphlog: add filelog revision grapher
2008-01-25, by Steve Borho
Test case for hg import --no-commit
2008-01-25, by Thomas Arendsen Hein
Add --no-commit option to import command
2008-01-25, by Joel Rosdahl
win32: remove excessive flushing
2008-01-30, by Matt Mackall
convert: hg.clonebranches must pull missing parents (issue941)
2008-01-26, by Patrick Mezard
qrecord: add tests
2008-01-23, by Kirill Smelkov
qrecord: record complements commit, so qrecord should complement qnew
2008-01-23, by Kirill Smelkov
Remove unneeded "import os.path"
2008-01-23, by Thomas Arendsen Hein
send conservatively capitalized HTTP headers
2008-01-23, by Dirkjan Ochtman
demandimport: handling new relative imports
2008-01-16, by Ali Gholami Rudi
hgweb: move HTTP content types out of header templates
2008-01-22, by Dirkjan Ochtman
hgweb: revert to showing file instead of offering for download
2008-01-22, by Dirkjan Ochtman
hgweb: be sure to send a valid content-type for raw files
2008-01-22, by Dirkjan Ochtman
hgweb: use ErrorResponse instead of custom response
2008-01-22, by Dirkjan Ochtman
better error reporting for hg serve errors in tests
2008-01-22, by Dirkjan Ochtman
hgweb: fix a stupid KeyError introduced in a0e20a5eba3c
2008-01-22, by Dirkjan Ochtman
hgweb: cleanup buglet introduced in 956afc025c0f
2008-01-22, by Dirkjan Ochtman
merge with crew-stable
2008-01-22, by Thomas Arendsen Hein
CVS convert: Find correct parent for new branch (issue704)
2008-01-22, by Thomas Arendsen Hein
Test for converting a CVS branch
2008-01-22, by Thomas Arendsen Hein
convert: mercurial sink must be local
2008-01-21, by Patrick Mezard
Fix double import of 're'.
2008-01-21, by Thomas Arendsen Hein
convert: Do not abort with TypeError if svn commit message is None (issue934)
2008-01-21, by Thomas Arendsen Hein
Prefer i in d over d.has_key(i)
2008-01-20, by Christian Ebert
fix test-strip-cross on solaris
2008-01-21, by Alexis S. L. Carvalho
Merge with crew-stable
2008-01-21, by Patrick Mezard
test-strip-cross: test handling of linkrev crosses in the manifest
2008-01-20, by Alexis S. L. Carvalho
Fix test-strip-cross on Solaris
2008-01-19, by Richard Lowe
simplify revlog.strip interface and callers; add docstring
2008-01-19, by Alexis S. L. Carvalho
strip: calculate list of extra nodes to save and pass it to changegroupsubset
2008-01-19, by Alexis S. L. Carvalho
changegroupsubset: accept list of per-revlog nodes to include
2008-01-19, by Alexis S. L. Carvalho
addchangegroup: add option to skip check for empty changelog group
2008-01-19, by Alexis S. L. Carvalho
allow the creation of bundles with empty changelog/manifest chunks
2008-01-19, by Alexis S. L. Carvalho
repair.py: don't use nested functions.
2008-01-19, by Alexis S. L. Carvalho
repair.py: use revs in limitheads
2008-01-19, by Alexis S. L. Carvalho
repair.py: add a docstring to bundle; use repo.ui
2008-01-19, by Alexis S. L. Carvalho
repair.py: split stripall into two functions; clean it up a bit
2008-01-19, by Alexis S. L. Carvalho
repair.py: rename chlog to cl
2008-01-19, by Alexis S. L. Carvalho
repair.py: nodes are nodes, revs are revs
2008-01-19, by Alexis S. L. Carvalho
repair.py: use node.* directly
2008-01-19, by Alexis S. L. Carvalho
repair.py: don't import commands.py
2008-01-19, by Alexis S. L. Carvalho
test-no-symlinks: fix unbundle output
2008-01-18, by Patrick Mezard
Merge with crew-stable
2008-01-19, by Patrick Mezard
Merge with crew-stable
2008-01-19, by Patrick Mezard
keyword: add very simple mq test
2008-01-19, by Christian Ebert
Fix typo.
2008-01-18, by Bryan O'Sullivan
Fix test output
2008-01-18, by Bryan O'Sullivan
Merge with crew
2008-01-18, by Bryan O'Sullivan
hgweb: fast path for sending raw files
2008-01-18, by Dirkjan Ochtman
hgweb: just return iterables instead of yielding them
2008-01-18, by Dirkjan Ochtman
hgweb: separate out start_response() calling
2008-01-18, by Dirkjan Ochtman
hgweb: return iterable, add deprecation note
2008-01-18, by Dirkjan Ochtman
hgweb: remove some legacy code
2008-01-18, by Dirkjan Ochtman
keyword: avoid extra diffs when not comparing against working dir
2008-01-15, by Christian Ebert
keyword: support mq; handle (q)record more gracefully
2008-01-15, by Christian Ebert
convert: enforce svn_source.getchanges() files unicity
2008-01-21, by Patrick Mezard
localrepo: ensure files unicity in commit() (issue 714)
2008-01-21, by Patrick Mezard
util: simplify unique
2007-12-27, by Matt Mackall
convert: fix invalid svn.ra.check_path() call (issue 771)
2008-01-19, by Patrick Mezard
util_win32: make os_link more robust (issue 761)
2008-01-18, by Patrick Mezard
transform a bunch of print statements to appropriate ui calls
2008-01-18, by Matt Mackall
Merge with crew
2008-01-18, by Matt Mackall
convert: document the subversion conversion model
2008-01-18, by Patrick Mezard
convert: fetch less revisions when looking for a branch parent
2008-01-17, by Patrick Mezard
Test subversion branches conversion
2008-01-17, by Patrick Mezard
convert: make svn revision iterator interruptible
2008-01-17, by Patrick Mezard
convert: fix cross-branches subversion revisions handling
2008-01-17, by Patrick Mezard
convert: fix parents of last fetched svn revision
2008-01-01, by Patrick Mezard
convert: don't scan directories on property changes
2008-01-17, by Patrick Mezard
hooks: fix pre- and post- hooks specified in .hg/hgrc
2008-01-18, by Matt Mackall
[PATCH] zsh_completion tag/mq fixes
2008-01-18, by Nicholas Riley
tests: Use /bin/sh for test-journal-exists, /bin/bash may not be available
2008-01-18, by Giorgos Keramidas
patchbomb: prompt only once for SMTP password
2008-01-17, by Matt Mackall
transactions: don't show a backtrace when journal exists
2008-01-16, by Matt Mackall
Merge with crew
2008-01-16, by Matt Mackall
diff: don't show function name by default
2008-01-16, by Matt Mackall
merge with main
2008-01-15, by Thomas Arendsen Hein
Merge with crew
2008-01-15, by Matt Mackall
convert should use default value when CVS_RSH is not set, that value
2008-01-15, by Kostantinos Koukopoulos
hgk: display branch name in diff header
2008-01-15, by Patrick Mezard
Display debugstate dates as '%Y-%m-%d %H:%M:%S'
2008-01-11, by Giorgos Keramidas
merge: add a bit more sanity to divergent copy checks
2008-01-14, by Matt Mackall
keyword: test that expansion is done filewise
2008-01-11, by Christian Ebert
Solaris compatibility fixes for test-keyword:
2008-01-14, by Thomas Arendsen Hein
convert: separate trunk detection from branch layout detection
2008-01-05, by Edouard Gomez
Merge with crew-stable
2008-01-12, by Patrick Mezard
patch: handle empty vs no file in git patches (issue906)
2008-01-12, by Patrick Mezard
patch: remove CRLF when parsing file names
2008-01-12, by Patrick Mezard
Merge with crew-stable
2008-01-11, by Brendan Cully
Document --base null in bundle help
2008-01-11, by Brendan Cully
Merge with mpm
2008-01-11, by Bryan O'Sullivan
util_win32: implement posixfile_nt.writelines()
2008-01-11, by Patrick Mezard
New extension to support problematic MBCS on Windows.
2008-01-09, by Shun-ichi GOTO
Fix not to use os.sep directly.
2008-01-09, by Shun-ichi GOTO
Add util.splitpath() and use it instead of using os.sep directly.
2008-01-09, by Shun-ichi GOTO
Add endswithsep() and use it instead of using os.sep and os.altsep directly.
2008-01-09, by Shun-ichi GOTO
Use util.normpath() instead of direct path string operation.
2008-01-09, by Shun-ichi GOTO
svn: fix copy exception
2008-01-11, by Shun-ichi GOTO
posixfile_nt: set closed early
2008-01-11, by Matt Mackall
Don't use the -i option with sed
2008-01-09, by Will Maier
convert: respect hg.tagsbranch setting
2008-01-09, by Edouard Gomez
Issue #880: Simple misspelling ('occured') in web error message.
2008-01-05, by Jesse Glick
Tweak finddate to pass date directly.
2008-01-11, by mark williamson
adding "prefix" option to "hg serve" (command line and [web] section)
2008-01-09, by Michele Cella
Fix XHTML validation error on file diff page.
2008-01-08, by Kevin Christen
hook: redirect stdout to stderr for ssh and http servers
2008-01-11, by Matt Mackall
convert: add commandline.xargs(), use it in svn_sink class
2008-01-11, by Maxim Dounin
keyword: fix some doc strings; update copyright
2008-01-11, by Christian Ebert
hg qrecord -- like record, but for mq
2008-01-10, by Kirill Smelkov
cmdutil.commit: extract 'addremove' from opts carefully
2008-01-10, by Kirill Smelkov
dispatch: allow extensions to provide setup code
2008-01-10, by Kirill Smelkov
record: refactor record into generic record driver
2008-01-10, by Kirill Smelkov
record: some docs
2008-01-10, by Kirill Smelkov
keyword: clean up quiet setting in kwdemo and adding of untracked kwfiles
2008-01-09, by Christian Ebert
keyword: suppress keyword expansion for log commands
2008-01-09, by Christian Ebert
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip