Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-128
+128
+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.
correctly record file-level history when the local side renames a directory
2007-08-27, by Alexis S. L. Carvalho
Fix theoretical issue in filecommit.
2007-08-27, by Alexis S. L. Carvalho
Avoid adding to the changelog executable files added by the second parent.
2007-08-27, by Alexis S. L. Carvalho
avoid double slash problem mentioned in issue695
2007-08-27, by Alexis S. L. Carvalho
clone: remove "file://" before making the path absolute
2007-08-27, by Alexis S. L. Carvalho
pull -u: if "url#rev" was given, update to rev
2007-08-27, by Alexis S. L. Carvalho
clone: if "url#rev" was given, update to rev
2007-08-27, by Alexis S. L. Carvalho
parseurl: also return the revision after the "#"; add a test
2007-08-27, by Alexis S. L. Carvalho
pull -r: pass the revisions as the heads argument of findincoming
2007-08-27, by Alexis S. L. Carvalho
convert: fix /dev/null redirections under Windows
2007-08-26, by Patrick Mezard
Test git repository conversion
2007-08-26, by Patrick Mezard
hghave: detect git availability
2007-08-26, by Patrick Mezard
convert: fix issue702 about GIT_DIR= construct unsupported under Windows.
2007-08-26, by Patrick Mezard
convert: gitcmd wrapper for os.popen
2007-07-01, by Brendan Cully
fix test-permissions output
2007-08-24, by Benoit Boissinot
testcase for issue705 (fixed by 316ce5e85b3e)
2007-08-24, by Benoit Boissinot
merge with -stable
2007-08-24, by Benoit Boissinot
check exec: return fallback in case of error during the check
2007-08-24, by Benoit Boissinot
Do not lose previous tags when adding a tag in raw mode
2007-08-23, by Brendan Cully
merge: forcefully mark files that we get from the second parent as dirty
2007-08-23, by Alexis S. L. Carvalho
gendoc: use demandimport
2007-08-20, by Matt Mackall
Merge with -crew
2007-08-20, by Matt Mackall
make hg add of a removed file unremove the file
2007-08-21, by Benoit Boissinot
abort when adding a file in merged state
2007-08-21, by Benoit Boissinot
add import from url capability
2007-08-20, by rupert thurner
convert: load parent commits on-demand
2007-08-19, by Patrick Mezard
convert: wrap cached commits author remapping
2007-08-19, by Patrick Mezard
Merge with -stable
2007-08-19, by Matt Mackall
match: handle large regexes
2007-08-19, by Matt Mackall
path_auditor: cache names of audited directories
2007-08-18, by Alexis S. L. Carvalho
Quote ^ and ~ chars in test-parentrevspec.
2007-08-18, by Thomas Arendsen Hein
Remove demandimport.enable from dispatch.py
2007-08-18, by Alexis S. L. Carvalho
Enable demandimport only in scripts, not in importable modules (issue605)
2007-08-18, by Thomas Arendsen Hein
Merge with crew-stable
2007-08-17, by Alexis S. L. Carvalho
convert: fix mercurial_sink.putcommit
2007-08-17, by Alexis S. L. Carvalho
Add parentrevspec extension
2007-08-17, by Alexis S. L. Carvalho
Move enabling of demandimport to dispatch.py
2007-08-17, by Alexis S. L. Carvalho
Move cmdtable and reposetup handling out of extensions.py
2007-08-17, by Alexis S. L. Carvalho
Adjust contrib/hg-ssh for moved dispatch() function.
2007-08-17, by Thomas Arendsen Hein
Fix sshrepo.unbundle
2007-08-17, by Alexis S. L. Carvalho
run-tests.py: pass --install-scripts to setup.py
2007-08-17, by Alexis S. L. Carvalho
recognize user:password in URLs that include port numbers.
2007-08-17, by Peter Meerwald
Merge with crew
2007-08-17, by Matt Mackall
merge with -stable
2007-08-17, by Benoit Boissinot
clone: do not delete the target if only the update fails
2007-08-17, by Benoit Boissinot
Merge with crew-stable
2007-08-16, by Patrick Mezard
Merge with crew-stable
2007-08-15, by Brendan Cully
convert: raise Abort instead of NoRepo when CVS pserver auth fails.
2007-08-15, by Brendan Cully
Merge with hg-stable
2007-08-16, by Patrick Mezard
mq: truncate patch just before rewriting header
2007-08-15, by Brendan Cully
verify: report expected linkrev
2007-08-15, by Matt Mackall
dispatch: move command dispatching into its own module
2007-08-15, by Matt Mackall
move parseurl from cmdutil to hg
2007-08-15, by Matt Mackall
fix-up references to repo.RepoError
2007-08-15, by Matt Mackall
remove unneeded imports of mdiff
2007-08-15, by Matt Mackall
Merge with stable
2007-08-15, by Matt Mackall
convert: hg: optionally create branches as clones
2007-08-15, by Brendan Cully
Use smerge minor mode in emacs to resolve conflicts.
2007-08-15, by Sascha Wilde
Merge with crew-stable
2007-08-15, by Patrick Mezard
merge with crew-stable
2007-08-14, by Thomas Arendsen Hein
Merge with crew-stable
2007-08-14, by Patrick Mezard
Merge with crew-stable
2007-08-14, by Patrick Mezard
fix bundlerepo broken by 4205f626dc05
2007-08-14, by Benoit Boissinot
Merge with crew-stable
2007-08-14, by Patrick Mezard
imerge: simplify 1d5ebb0d366f
2007-08-13, by Brendan Cully
imerge: fix status file lookups
2007-08-13, by Patrick Mezard
demandimport: ignore pwd and grp.
2007-08-13, by Patrick Mezard
util: ignore invalid path errors in path_auditor.
2007-08-13, by Patrick Mezard
merge with crew-stable
2007-08-12, by Alexis S. L. Carvalho
merge with crew-stable
2007-08-11, by Thomas Arendsen Hein
Make a few portability improvements to path auditing code.
2007-08-10, by Bryan O'Sullivan
Make audit_path more stringent.
2007-08-10, by Bryan O'Sullivan
mq: teach qpop about symlinks
2007-08-09, by Bryan O'Sullivan
debugstate: print symlinks as 'lnk', not '777'
2007-08-09, by Bryan O'Sullivan
manifest: accept -r for rev specification
2007-08-09, by Bryan O'Sullivan
record: improve docs, improve prompts
2007-08-09, by Bryan O'Sullivan
Merge with crew-stable
2007-08-09, by Patrick Mezard
Merge with crew-stable
2007-08-09, by Brendan Cully
Merge with crew-stable
2007-08-09, by Brendan Cully
merge with -stable
2007-08-09, by Benoit Boissinot
Merge with crew-stable
2007-08-08, by Patrick Mezard
merge with -stable
2007-08-08, by Benoit Boissinot
refactor options from cmdtable
2007-08-08, by Benoit Boissinot
merge with crew-stable
2007-08-07, by Thomas Arendsen Hein
raise util.Abort again if specified revision is not an integer.
2007-08-07, by Thomas Arendsen Hein
debugsvnlog call had too many quotes (found by Edouard Gomez)
2007-08-07, by Thomas Arendsen Hein
Remove trailing spaces, fix indentation
2007-08-07, by Thomas Arendsen Hein
merge with crew-stable
2007-08-07, by Thomas Arendsen Hein
Removed debug print from convert/subversion.py
2007-08-07, by Thomas Arendsen Hein
Replace _ with inst for catching exceptions to not shadow gettext.
2007-08-07, by Thomas Arendsen Hein
Move debugsvnlog to subversion module.
2007-08-07, by Thomas Arendsen Hein
convert: Use debugsvnlog instead of git-like debug-svn-log.
2007-08-07, by Thomas Arendsen Hein
extdiff: do single file diffs from the wc with no copy
2007-08-06, by Brad Schick
extdiff: made it less chatty in non-verbose mode
2007-08-06, by Brad Schick
extdiff: un-nested two functions
2007-08-06, by Brad Schick
convert: remove accidental debug print
2007-08-06, by Bryan O'Sullivan
convert: use '.' as destination name if renaming subdir into root
2007-08-06, by Bryan O'Sullivan
Automated merge with http://hg.intevation.org/mercurial/crew
2007-08-06, by Bryan O'Sullivan
convert: only get history for requested revs when converting hg repo
2007-08-06, by Bryan O'Sullivan
convert: raise correct type of exception if svn converter can't handle rev
2007-08-06, by Bryan O'Sullivan
record: raise an exception correctly if we can't create a backup directory
2007-08-06, by Bryan O'Sullivan
record: work properly if invoked in a subdirectory
2007-08-06, by Bryan O'Sullivan
convert: replace fork with subprocess call.
2007-08-06, by Patrick Mezard
convert: support windows SVN simple auth provider
2007-08-02, by Patrick Mezard
merge with crew-stable
2007-08-06, by Thomas Arendsen Hein
Merge with crew-stable
2007-08-06, by Patrick Mezard
merge with crew-stable
2007-08-06, by Alexis S. L. Carvalho
convert: svn: remove debugging message
2007-08-05, by Brendan Cully
convert: look up copies in getchanges instead of getcommit
2007-08-05, by Brendan Cully
convert: svn: pull up path to file expansion code into separate function.
2007-08-05, by Brendan Cully
convert: svn: hoist up branch creation check
2007-08-05, by Brendan Cully
convert: svn: remove dead code
2007-08-05, by Brendan Cully
convert: svn: add helper function for optrevs
2007-08-05, by Brendan Cully
patch: add git symlink support
2007-08-04, by Brendan Cully
Merge with crew
2007-08-04, by Brendan Cully
convert: svn: ensure leading / is removed from paths in _find_children (broken in 2bd996d0aaf8)
2007-08-04, by Brendan Cully
merge with crew-stable
2007-08-04, by Thomas Arendsen Hein
convert: drop duplicated assignments.
2007-08-04, by Bryan O'Sullivan
imerge: gussy up dispatcher to support subcommand opts.
2007-08-04, by Brendan Cully
Merge with crew
2007-08-04, by Brendan Cully
imerge: handle renames
2007-08-03, by Brendan Cully
merge with crew-stable
2007-08-04, by Thomas Arendsen Hein
test-grep: use lowercase hg command
2007-08-15, by Matt Mackall
test-grep: test issue 685
2007-08-15, by Patrick Mezard
Fix issue 685: trackback in grep -r after rename
2007-08-15, by Patrick Mezard
The >| redirection does not exist in plain sh.
2007-08-02, by Thomas Arendsen Hein
hghave: test hotshot dependencies (debian does not provide profile)
2007-08-14, by Patrick Mezard
test-profile: fix grep, check hotshot availability
2007-08-14, by Patrick Mezard
less
more
|
(0)
-3000
-1000
-128
+128
+1000
+3000
+10000
+30000
tip