Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-480
+480
+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.
updating lsprof.py from remote repository
2008-02-01, by Dirkjan Ochtman
highlight: update according to latest hgweb_mod changes
2008-01-31, by Christian Ebert
Fixed typo: Gnerating -> Generating
2008-02-01, by Thomas Arendsen Hein
added \r for progress counting in churn extension
2008-01-31, by Armin Ronacher
update the branch cache at the end of addchangegroup
2008-02-03, by Alexis S. L. Carvalho
qpop/qrefresh: update self.applied before calling strip
2008-02-03, by Alexis S. L. Carvalho
hg import: write the dirstate after every commit
2008-02-03, by Alexis S. L. Carvalho
localrepo._tag: add a seek before writing the new tag
2008-02-03, by Alexis S. L. Carvalho
convert: use 'unknown' and '0 0' if commit author or date weren't specified
2008-02-03, by Alexis S. L. Carvalho
httprepo: use separate handlers for HTTP and HTTPS
2008-02-03, by Alexis S. L. Carvalho
move __del__ from httprepository to basehttphandler
2008-02-03, by Alexis S. L. Carvalho
mq: don't allow patches with some reserved names
2008-02-03, by Alexis S. L. Carvalho
mq: pop/refresh: avoid losing revisions not managed by mq
2008-02-03, by Alexis S. L. Carvalho
mqrepo: don't abort if the status file has an unknown node
2008-02-03, by Alexis S. L. Carvalho
sshrepo: be more careful while reading data
2008-02-03, by Alexis S. L. Carvalho
fix markup of templates/{,old/}header.tmpl
2008-02-03, by Alexis S. L. Carvalho
templates: move filters to their own module
2008-01-31, by Matt Mackall
templater: move email function to util
2008-01-31, by Matt Mackall
templater: remove node import
2008-01-31, by Matt Mackall
patchbomb: undo backout and fix bugs in the earlier patch
2008-01-31, by Matt Mackall
added an entry about the prefix option inside the hgrc man page
2008-01-22, by Michele Cella
tests for hg serve prefix option
2008-01-22, by Michele Cella
hgweb: fixes to make hg serve prefix handling more robust
2008-01-22, by Michele Cella
Merge with -stable
2008-01-31, by Matt Mackall
graphlog: skip filectx parents in other filelogs
2008-01-30, by Steve Borho
Provide better context for custom Python encode/decode filters.
2007-12-21, by Jesse Glick
Register data filters in a localrepo instead of util
2008-01-28, by Patrick Mezard
hgweb: forgot to centralize the req.write() calls in hgwebdir
2008-01-28, by Dirkjan Ochtman
hgweb: centralize req.write() calls
2008-01-28, by Dirkjan Ochtman
hgweb: explicitly check if requested command exists
2008-01-28, by Dirkjan Ochtman
hgweb: get rid of raw-related code in hgweb.filerevision()
2008-01-28, by Dirkjan Ochtman
keyword: detect restricted commands thru variable
2008-01-26, by Christian Ebert
webcommands: add missing hg import
2008-01-26, by Patrick Mezard
Merge with crew-stable
2008-01-26, by Patrick Mezard
convert: follow svn module parent moves
2008-01-26, by Patrick Mezard
convert: prevent svn branches to leave the root module tree
2008-01-26, by Patrick Mezard
convert: checkout svn root revisions
2008-01-26, by Patrick Mezard
convert: fix svn_source.latest()
2008-01-26, by Patrick Mezard
convert: display source revision id with --verbose
2008-01-26, by Patrick Mezard
Permitting the import command to accept a --user option.
2008-01-25, by Jesse Glick
Merge with crew
2008-01-25, by Bryan O'Sullivan
Simplify test-paths
2008-01-25, by Bryan O'Sullivan
merge with crew
2008-01-26, by Thomas Arendsen Hein
Permit glob patterns to use nested curly braces.
2008-01-25, by Jesse Glick
Merge after backout
2008-01-25, by Bryan O'Sullivan
Backed out changeset dc6ed2736c81
2008-01-25, by Bryan O'Sullivan
keyword: improve use of dicts
2008-01-22, by Christian Ebert
keyword: no expansion on qfold (bugfix)
2008-01-23, by Christian Ebert
Merge with crew
2008-01-25, by Bryan O'Sullivan
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
keyword: (bugfix) only set changenode for kwtemplater when committing
2008-01-09, by Christian Ebert
test-mq-header: don't fail with different patch(1)
2008-01-08, by Maxim Dounin
Fix up tests for XHTML validation bits
2008-01-08, by Matt Mackall
Fixed numerous XHTML problems that caused validation errors and warnings.
2008-01-07, by Kevin Christen
patchbomb: attachment options changed
2007-12-31, by Dennis Schoen
patchbomb: consistently use opts.get
2008-01-04, by Christian Ebert
patchbomb: fix more line continuations (coding style)
2008-01-04, by Christian Ebert
keyword: add test
2008-01-04, by Christian Ebert
Add extension for filewise RCS-keyword expansion in working dir
2008-01-04, by Christian Ebert
restore branch after rollback (issue 902)
2008-01-07, by Alexandre Vassalotti
context: fix filectx.parents() bug introduced when editing 180a3eee4b75
2008-01-06, by Patrick Mezard
merge with crew-stable
2008-01-06, by Thomas Arendsen Hein
Fix copies reporting in log and convert.
2007-12-29, by Maxim Dounin
context: preserve changeset in filectx if we have one
2007-12-29, by Maxim Dounin
test-convert-hg-svn: make it more windows friendly
2008-01-05, by Patrick Mezard
test-convert-svn-sink: wrap repetitive svn checks in a function
2008-01-05, by Patrick Mezard
Merge with crew-stable
2008-01-05, by Patrick Mezard
convert: Fix bug of limit_arglist() loosing file on limit boundary.
2008-01-05, by Shun-ichi GOTO
test-convert: test before() and after() conversion actions
2008-01-04, by Patrick Mezard
test-convert-svn-source: test convert/multiple extra fields
2008-01-04, by Patrick Mezard
Merge with crew-stable
2008-01-04, by Patrick Mezard
util: drop params added during experimentation
2008-01-04, by Bryan O'Sullivan
hg tag: run tag hook just once
2007-12-18, by John Coomes
Make run-tests.py --interactive work on Windows
2008-01-05, by Patrick Mezard
convert: filemap must call base converter before()/after() actions
2008-01-04, by Patrick Mezard
fetch: hide authentication details
2008-01-04, by Bryan O'Sullivan
serve: Don't change directory in the child if invoked with -d and --cwd
2008-01-04, by Bryan O'Sullivan
Fix status char in color extension for deleted (missing) files.
2008-01-04, by Thomas Arendsen Hein
merge with main
2008-01-04, by Thomas Arendsen Hein
convert: print commit log message with local encoding correctly.
2008-01-03, by Shun-ichi GOTO
convert: Accept local path on win32.
2008-01-03, by Shun-ichi GOTO
color extension: change from GPL3 to 2
2008-01-03, by Kevin Christen
changelog: fix decoding of extra
2008-01-03, by Matt Mackall
convert: svn_sink: workaround of command line size limitation on win32.
2008-01-03, by Shun-ichi GOTO
convert: svn_sink: specify encoding of message file explicitly on commit.
2008-01-03, by Shun-ichi GOTO
mq: add --currentdate and --date options to qnew and qrefresh
2008-01-02, by Peter Arrenbrecht
Add colored output to status and qseries commands
2007-12-31, by Kevin Christen
patchbomb: simplify some line continuations
2007-12-30, by Christian Ebert
patchbomb: add linebreaks after colons (coding style)
2007-12-30, by Christian Ebert
Fixed XHTML validation errors
2008-01-03, by Kevin Christen
Move aliases section in help below synopsis (issue362)
2008-01-02, by Thomas Arendsen Hein
test-convert-svn-source: test stop revision
2008-01-01, by Patrick Mezard
Sort commands table again and add some missing 'hg' in synopsises.
2008-01-01, by Thomas Arendsen Hein
Obfuscate (instead of just escape) contact/owner in gitweb summary.
2008-01-01, by Thomas Arendsen Hein
Don't let ui.username override web.contact (issue900)
2008-01-01, by Thomas Arendsen Hein
realign commands table
2008-01-01, by Thomas Arendsen Hein
bisect: improve tests
2007-12-31, by Matt Mackall
bisect: handle search for bad to good transitions
2007-12-31, by Matt Mackall
bisect: make bisect a built-in command
2007-12-31, by Matt Mackall
bisect: faster merging
2007-12-31, by Matt Mackall
bisect: merge ancestor lists when pushing to children
2007-12-31, by Matt Mackall
bisect: skip calculations on candidates with too many ancestors
2007-12-31, by Matt Mackall
bisect: stop early if we find a perfect candidate
2007-12-31, by Matt Mackall
bisect: find best node in ancestor collection pass
2007-12-31, by Matt Mackall
bisect: calculate candidate set while finding children
2007-12-31, by Matt Mackall
bisect: use a dict for children
2007-12-31, by Matt Mackall
bisect: propagate ancestor lists directly to children
2007-12-31, by Matt Mackall
bisect: add noupdate option
2007-12-31, by Matt Mackall
Merge backout
2007-12-31, by Matt Mackall
Backed out changeset c2a21fe60994
2007-12-31, by Matt Mackall
Show number of changesets written to bundle files by default (issue569)
2007-12-30, by Thomas Arendsen Hein
"C" status code considered harmful, so changed to "=" (issue899)
2007-12-30, by Thomas Arendsen Hein
Adjust changed test output after 0145f9afb0e7 (trailing whitespace)
2007-12-30, by Thomas Arendsen Hein
Removed tabs and trailing whitespace in python files
2007-12-29, by Thomas Arendsen Hein
util: filter all st_mode with 0777 in checkexec
2007-12-29, by Patrick Mezard
merge with crew
2007-12-28, by Thomas Arendsen Hein
Clarify some messages during commit:
2007-12-28, by Thomas Arendsen Hein
merge with crew
2007-12-28, by Thomas Arendsen Hein
Merge with crew-stable
2007-12-28, by Patrick Mezard
Prompt for a commit message in editor, improve error message
2007-12-28, by Patrick Mezard
patchbomb: make --bundle respect --desc
2007-12-27, by Patrick Mezard
patchbomb: read bundle file in binary mode
2007-12-28, by Patrick Mezard
prompt: kill matchflags
2007-12-28, by Kirill Smelkov
test-convert-cvs: force cvs -f options to avoid cvsrc
2007-12-27, by Patrick Mezard
Patchbomb: Prompt password when using SMTP/TLS and no password in .hgrc.
2007-12-19, by Arun Thomas
highlight: fix more tracebacks by forcing util._encoding to hgweb.encoding
2007-12-19, by Christian Ebert
hg tag: run tag hook just once
2007-12-18, by John Coomes
patchbomb: break lines > 80 chars (coding style)
2007-12-18, by Christian Ebert
changelog: inline trivial call for extra data unescaping
2007-12-27, by Matt Mackall
changelog: remove extract function
2007-12-27, by Matt Mackall
util: simplify unique
2007-12-27, by Matt Mackall
remove unused util.localsub function
2007-12-27, by Matt Mackall
add debugfsinfo to check fs capabilities
2007-12-27, by Matt Mackall
atomictempfile: avoid chmod weirdness on Linux vfat
2007-12-27, by Matt Mackall
checkexec: fix VFAT tempfile droppings with more modern Linux kernels
2007-12-27, by Matt Mackall
bisect: use proper locking when updating bisect.state
2007-12-27, by Matt Mackall
bisect: remove class
2007-12-27, by Matt Mackall
bisect: keep history of all bad revisions
2007-12-27, by Matt Mackall
bisect: use more standard command syntax and help
2007-12-27, by Matt Mackall
bisect: move reporting out of core bisect function
2007-12-27, by Matt Mackall
bisect: add skip command
2007-12-27, by Matt Mackall
bisect: simplify state handling and init
2007-12-27, by Matt Mackall
bisect: remove unused imports
2007-12-27, by Matt Mackall
bisect: rename autobad/good/next
2007-12-27, by Matt Mackall
bisect: slightly improve the help message
2007-12-27, by Matt Mackall
bisect: remove stale test function
2007-12-27, by Matt Mackall
bisect: use array.array rather than lists for ancestor lists
2007-12-27, by Matt Mackall
bisect: switch individual ancestor lists from dict to list
2007-12-27, by Matt Mackall
bisect: turn ancestors into an array
2007-12-27, by Matt Mackall
bisect: greatly simplify the ancestor accumulating loop
2007-12-27, by Matt Mackall
bisect: switch to rev-based calculation
2007-12-27, by Matt Mackall
bisect: fix up node vs rev naming
2007-12-27, by Matt Mackall
bisect: clarify some bisection code
2007-12-27, by Matt Mackall
bisect: inline num_children function
2007-12-27, by Matt Mackall
bisect: remove usage of sets
2007-12-27, by Matt Mackall
bisect: remove stop argument to ancestors function
2007-12-27, by Matt Mackall
bisect: use bail_if_changed
2007-12-27, by Matt Mackall
cmdutil: make bail_if_changed bail on uncommitted merge
2007-12-27, by Matt Mackall
bisect: remove versionstr
2007-12-27, by Matt Mackall
bisect: simplify lookup
2007-12-27, by Matt Mackall
bisect: remove redundant clean checks
2007-12-27, by Matt Mackall
bisect: fold in two trivial functions
2007-12-27, by Matt Mackall
bisect: remove two unused functions
2007-12-27, by Matt Mackall
update test-merge-types
2007-12-27, by Matt Mackall
ui: allow default when prompting
2007-12-27, by Matt Mackall
merge: add flag merging intelligence
2007-12-27, by Matt Mackall
util: remove set_exec and set_link methods
2007-12-27, by Matt Mackall
patch: use util.set_flags
2007-12-27, by Matt Mackall
convert/svn: use util.set_flags
2007-12-27, by Matt Mackall
merge: use util.set_flags
2007-12-27, by Matt Mackall
wwrite: simplify with util.set_flags
2007-12-27, by Matt Mackall
util: add new set_flags method
2007-12-27, by Matt Mackall
add --debug to test-merge-types
2007-12-27, by Matt Mackall
merge: simplify merge tests, fix exec flag bug
2007-12-27, by Matt Mackall
hg: fail upon copy/link errors while cloning locally
2007-12-27, by Patrick Mezard
convert: svn-sink: copy and set properties after adding dirs/files
2007-12-27, by Maxim Dounin
convert: don't read ~/.cvsrc in test-convert-cvs
2007-12-27, by Maxim Dounin
merge with crew-stable
2007-12-27, by Thomas Arendsen Hein
merge with crew-stable
2007-12-26, by Thomas Arendsen Hein
convert: allow repo root to be matched in filemap
2007-12-25, by Maxim Dounin
.hgignore += tags & cscope files
2007-12-25, by Kirill Smelkov
Merge with crew-stable
2007-12-25, by Patrick Mezard
merge with crew-stable
2007-12-25, by Thomas Arendsen Hein
server: append to logfiles
2007-12-24, by Mirko Friedenhagen
Move diffing missing file test and remove test-notfound
2007-12-24, by Patrick Mezard
commands: add exits(1) if a specified file cannot be added (issue 891)
2007-12-24, by Patrick Mezard
test-hgweb-commands: replace all "XX years ago" occurences
2007-12-24, by Patrick Mezard
Switch to using cat with EOF doc instead of trying to quote newlines for echo.
2007-12-21, by Lee Cantey
Use skipped: instead of hghave: for skipping tests, use this in test-merge-types
2007-12-21, by Thomas Arendsen Hein
merge with crew-stable
2007-12-21, by Thomas Arendsen Hein
Use common readlink.py instead of own implementations per test script.
2007-12-21, by Thomas Arendsen Hein
Use test -h instead of test -L for portability
2007-12-21, by Thomas Arendsen Hein
test-hgweb: fix css update
2007-12-21, by Patrick Mezard
test-win32text: avoid unix2dos, printf extensions
2007-12-21, by Patrick Mezard
Atom/RSS logo display problem using min font size.
2007-12-20, by Jesse Glick
man 5 hgrc implied you need to use external tools to do CRLF translation.
2007-12-20, by Jesse Glick
Merge with mpm
2007-12-19, by Bryan O'Sullivan
Merge with crew
2007-12-19, by Bryan O'Sullivan
Issue 882: add standard hook to reject text files with CRLF.
2007-12-19, by Jesse Glick
patchbomb: make "hg email -b" w/o destination work as advertised
2007-12-16, by Christian Ebert
mq: add --currentuser and --user options to qnew and qrefresh
2007-12-19, by peter arrenbrecht
Tests for b5605d88dc27 and 840e2b315c1f (interactive prompts during merge)
2007-12-27, by Thomas Arendsen Hein
Make ui.prompt repeat on "unrecognized response" again (issue897)
2007-12-27, by Thomas Arendsen Hein
Fix misleading error and prompts during update/merge (issue556)
2007-12-26, by Thomas Arendsen Hein
patch: be more tolerant to diffstat failures (issue 865)
2007-12-25, by Patrick Mezard
Fix chmod of writable but unowned files (issue530)
2007-12-25, by Thomas Arendsen Hein
Fix test-convert-darcs output on Debian etch (issue779)
2007-12-21, by Thomas Arendsen Hein
fix spelling error
2007-12-18, by Matt Mackall
Merge with stable
2007-12-18, by Matt Mackall
Fix income/pull with bundle and -R (issue 820).
2007-12-18, by Peter Arrenbrecht
Add output markers to test-bundle so it's easier to spot the source of
2007-11-03, by Peter Arrenbrecht
hgk: add black and blue as preferred colors
2007-12-10, by Steve Borho
Remove spurious escape attempt in hg.1.txt
2007-12-10, by Christian Ebert
Use VISUAL in addition to EDITOR when choosing the editor to use.
2007-12-05, by Osku Salerma
util: get rid of is_win_9x wart
2007-12-18, by Matt Mackall
Add --verbose support to tags command.
2007-12-09, by Osku Salerma
Properly check tag's existence as a local/global tag when removing it.
2007-12-09, by Osku Salerma
[RFC] convert: fix --datesort
2007-12-18, by Kirill Smelkov
highlight: pass encoding to lexers and formatter
2007-12-12, by Christian Ebert
highlight: mandatory arguments where possible
2007-12-12, by Christian Ebert
patch: simplify directory creation
2007-12-17, by Patrick Mezard
patch: write rej files for missing targets (issue 853)
2007-12-17, by Patrick Mezard
patch: avoid file existence tests when possible in selectfile()
2007-12-17, by Patrick Mezard
patch: move diff parsing in iterhunks generator
2007-12-17, by Patrick Mezard
patch: move NoHunk detection up with parsing code
2007-12-17, by Patrick Mezard
merge with main
2007-12-17, by Thomas Arendsen Hein
Workaround for "Not enough space" error due to the bug of Windows.
2007-12-14, by Shun-ichi GOTO
fix typo in sshargs
2007-12-13, by Steve Borho
mq: drop obsolete reference to 'qversion'
2007-12-13, by Peter Arrenbrecht
win32: fix ssh://host:port when using Plink
2007-12-12, by Steve Borho
patchbomb: make "hg email -b" w/o destination work as advertised
2007-12-16, by Christian Ebert
Default to 10.5 version using the default python 2.5
2007-12-10, by Lee Cantey
patchbomb: prompt with ui.prompt()
2007-12-10, by Patrick Mezard
ignore: fix up comment parsing
2007-12-10, by Matt Mackall
demandload: give better diagnostic for call of an unloaded module
2007-12-10, by Matt Mackall
fancyopts: lots of cleanups
2007-12-10, by Matt Mackall
commit: avoid losing edits during commit
2007-12-10, by Matt Mackall
rm: complain more about removing added files
2007-12-10, by Matt Mackall
merge: make return codes more sensible
2007-12-10, by Matt Mackall
doc: correct preoutgoing description
2007-12-10, by Matt Mackall
dispatch: report OOM rather than traceback
2007-12-10, by Matt Mackall
Merge with crew-stable
2007-12-09, by Patrick Mezard
convert: move commands definition to ease demandload job (issue 860)
2007-12-09, by Patrick Mezard
win32: remove text man pages from Windows package
2007-12-08, by Steve Borho
Merge with mpm
2007-12-07, by Bryan O'Sullivan
win32: include zsh_completion in Windows package
2007-12-07, by Steve Borho
win32: include contrib/vim in Windows package
2007-12-07, by Steve Borho
win32: use relative path to install source
2007-12-07, by Steve Borho
win32: move default install path inside program files
2007-12-07, by Steve Borho
win32: it is no longer necessary to bundle patch.exe
2007-12-07, by Steve Borho
win32: do not install bash hgmerge on Windows
2007-12-07, by Steve Borho
win32: ignore all installers generated in Output/
2007-12-07, by Steve Borho
convert: move commands definition to ease demandload job (issue 860)
2007-12-09, by Patrick Mezard
Merge with crew
2007-12-07, by Matt Mackall
win32: favor local mercurial.ini over registry key
2007-12-05, by Steve Borho
Merge with stable
2007-12-06, by Bryan O'Sullivan
convert: fix SVN date parser dropping the final whole second digit
2007-12-06, by David J. Mellor
highlight: adapt to hgweb_mode refactoring
2007-12-05, by Christian Ebert
Merge with -stable
2007-12-06, by Bryan O'Sullivan
Fix bdiff test failures on AIX.
2007-10-23, by Jim Hague
workaround for raw_input() on Windows
2007-12-03, by Steve Borho
Merge with crew-stable
2007-12-04, by Patrick Mezard
utils_win32: calling SHGetPathFromIDList under NT is useless and broken
2007-12-04, by Patrick Mezard
copy: handle rename internally
2007-12-07, by Matt Mackall
copy: move rename logic
2007-12-07, by Matt Mackall
copy: simplify inner copy
2007-12-07, by Matt Mackall
copy: minor cleanups
2007-12-07, by Matt Mackall
copy: propagate errors properly
2007-12-06, by Matt Mackall
copy: refactor okaytocopy into walkpat
2007-12-06, by Matt Mackall
copy: fix copying back with -A (issue836)
2007-12-02, by Matt Mackall
hgwebdir: refactor inner loop
2007-12-03, by Dirkjan Ochtman
hgwebdir: split out templater creation
2007-12-03, by Dirkjan Ochtman
hgwebdir: split out makeindex function, facilitate test failure diagnosis
2007-12-03, by Dirkjan Ochtman
hgweb: explicitly pass around the templater
2007-12-03, by Dirkjan Ochtman
hgweb: split out templater definition
2007-12-03, by Dirkjan Ochtman
separate the wire protocol commands from the user interface commands
2007-12-03, by Dirkjan Ochtman
hgweb: extract constant to global level
2007-12-03, by Dirkjan Ochtman
hgweb: get rid of some nested functions
2007-12-03, by Dirkjan Ochtman
fix some imports; pushing bz2 bundles over http is currently untested
2007-12-03, by Dirkjan Ochtman
coverage: return to not assuming that python is in /usr/bin
2007-12-02, by Bryan O'Sullivan
Fix breaking test from 05451f6b5f07
2007-12-02, by Bryan O'Sullivan
import latest coverage.py version
2007-12-02, by Dirkjan Ochtman
split out hgweb commands into a separate file, move some code around
2007-12-02, by Dirkjan Ochtman
add more tests for hgweb commands
2007-12-02, by Dirkjan Ochtman
move commands.docopy to cmdutil.copy
2007-12-02, by Matt Mackall
churn: avoid division by zero
2007-12-02, by Matt Mackall
update test output
2007-12-02, by Matt Mackall
hgwebdir: test virtual paths leading or trailing separators are stripped
2007-12-02, by Patrick Mezard
Merge with crew-stable
2007-12-02, by Patrick Mezard
hgwebdir: normalize virtual paths before stripping the separator
2007-12-02, by Patrick Mezard
win32: read system rcpath from registry
2007-12-02, by Steve Borho
Merge with crew-stable
2007-12-02, by Patrick Mezard
mq: missing target files do not make qpush to fail immediately (issue 835)
2007-12-02, by Patrick Mezard
Fix style nit and add some comments to tests.
2007-12-02, by Dirkjan Ochtman
Use SCRIPT_NAME and PATH_INFO instead of REQUEST_URI. This is required by WSGI (fixes issue846).
2007-12-01, by Dirkjan Ochtman
Add tests for hgwebdir repository names with slashes in them.
2007-12-01, by Dirkjan Ochtman
CGI compatibility fix for d74fc8dec2b4.
2007-12-01, by Dirkjan Ochtman
doc: add repo/ to .hgignore and .hgtags
2007-12-02, by Matt Mackall
imported patch rollback-help
2007-12-02, by Matt Mackall
imported patch rev-help
2007-12-02, by Matt Mackall
clarify rm -A
2007-11-09, by Matt Mackall
hgweb: make web.name default to repo basename
2007-11-29, by Steve Borho
fix calloc(0, ...) issue
2007-10-23, by Jim Hague
update: default to tipmost branch if default branch doesn't exist
2007-12-02, by Matt Mackall
clone: fix race with same target directory (issue716)
2007-12-02, by Matt Mackall
backout: disallow across branches (issue655)
2007-12-01, by Matt Mackall
rename: add test for moving untracked files in directories
2007-12-01, by Matt Mackall
Less indirection in the WSGI web interface. This simplifies some code, and makes it more compliant with WSGI.
2007-11-30, by Dirkjan Ochtman
Drop a bad import that snuck in.
2007-11-28, by Bryan O'Sullivan
hgweb: account for Python 2.4 in one test
2007-11-28, by Bryan O'Sullivan
hgweb: fix breaking tests on Python < 2.5
2007-11-28, by Bryan O'Sullivan
Merge with crew
2007-11-28, by Bryan O'Sullivan
hgweb: return meaningful HTTP status codes instead of nonsense
2007-11-28, by Bryan O'Sullivan
hgweb: make notfound templates more informative
2007-11-28, by Bryan O'Sullivan
hgweb: flesh out raw templates
2007-11-28, by Bryan O'Sullivan
make LookupError more detailed
2007-11-28, by Bryan O'Sullivan
Merge with crew-stable
2007-11-28, by Patrick Mezard
convert: some tidyups, doc improvements, and test fixes
2007-11-27, by Bryan O'Sullivan
Merge with crew
2007-11-26, by Bryan O'Sullivan
convert: tell the source repository when a rev has been converted
2007-11-26, by Bryan O'Sullivan
convert: save hg revision during a convert
2007-11-26, by Bryan O'Sullivan
Merge with mpm.
2007-11-26, by Bryan O'Sullivan
Merge with crew-stable
2007-11-25, by Patrick Mezard
cmdutil: make "files" list all files, add "file_mods" for modified files
2007-11-24, by Patrick Mezard
hgweb.server: flush log files after every access
2007-11-27, by Patrick Mezard
test-import: test fuzziness, ambiguous patch locations
2007-11-25, by Patrick Mezard
patch: fix sort() comparator argument
2007-11-25, by Jim Hague
Merge with crew
2007-11-24, by Matt Mackall
cmdutil: always expose "files_add", "files_del" and "manifest" templater properties
2007-11-24, by Patrick Mezard
revlog: make revlogv0 loading more robust against corruption
2007-11-24, by Matt Mackall
push/pull: abort if we try to visit a missing or empty revlog
2007-11-21, by Matt Mackall
i18n: fix complaints from pygettext
2007-11-20, by Matt Mackall
verify: improve handling of empty or missing files
2007-11-20, by Matt Mackall
Merge with crew-stable
2007-11-20, by Patrick Mezard
convert: read CVS files in chunks (issue 800)
2007-11-18, by Patrick Mezard
test-convert-svn-sink: test directory additions
2007-11-17, by Patrick Mezard
convert: add directories to subversion from root to leaves
2007-11-17, by Patrick Mezard
convert: force svn:executable when execute-bit is not supported
2007-11-11, by Patrick Mezard
convert: fix svn file:// URL generation under Windows
2007-11-11, by Patrick Mezard
mq: avoid qnew committing everything on invalid paths (issue 803)
2007-11-20, by Patrick Mezard
highlight: clean up coding style a little
2007-11-12, by Bryan O'Sullivan
extension for synax highlighting in the hgweb file revision view
2007-11-10, by Adam Hupp
Change standard streams mode to binary at hg startup
2007-11-10, by Patrick Mezard
test-import: read email payload in binary mode
2007-11-10, by Patrick Mezard
convert: fix util.popen regression in darcs converter
2007-11-10, by Patrick Mezard
merge with crew-stable
2007-11-09, by Alexis S. L. Carvalho
mq: really remove undo after a qpush (and after a strip)
2007-11-09, by Alexis S. L. Carvalho
httprepo: give self._url and the netloc to the password manager
2007-11-09, by Alexis S. L. Carvalho
Do not display passwords with pull/push/incoming/outgoing
2007-11-05, by Manuel Holtgrewe
run-tests.py: add a default --date "0 0" argument to commit et al
2007-11-09, by Alexis S. L. Carvalho
tests/*: avoid losing the original settings from $HGRCPATH
2007-11-09, by Alexis S. L. Carvalho
convert: make sure mercurial_source has a local hg repo
2007-11-09, by Alexis S. L. Carvalho
convert: display all errors if we couldn't open the source repo
2007-11-09, by Alexis S. L. Carvalho
test-convert-darcs: skip if we can't find the elementtree module
2007-11-09, by Alexis S. L. Carvalho
test-permissions: add a chmod +w to allow the directory to be removed
2007-11-09, by Alexis S. L. Carvalho
run-tests.py: don't print a dot for skipped tests
2007-11-09, by Alexis S. L. Carvalho
purge: simplify safety net for case mangling filesystems
2007-11-09, by Alexis S. L. Carvalho
Fix dir-changed-to-file updates on clean workdir.
2007-11-07, by Maxim Dounin
Merge with crew
2007-11-07, by Matt Mackall
Add note to CONTRIBUTORS file
2007-11-07, by Matt Mackall
convert: add support for Subversion as a sink
2007-11-07, by Bryan O'Sullivan
less
more
|
(0)
-3000
-1000
-480
+480
+1000
+3000
+10000
+30000
tip