- Aug 15, 2007
-
-
Matt Mackall authored
- move command dispatching functions from commands and cmdutil to dispatch - change findcmd to take a table argument - remove circular import of commands in cmdutil - privatize helper functions in dispatch
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Brendan Cully authored
If convert.hg.clonebranches is set, branches will be created as clones of their parent revisions. All clones will be subdirectories of the destination path.
-
Sascha Wilde authored
The condition-case is used to suppress errors with emacs versions before 21.
-
Patrick Mezard authored
-
- Aug 14, 2007
-
-
Thomas Arendsen Hein authored
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Benoit Boissinot authored
since we now use struct in case of lazy parser, this have to be an integer instead of None see issue681
-
Patrick Mezard authored
-
- Aug 13, 2007
-
-
Brendan Cully authored
-
Patrick Mezard authored
-
Patrick Mezard authored
Both are unavailable under Windows and tarfile detects them via ImportError.
-
Patrick Mezard authored
-
- Aug 12, 2007
-
-
Alexis S. L. Carvalho authored
-
- Aug 11, 2007
-
-
Thomas Arendsen Hein authored
-
- Aug 10, 2007
-
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
The following properties of a path are now checked for: - under top-level .hg - starts at the root of a windows drive - contains ".." - traverses a symlink (e.g. a/symlink_here/b) - inside a nested repository If any of these is true, the path is rejected. The check for traversing a symlink is arguably stricter than necessary; perhaps we should be checking for symlinks that point outside the repository.
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
-
- Aug 09, 2007
-
-
Patrick Mezard authored
-
Brendan Cully authored
-
Brendan Cully authored
-
- Aug 08, 2007
-
-
Benoit Boissinot authored
-
Patrick Mezard authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
- add extracommitopts for user and date - factor stuff
-
- Aug 07, 2007
-
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
This was changed to NoRepo in 462cc56d898f, because specifying non-integer revisions for e.g. the Mercurial backend caused Abort to be raised in the subversion importer. Now util.Abort is raised again, but the check is done after verifying if it really is a subversion repository.
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
And removed one _(...) because mercurial.i18n is not yet imported in convert/subversion.py.
-
Thomas Arendsen Hein authored
-