Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 20608:a3ca1d032926
config: make repo optional again
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 27 Feb 2014 23:17:37 -0600 |
parents | 710c2755e66a |
children | 7cd956ace1f4 |
comparison
equal
deleted
inserted
replaced
20607:abd448767465 | 20608:a3ca1d032926 |
---|---|
5875 )) | 5875 )) |
5876 | 5876 |
5877 norepo = ("clone init version help debugcommands debugcomplete" | 5877 norepo = ("clone init version help debugcommands debugcomplete" |
5878 " debugdate debuginstall debugfsinfo debugpushkey debugwireargs" | 5878 " debugdate debuginstall debugfsinfo debugpushkey debugwireargs" |
5879 " debugknown debuggetbundle debugbundle") | 5879 " debugknown debuggetbundle debugbundle") |
5880 optionalrepo = ("identify paths serve showconfig debugancestor debugdag" | 5880 optionalrepo = ("identify paths serve config showconfig debugancestor debugdag" |
5881 " debugdata debugindex debugindexdot debugrevlog") | 5881 " debugdata debugindex debugindexdot debugrevlog") |
5882 inferrepo = ("add addremove annotate cat commit diff grep forget log parents" | 5882 inferrepo = ("add addremove annotate cat commit diff grep forget log parents" |
5883 " remove resolve status debugwalk") | 5883 " remove resolve status debugwalk") |